Skip to content

Commit

Permalink
bump v2.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jrivard committed Feb 10, 2023
1 parent 19ed0de commit 0d01efd
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.pwm-project</groupId>
<artifactId>pwm-parent</artifactId>
<version>2.0.5-SNAPSHOT</version>
<version>2.0.5</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion data-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.pwm-project</groupId>
<artifactId>pwm-parent</artifactId>
<version>2.0.5-SNAPSHOT</version>
<version>2.0.5</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion docker/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.pwm-project</groupId>
<artifactId>pwm-parent</artifactId>
<version>2.0.5-SNAPSHOT</version>
<version>2.0.5</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion onejar/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.pwm-project</groupId>
<artifactId>pwm-parent</artifactId>
<version>2.0.5-SNAPSHOT</version>
<version>2.0.5</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<url>https://github.com/pwm-project/pwm</url>
<groupId>org.pwm-project</groupId>
<artifactId>pwm-parent</artifactId>
<version>2.0.5-SNAPSHOT</version>
<version>2.0.5</version>
<packaging>pom</packaging>

<name>PWM Password Self Service</name>
Expand Down
2 changes: 1 addition & 1 deletion webapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.pwm-project</groupId>
<artifactId>pwm-parent</artifactId>
<version>2.0.5-SNAPSHOT</version>
<version>2.0.5</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down

0 comments on commit 0d01efd

Please sign in to comment.