Skip to content

Commit

Permalink
Change ConnId to 1.5.3.0-M1
Browse files Browse the repository at this point in the history
This is because of upcoming 4.9-M4: to be on a non-snapshot release
of ConnId.
  • Loading branch information
mederly committed Apr 23, 2024
1 parent aaecd64 commit 4971504
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@
<groovy.version>4.0.11</groovy.version>
<xmlsec.version>2.2.6</xmlsec.version>
<!-- NOTE: also update the version number in TestConnectorManager -->
<connid.version>1.6.0.0-SNAPSHOT</connid.version>
<connid.version>1.5.3.0-M1</connid.version>
<derby.version>10.16.1.1</derby.version>
<poi.version>5.2.3</poi.version>
<!-- Version for classgraph must the one declared in Prism -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
@DirtiesContext
public class TestConnectorManager extends AbstractIntegrationTest {

private static final String CONNID_FRAMEWORK_VERSION = "1.6.0.0";
private static final String CONNID_FRAMEWORK_VERSION = "1.5.3.0";

@Autowired private ConnectorManager connectorManager;

Expand Down

0 comments on commit 4971504

Please sign in to comment.