Skip to content

Commit e4496a5

Browse files
committedJul 24, 2022
v2.0.2 bump
1 parent 02a488f commit e4496a5

File tree

8 files changed

+9
-9
lines changed

8 files changed

+9
-9
lines changed
 

‎client/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.pwm-project</groupId>
55
<artifactId>pwm-parent</artifactId>
6-
<version>2.0.2-SNAPSHOT</version>
6+
<version>2.0.2</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99

‎data-service/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.pwm-project</groupId>
55
<artifactId>pwm-parent</artifactId>
6-
<version>2.0.2-SNAPSHOT</version>
6+
<version>2.0.2</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99

‎docker/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.pwm-project</groupId>
55
<artifactId>pwm-parent</artifactId>
6-
<version>2.0.2-SNAPSHOT</version>
6+
<version>2.0.2</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99

‎onejar/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.pwm-project</groupId>
55
<artifactId>pwm-parent</artifactId>
6-
<version>2.0.2-SNAPSHOT</version>
6+
<version>2.0.2</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99

‎pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<url>https://github.com/pwm-project/pwm</url>
66
<groupId>org.pwm-project</groupId>
77
<artifactId>pwm-parent</artifactId>
8-
<version>2.0.2-SNAPSHOT</version>
8+
<version>2.0.2</version>
99
<packaging>pom</packaging>
1010

1111
<name>PWM Password Self Service</name>
@@ -46,7 +46,7 @@
4646
<jarsigner.skip>true</jarsigner.skip>
4747

4848
<!-- git.commit.time is populated via git-commit-id-plugin and results in a (hopefully) reproducible maven build -->
49-
<project.build.outputTimestamp>2022-03-11T12:52:47Z</project.build.outputTimestamp>
49+
<project.build.outputTimestamp>2022-07-24T07:51:27Z</project.build.outputTimestamp>
5050
</properties>
5151

5252
<modules>

‎rest-test-service/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.pwm-project</groupId>
55
<artifactId>pwm-parent</artifactId>
6-
<version>2.0.2-SNAPSHOT</version>
6+
<version>2.0.2</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99

‎server/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.pwm-project</groupId>
55
<artifactId>pwm-parent</artifactId>
6-
<version>2.0.2-SNAPSHOT</version>
6+
<version>2.0.2</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99

‎webapp/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.pwm-project</groupId>
55
<artifactId>pwm-parent</artifactId>
6-
<version>2.0.2-SNAPSHOT</version>
6+
<version>2.0.2</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99

0 commit comments

Comments
 (0)
Please sign in to comment.