Skip to content

Commit

Permalink
[maven-release-plugin] prepare release acs-aem-commons-5.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
davidjgonzalez committed Oct 24, 2022
1 parent 12338bf commit 8db4c0f
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
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>5.3.5-SNAPSHOT</version>
<version>5.4.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>5.3.5-SNAPSHOT</version>
<version>5.4.0</version>
</parent>

<!-- ====================================================================== -->
Expand Down
2 changes: 1 addition & 1 deletion oakpal-checks/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>5.3.5-SNAPSHOT</version>
<version>5.4.0</version>
</parent>

<!-- ====================================================================== -->
Expand Down
10 changes: 5 additions & 5 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>5.3.5-SNAPSHOT</version>
<version>5.4.0</version>
<packaging>pom</packaging>

<name>ACS AEM Commons - Reactor Project</name>
Expand All @@ -31,7 +31,7 @@
<connection>scm:git:[email protected]:Adobe-Consulting-Services/acs-aem-commons.git</connection>
<developerConnection>scm:git:[email protected]: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-5.4.0</tag>
</scm>

<!-- Do not remove developers section - this is required to release to maven central -->
Expand Down Expand Up @@ -69,7 +69,7 @@
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<!-- for reproducible builds (https://maven.apache.org/guides/mini/guide-reproducible-builds.html), automatically adjusted during release -->
<project.build.outputTimestamp>1661190251</project.build.outputTimestamp>
<project.build.outputTimestamp>1666617318</project.build.outputTimestamp>
</properties>

<build>
Expand Down Expand Up @@ -452,13 +452,13 @@ Bundle-DocURL: https://adobe-consulting-services.github.io/acs-aem-commons/
<dependency>
<groupId>com.adobe.acs</groupId>
<artifactId>acs-aem-commons-bundle</artifactId>
<version>5.3.5-SNAPSHOT</version>
<version>5.4.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.adobe.acs</groupId>
<artifactId>acs-aem-commons-oakpal-checks</artifactId>
<version>5.3.5-SNAPSHOT</version>
<version>5.4.0</version>
<scope>test</scope>
</dependency>
<!-- Runtime dependencies should be AEM 6.4 compatible -->
Expand Down
2 changes: 1 addition & 1 deletion ui.apps/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>5.3.5-SNAPSHOT</version>
<version>5.4.0</version>
</parent>

<!-- ====================================================================== -->
Expand Down
2 changes: 1 addition & 1 deletion ui.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>5.3.5-SNAPSHOT</version>
<version>5.4.0</version>
</parent>

<!-- ====================================================================== -->
Expand Down

0 comments on commit 8db4c0f

Please sign in to comment.