Skip to content

Commit

Permalink
updating poms for branch'release/3.1.0' with non-snapshot versions
Browse files Browse the repository at this point in the history
  • Loading branch information
gruberrolandvaltech committed Feb 19, 2020
1 parent f0ea5d8 commit c1d763c
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>de.valtech.aecu</groupId>
<artifactId>aecu</artifactId>
<version>3.1.0-rc-SNAPSHOT</version>
<version>3.1.0</version>
</parent>

<artifactId>aecu.api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion bundle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>de.valtech.aecu</groupId>
<artifactId>aecu</artifactId>
<version>3.1.0-rc-SNAPSHOT</version>
<version>3.1.0</version>
</parent>

<artifactId>aecu.bundle</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>de.valtech.aecu</groupId>
<artifactId>aecu</artifactId>
<version>3.1.0-rc-SNAPSHOT</version>
<version>3.1.0</version>
</parent>

<artifactId>aecu.core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>de.valtech.aecu</groupId>
<artifactId>aecu</artifactId>
<version>3.1.0-rc-SNAPSHOT</version>
<version>3.1.0</version>
</parent>

<artifactId>aecu.examples</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>de.valtech.aecu</groupId>
<artifactId>aecu</artifactId>
<packaging>pom</packaging>
<version>3.1.0-rc-SNAPSHOT</version>
<version>3.1.0</version>
<name>AECU</name>
<description>AEM Easy Content Upgrade</description>
<url>https://github.com/valtech/aem-easy-content-upgrade</url>
Expand Down
2 changes: 1 addition & 1 deletion ui.apps/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>de.valtech.aecu</groupId>
<artifactId>aecu</artifactId>
<version>3.1.0-rc-SNAPSHOT</version>
<version>3.1.0</version>
</parent>

<artifactId>aecu.ui.apps</artifactId>
Expand Down

0 comments on commit c1d763c

Please sign in to comment.