Skip to content

Commit

Permalink
Update version for 2.3.1 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
dfish3r committed Feb 27, 2024
1 parent 11ebac2 commit 1ed0196
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion beans/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>org.ldaptive</groupId>
<artifactId>ldaptive-parent</artifactId>
<version>2.3.1-SNAPSHOT</version>
<version>2.3.1</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion benchmark/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>org.ldaptive</groupId>
<artifactId>ldaptive-parent</artifactId>
<version>2.3.1-SNAPSHOT</version>
<version>2.3.1</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>org.ldaptive</groupId>
<artifactId>ldaptive-parent</artifactId>
<version>2.3.1-SNAPSHOT</version>
<version>2.3.1</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion distribution/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>org.ldaptive</groupId>
<artifactId>ldaptive-parent</artifactId>
<version>2.3.1-SNAPSHOT</version>
<version>2.3.1</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion integration/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>org.ldaptive</groupId>
<artifactId>ldaptive-parent</artifactId>
<version>2.3.1-SNAPSHOT</version>
<version>2.3.1</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<groupId>org.ldaptive</groupId>
<artifactId>ldaptive-parent</artifactId>
<packaging>pom</packaging>
<version>2.3.1-SNAPSHOT</version>
<version>2.3.1</version>
<name>LDAPTIVE PARENT</name>
<description>Java LDAP API</description>
<url>http://www.ldaptive.org</url>
Expand Down
2 changes: 1 addition & 1 deletion profile/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>org.ldaptive</groupId>
<artifactId>ldaptive-parent</artifactId>
<version>2.3.1-SNAPSHOT</version>
<version>2.3.1</version>
</parent>

<properties>
Expand Down

0 comments on commit 1ed0196

Please sign in to comment.