Skip to content

Commit

Permalink
set version v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jrivard committed Jul 25, 2021
1 parent e76fb80 commit 610ac2f
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 9 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.0-SNAPSHOT</version>
<version>2.0.0</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.0-SNAPSHOT</version>
<version>2.0.0</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.0-SNAPSHOT</version>
<version>2.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions 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.0-SNAPSHOT</version>
<version>2.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand All @@ -16,7 +16,7 @@
<name>PWM Password Self Service: Executable Server JAR</name>

<properties>
<tomcat.version>9.0.48</tomcat.version>
<tomcat.version>9.0.50</tomcat.version>
</properties>

<build>
Expand Down
11 changes: 10 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>org.pwm-project</groupId>
<artifactId>pwm-parent</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
<packaging>pom</packaging>

<name>PWM Password Self Service</name>
Expand Down Expand Up @@ -40,6 +40,7 @@

<!-- profile managed values -->
<spotbugs.skip>false</spotbugs.skip>
<owasp.skip>false</owasp.skip>
<checkstyle.skip>false</checkstyle.skip>
<skipTests>false</skipTests>

Expand Down Expand Up @@ -70,6 +71,12 @@
<spotbugs.skip>true</spotbugs.skip>
</properties>
</profile>
<profile>
<id>skip-owasp</id>
<properties>
<spotbugs.owasp>true</spotbugs.owasp>
</properties>
</profile>
<profile>
<id>enable-javadoc</id>
<properties>
Expand Down Expand Up @@ -381,7 +388,9 @@
<goal>check</goal>
</goals>
<configuration>
<skip>${owasp.skip}</skip>
<yarnAuditAnalyzerEnabled>false</yarnAuditAnalyzerEnabled>
<nodeAnalyzerEnabled>false</nodeAnalyzerEnabled>
</configuration>
</execution>
</executions>
Expand Down
2 changes: 1 addition & 1 deletion rest-test-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.0-SNAPSHOT</version>
<version>2.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion server/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.0-SNAPSHOT</version>
<version>2.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

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.0-SNAPSHOT</version>
<version>2.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down

0 comments on commit 610ac2f

Please sign in to comment.