Skip to content

Commit

Permalink
make version number of pagesintegration test site consistent with ver…
Browse files Browse the repository at this point in the history
…sion number of all the other sites

1.0.0-SNAPSHOT instead of 1.0-SNAPSHOT
  • Loading branch information
stoerr committed May 6, 2021
1 parent effd980 commit 1c88e0a
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion assets/pagesintegration/app/bundle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.composum.prototype</groupId>
<artifactId>composum-prototype-assets-pagesintegration-app</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0.0-SNAPSHOT</version>
</parent>

<artifactId>composum-prototype-assets-pagesintegration-app-bundle</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion assets/pagesintegration/app/package/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.composum.prototype</groupId>
<artifactId>composum-prototype-assets-pagesintegration-app</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0.0-SNAPSHOT</version>
</parent>

<artifactId>composum-prototype-assets-pagesintegration-app-package</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions assets/pagesintegration/app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.composum.prototype</groupId>
<artifactId>composum-prototype-assets-pagesintegration</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0.0-SNAPSHOT</version>
</parent>

<artifactId>composum-prototype-assets-pagesintegration-app</artifactId>
Expand All @@ -18,4 +18,4 @@
<module>bundle</module>
<module>package</module>
</modules>
</project>
</project>
2 changes: 1 addition & 1 deletion assets/pagesintegration/content/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.composum.prototype</groupId>
<artifactId>composum-prototype-assets-pagesintegration</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0.0-SNAPSHOT</version>
</parent>

<artifactId>composum-prototype-assets-pagesintegration-content</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion assets/pagesintegration/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</parent>

<artifactId>composum-prototype-assets-pagesintegration</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0.0-SNAPSHOT</version>
<packaging>pom</packaging>

<name>Example for Pages integration of Assets</name>
Expand Down

0 comments on commit 1c88e0a

Please sign in to comment.