Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 4.0.0-RC2
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelhoral committed Feb 22, 2023
1 parent 9300087 commit c27c8d9
Show file tree
Hide file tree
Showing 20 changed files with 25 additions and 21 deletions.
6 changes: 5 additions & 1 deletion opendj-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

<groupId>org.wrensecurity.wrends</groupId>
<artifactId>opendj-bom</artifactId>
<version>4.0.0-RC2-SNAPSHOT</version>
<version>4.0.0-RC2</version>
<packaging>pom</packaging>

<name>Wren:DS BOM</name>
Expand Down Expand Up @@ -120,4 +120,8 @@
</dependency>
</dependencies>
</dependencyManagement>

<scm>
<tag>4.0.0-RC2</tag>
</scm>
</project>
2 changes: 1 addition & 1 deletion opendj-cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.wrensecurity.wrends</groupId>
<artifactId>opendj-project</artifactId>
<version>4.0.0-RC2-SNAPSHOT</version>
<version>4.0.0-RC2</version>
</parent>

<artifactId>opendj-cli</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion opendj-config/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.wrensecurity.wrends</groupId>
<artifactId>opendj-project</artifactId>
<version>4.0.0-RC2-SNAPSHOT</version>
<version>4.0.0-RC2</version>
</parent>

<artifactId>opendj-config</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion opendj-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>opendj-project</artifactId>
<groupId>org.wrensecurity.wrends</groupId>
<version>4.0.0-RC2-SNAPSHOT</version>
<version>4.0.0-RC2</version>
</parent>

<artifactId>opendj-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion opendj-doc-generated-ref/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>opendj-project</artifactId>
<groupId>org.wrensecurity.wrends</groupId>
<version>4.0.0-RC2-SNAPSHOT</version>
<version>4.0.0-RC2</version>
</parent>

<artifactId>opendj-doc-generated-ref</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion opendj-doc-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>opendj-project</artifactId>
<groupId>org.wrensecurity.wrends</groupId>
<version>4.0.0-RC2-SNAPSHOT</version>
<version>4.0.0-RC2</version>
</parent>

<artifactId>opendj-doc-maven-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion opendj-dsml-servlet/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.wrensecurity.wrends</groupId>
<artifactId>opendj-project</artifactId>
<version>4.0.0-RC2-SNAPSHOT</version>
<version>4.0.0-RC2</version>
</parent>

<artifactId>opendj-dsml-servlet</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion opendj-embedded-server-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.wrensecurity.wrends</groupId>
<artifactId>opendj-project</artifactId>
<version>4.0.0-RC2-SNAPSHOT</version>
<version>4.0.0-RC2</version>
</parent>

<artifactId>opendj-embedded-server-examples</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion opendj-grizzly/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>opendj-project</artifactId>
<groupId>org.wrensecurity.wrends</groupId>
<version>4.0.0-RC2-SNAPSHOT</version>
<version>4.0.0-RC2</version>
</parent>

<artifactId>opendj-grizzly</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion opendj-ldap-sdk-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.wrensecurity.wrends</groupId>
<artifactId>opendj-project</artifactId>
<version>4.0.0-RC2-SNAPSHOT</version>
<version>4.0.0-RC2</version>
</parent>

<artifactId>opendj-ldap-sdk-examples</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion opendj-ldap-toolkit/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.wrensecurity.wrends</groupId>
<artifactId>opendj-project</artifactId>
<version>4.0.0-RC2-SNAPSHOT</version>
<version>4.0.0-RC2</version>
</parent>

<artifactId>opendj-ldap-toolkit</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion opendj-legacy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.wrensecurity.wrends</groupId>
<artifactId>opendj-project</artifactId>
<version>4.0.0-RC2-SNAPSHOT</version>
<version>4.0.0-RC2</version>
</parent>

<artifactId>opendj-legacy</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion opendj-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.wrensecurity.wrends</groupId>
<artifactId>opendj-project</artifactId>
<version>4.0.0-RC2-SNAPSHOT</version>
<version>4.0.0-RC2</version>
</parent>

<artifactId>opendj-maven-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion opendj-openidm-account-change-notification-handler/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.wrensecurity.wrends</groupId>
<artifactId>opendj-project</artifactId>
<version>4.0.0-RC2-SNAPSHOT</version>
<version>4.0.0-RC2</version>
</parent>

<artifactId>opendj-openidm-account-change-notification-handler</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion opendj-rest2ldap-servlet/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.wrensecurity.wrends</groupId>
<artifactId>opendj-project</artifactId>
<version>4.0.0-RC2-SNAPSHOT</version>
<version>4.0.0-RC2</version>
</parent>

<artifactId>opendj-rest2ldap-servlet</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion opendj-rest2ldap/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.wrensecurity.wrends</groupId>
<artifactId>opendj-project</artifactId>
<version>4.0.0-RC2-SNAPSHOT</version>
<version>4.0.0-RC2</version>
</parent>

<artifactId>opendj-rest2ldap</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion opendj-server-example-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.wrensecurity.wrends</groupId>
<artifactId>opendj-project</artifactId>
<version>4.0.0-RC2-SNAPSHOT</version>
<version>4.0.0-RC2</version>
</parent>

<artifactId>opendj-server-example-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion opendj-server-legacy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.wrensecurity.wrends</groupId>
<artifactId>opendj-project</artifactId>
<version>4.0.0-RC2-SNAPSHOT</version>
<version>4.0.0-RC2</version>
</parent>

<artifactId>opendj-server-legacy</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion opendj-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.wrensecurity.wrends</groupId>
<artifactId>opendj-project</artifactId>
<version>4.0.0-RC2-SNAPSHOT</version>
<version>4.0.0-RC2</version>
</parent>

<artifactId>opendj-server</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

<groupId>org.wrensecurity.wrends</groupId>
<artifactId>opendj-project</artifactId>
<version>4.0.0-RC2-SNAPSHOT</version>
<version>4.0.0-RC2</version>
<packaging>pom</packaging>

<name>Wren:DS - Parent</name>
Expand Down Expand Up @@ -57,7 +57,7 @@
<url>https://github.com/WrenSecurity/WrenDS</url>
<connection>scm:git:git:https://github.com/WrenSecurity/WrenDS.git</connection>
<developerConnection>scm:git:[email protected]:WrenSecurity/WrenDS.git</developerConnection>
<tag>HEAD</tag>
<tag>4.0.0-RC2</tag>
</scm>

<repositories>
Expand Down

0 comments on commit c27c8d9

Please sign in to comment.