Skip to content

Commit

Permalink
[maven-release-plugin] prepare release acs-aem-commons-3.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Brendan Robert committed Nov 3, 2018
1 parent ef1b6db commit 09cf248
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 7 deletions.
2 changes: 1 addition & 1 deletion bundle-twitter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.adobe.acs</groupId>
<artifactId>acs-aem-commons</artifactId>
<version>3.18.3-SNAPSHOT</version>
<version>3.19.0</version>
</parent>

<!-- ====================================================================== -->
Expand Down
2 changes: 1 addition & 1 deletion bundle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.adobe.acs</groupId>
<artifactId>acs-aem-commons</artifactId>
<version>3.18.3-SNAPSHOT</version>
<version>3.19.0</version>
</parent>

<!-- ====================================================================== -->
Expand Down
2 changes: 1 addition & 1 deletion content/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.adobe.acs</groupId>
<artifactId>acs-aem-commons</artifactId>
<version>3.18.3-SNAPSHOT</version>
<version>3.19.0</version>
</parent>

<!-- ====================================================================== -->
Expand Down
13 changes: 9 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<groupId>com.adobe.acs</groupId>
<artifactId>acs-aem-commons</artifactId>
<version>3.18.3-SNAPSHOT</version>
<version>3.19.0</version>
<packaging>pom</packaging>

<name>ACS AEM Commons - Reactor Project</name>
Expand All @@ -29,7 +29,7 @@
<connection>scm:git:git@github.com:Adobe-Consulting-Services/acs-aem-commons.git</connection>
<developerConnection>scm:git:git@github.com:Adobe-Consulting-Services/acs-aem-commons.git</developerConnection>
<url>https://github.com/Adobe-Consulting-Services/acs-aem-commons/tree/master</url>
<tag>HEAD</tag>
<tag>acs-aem-commons-3.19.0</tag>
</scm>

<!-- ====================================================================== -->
Expand Down Expand Up @@ -121,16 +121,21 @@
</plugin>
<plugin>
<artifactId>maven-release-plugin</artifactId>
<version>3.0-r1585899</version>
<version>2.5.3</version>
<configuration>
<autoVersionSubmodules>true</autoVersionSubmodules>
<projectVersionPolicyId>OddEvenVersionPolicy</projectVersionPolicyId>
</configuration>
<dependencies>
<dependency>
<groupId>org.apache.maven.shared</groupId>
<artifactId>maven-invoker</artifactId>
<version>2.2</version>
</dependency>
<dependency>
<groupId>org.apache.maven.release</groupId>
<artifactId>maven-release-oddeven-policy</artifactId>
<version>3.0-r1585899</version>
<version>LATEST</version>
</dependency>
</dependencies>
</plugin>
Expand Down

0 comments on commit 09cf248

Please sign in to comment.