Skip to content

Commit 21569ae

Browse files
committed
update version to v1.9.1
1 parent ea2f4f1 commit 21569ae

File tree

9 files changed

+10
-10
lines changed

9 files changed

+10
-10
lines changed

client/pom.xml

Lines changed: 1 addition & 1 deletion
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>1.9.0</version>
6+
<version>1.9.1</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99

data-service/pom.xml

Lines changed: 1 addition & 1 deletion
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>1.9.0</version>
6+
<version>1.9.1</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99

docker/pom.xml

Lines changed: 1 addition & 1 deletion
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>1.9.0</version>
6+
<version>1.9.1</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99

onejar/pom.xml

Lines changed: 2 additions & 2 deletions
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>1.9.0</version>
6+
<version>1.9.1</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99

@@ -17,7 +17,7 @@
1717

1818
<properties>
1919
<project.root.basedir>${project.basedir}/..</project.root.basedir>
20-
<tomcat.version>9.0.21</tomcat.version>
20+
<tomcat.version>9.0.22</tomcat.version>
2121
</properties>
2222

2323
<build>

pom.xml

Lines changed: 1 addition & 1 deletion
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>1.9.0</version>
7+
<version>1.9.1</version>
88
<packaging>pom</packaging>
99

1010
<name>PWM Password Self Service</name>

pwm-cr/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.pwm-project</groupId>
66
<artifactId>pwm-parent</artifactId>
7-
<version>1.9.0</version>
7+
<version>1.9.1</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

rest-test-service/pom.xml

Lines changed: 1 addition & 1 deletion
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>1.9.0</version>
6+
<version>1.9.1</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99

server/pom.xml

Lines changed: 1 addition & 1 deletion
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>1.9.0</version>
6+
<version>1.9.1</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99

webapp/pom.xml

Lines changed: 1 addition & 1 deletion
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>1.9.0</version>
6+
<version>1.9.1</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99

0 commit comments

Comments
 (0)