Skip to content

Commit 9ac36ea

Browse files
author
Open Identity Platform Community
committed
[maven-release-plugin] prepare release 2.0.1
1 parent 432f266 commit 9ac36ea

File tree

28 files changed

+29
-29
lines changed

28 files changed

+29
-29
lines changed

OpenICF-csvfile-connector/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.openidentityplatform.openicf.connectors</groupId>
2424
<artifactId>connectors-parent</artifactId>
25-
<version>2.0.0-SNAPSHOT</version>
25+
<version>2.0.1</version>
2626
<relativePath>../OpenICF-java-framework/bundles-parent</relativePath>
2727
</parent>
2828
<groupId>org.openidentityplatform.openicf.connectors</groupId>

OpenICF-databasetable-connector/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<parent>
2828
<groupId>org.openidentityplatform.openicf.connectors</groupId>
2929
<artifactId>connectors-parent</artifactId>
30-
<version>2.0.0-SNAPSHOT</version>
30+
<version>2.0.1</version>
3131
<relativePath>../OpenICF-java-framework/bundles-parent</relativePath>
3232
</parent>
3333
<groupId>org.openidentityplatform.openicf.connectors</groupId>

OpenICF-dbcommon/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<parent>
2828
<groupId>org.openidentityplatform.openicf.framework</groupId>
2929
<artifactId>framework</artifactId>
30-
<version>2.0.0-SNAPSHOT</version>
30+
<version>2.0.1</version>
3131
<relativePath>../OpenICF-java-framework</relativePath>
3232
</parent>
3333
<groupId>org.openidentityplatform.openicf.connectors.misc</groupId>

OpenICF-groovy-connector/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.openidentityplatform.openicf.connectors</groupId>
3131
<artifactId>connectors-parent</artifactId>
32-
<version>2.0.0-SNAPSHOT</version>
32+
<version>2.0.1</version>
3333
<relativePath>../OpenICF-java-framework/bundles-parent</relativePath>
3434
</parent>
3535
<groupId>org.openidentityplatform.openicf.connectors</groupId>

OpenICF-java-framework/bundles-parent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<parent>
2929
<groupId>org.openidentityplatform.openicf.framework</groupId>
3030
<artifactId>framework</artifactId>
31-
<version>2.0.0-SNAPSHOT</version>
31+
<version>2.0.1</version>
3232
</parent>
3333
<groupId>org.openidentityplatform.openicf.connectors</groupId>
3434
<artifactId>connectors-parent</artifactId>

OpenICF-java-framework/connector-framework-contract/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<parent>
2828
<groupId>org.openidentityplatform.openicf.framework</groupId>
2929
<artifactId>framework</artifactId>
30-
<version>2.0.0-SNAPSHOT</version>
30+
<version>2.0.1</version>
3131
</parent>
3232
<artifactId>connector-framework-contract</artifactId>
3333
<name>OpenICF Contract Tests</name>

OpenICF-java-framework/connector-framework-internal/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<parent>
2828
<groupId>org.openidentityplatform.openicf.framework</groupId>
2929
<artifactId>framework</artifactId>
30-
<version>2.0.0-SNAPSHOT</version>
30+
<version>2.0.1</version>
3131
</parent>
3232
<artifactId>connector-framework-internal</artifactId>
3333
<packaging>bundle</packaging>

OpenICF-java-framework/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.openidentityplatform.openicf.framework</groupId>
3131
<artifactId>framework</artifactId>
32-
<version>2.0.0-SNAPSHOT</version>
32+
<version>2.0.1</version>
3333
</parent>
3434
<artifactId>connector-framework-osgi</artifactId>
3535
<packaging>bundle</packaging>

OpenICF-java-framework/connector-framework-protobuf/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<parent>
2929
<artifactId>framework</artifactId>
3030
<groupId>org.openidentityplatform.openicf.framework</groupId>
31-
<version>2.0.0-SNAPSHOT</version>
31+
<version>2.0.1</version>
3232
</parent>
3333
<modelVersion>4.0.0</modelVersion>
3434

OpenICF-java-framework/connector-framework-rpc/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<parent>
2929
<artifactId>framework</artifactId>
3030
<groupId>org.openidentityplatform.openicf.framework</groupId>
31-
<version>2.0.0-SNAPSHOT</version>
31+
<version>2.0.1</version>
3232
</parent>
3333
<modelVersion>4.0.0</modelVersion>
3434

0 commit comments

Comments
 (0)