Skip to content

Commit 23dcc86

Browse files
authored
Merge pull request #10 from karelmaxa/orchi-fix
Upgrade to Commons `22.0.0`and Parent `3.0.0`
2 parents 6657968 + 814e965 commit 23dcc86

File tree

17 files changed

+22
-41
lines changed

17 files changed

+22
-41
lines changed

bundles-parent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<parent>
3030
<groupId>org.forgerock.openicf.framework</groupId>
3131
<artifactId>framework</artifactId>
32-
<version>1.5.2.0</version>
32+
<version>1.5.2.1-SNAPSHOT</version>
3333
</parent>
3434

3535
<groupId>org.forgerock.openicf.connectors</groupId>

connector-framework-internal/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<parent>
3030
<groupId>org.forgerock.openicf.framework</groupId>
3131
<artifactId>framework</artifactId>
32-
<version>1.5.2.0</version>
32+
<version>1.5.2.1-SNAPSHOT</version>
3333
</parent>
3434

3535
<artifactId>connector-framework-internal</artifactId>

connector-framework-osgi/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<parent>
3030
<groupId>org.forgerock.openicf.framework</groupId>
3131
<artifactId>framework</artifactId>
32-
<version>1.5.2.0</version>
32+
<version>1.5.2.1-SNAPSHOT</version>
3333
</parent>
3434

3535
<artifactId>connector-framework-osgi</artifactId>

connector-framework-protobuf/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<parent>
3030
<artifactId>framework</artifactId>
3131
<groupId>org.forgerock.openicf.framework</groupId>
32-
<version>1.5.2.0</version>
32+
<version>1.5.2.1-SNAPSHOT</version>
3333
</parent>
3434

3535
<artifactId>connector-framework-protobuf</artifactId>

connector-framework-rpc/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<parent>
3030
<artifactId>framework</artifactId>
3131
<groupId>org.forgerock.openicf.framework</groupId>
32-
<version>1.5.2.0</version>
32+
<version>1.5.2.1-SNAPSHOT</version>
3333
</parent>
3434

3535
<artifactId>connector-framework-rpc</artifactId>

connector-framework-server/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<parent>
2828
<artifactId>framework</artifactId>
2929
<groupId>org.forgerock.openicf.framework</groupId>
30-
<version>1.5.2.0</version>
30+
<version>1.5.2.1-SNAPSHOT</version>
3131
</parent>
3232
<modelVersion>4.0.0</modelVersion>
3333

connector-framework/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<parent>
3030
<groupId>org.forgerock.openicf.framework</groupId>
3131
<artifactId>framework</artifactId>
32-
<version>1.5.2.0</version>
32+
<version>1.5.2.1-SNAPSHOT</version>
3333
</parent>
3434

3535
<artifactId>connector-framework</artifactId>

connector-server-grizzly/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<parent>
2828
<artifactId>framework</artifactId>
2929
<groupId>org.forgerock.openicf.framework</groupId>
30-
<version>1.5.2.0</version>
30+
<version>1.5.2.1-SNAPSHOT</version>
3131
</parent>
3232
<modelVersion>4.0.0</modelVersion>
3333

connector-server-jetty/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<parent>
3030
<artifactId>framework</artifactId>
3131
<groupId>org.forgerock.openicf.framework</groupId>
32-
<version>1.5.2.0</version>
32+
<version>1.5.2.1-SNAPSHOT</version>
3333
</parent>
3434

3535
<artifactId>connector-server-jetty</artifactId>

connector-test-common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<parent>
3030
<groupId>org.forgerock.openicf.framework</groupId>
3131
<artifactId>framework</artifactId>
32-
<version>1.5.2.0</version>
32+
<version>1.5.2.1-SNAPSHOT</version>
3333
</parent>
3434

3535
<artifactId>connector-test-common</artifactId>

0 commit comments

Comments
 (0)