Skip to content

Commit 7489efc

Browse files
committed
v2.0.1 pom version
1 parent fdb808e commit 7489efc

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.1-SNAPSHOT</version>
6+
<version>2.0.1</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.1-SNAPSHOT</version>
6+
<version>2.0.1</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.1-SNAPSHOT</version>
6+
<version>2.0.1</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.1-SNAPSHOT</version>
6+
<version>2.0.1</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>org.pwm-project</groupId>
66
<artifactId>pwm-parent</artifactId>
7-
<version>2.0.1-SNAPSHOT</version>
7+
<version>2.0.1</version>
88
<packaging>pom</packaging>
99

1010
<name>PWM Password Self Service</name>
@@ -45,7 +45,7 @@
4545
<skipTests>false</skipTests>
4646

4747
<!-- git.commit.time is populated via git-commit-id-plugin and results in a (hopefully) reproducible maven build -->
48-
<project.build.outputTimestamp>${git.commit.time}</project.build.outputTimestamp>
48+
<project.build.outputTimestamp>2022-03-11T00:44:08Z</project.build.outputTimestamp>
4949
</properties>
5050

5151
<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.1-SNAPSHOT</version>
6+
<version>2.0.1</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.1-SNAPSHOT</version>
6+
<version>2.0.1</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.1-SNAPSHOT</version>
6+
<version>2.0.1</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99

0 commit comments

Comments
 (0)