Skip to content

Commit

Permalink
Set version to 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jesse-gallagher committed Sep 9, 2024
1 parent 744f83a commit b24564c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion xpages-webapp-support/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.openntf.xpages</groupId>
<artifactId>xpages-webapp-support</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0</version>
<packaging>pom</packaging>

<inceptionYear>2019</inceptionYear>
Expand Down
2 changes: 1 addition & 1 deletion xpages-webapp-support/xpages-runtime-domino/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.openntf.xpages</groupId>
<artifactId>xpages-webapp-support</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0</version>
</parent>
<artifactId>xpages-runtime-domino</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion xpages-webapp-support/xpages-runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.openntf.xpages</groupId>
<artifactId>xpages-webapp-support</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0</version>
</parent>
<artifactId>xpages-runtime</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion xpages-webapp-support/xsp-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.openntf.xpages</groupId>
<artifactId>xpages-webapp-support</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0</version>
</parent>
<artifactId>xsp-maven-plugin</artifactId>
<packaging>maven-plugin</packaging>
Expand Down

0 comments on commit b24564c

Please sign in to comment.