Skip to content

Commit c3c6af9

Browse files
committed
executed versions:set -DnewVersion=6.0.0 and changed tag to HEAD
1 parent 788d84d commit c3c6af9

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

bundle/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>com.adobe.acs</groupId>
99
<artifactId>acs-aem-commons</artifactId>
10-
<version>5.3.4</version>
10+
<version>6.0.0-SNAPSHOT</version>
1111
</parent>
1212

1313
<!-- ====================================================================== -->

content/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>com.adobe.acs</groupId>
99
<artifactId>acs-aem-commons</artifactId>
10-
<version>5.3.4</version>
10+
<version>6.0.0-SNAPSHOT</version>
1111
</parent>
1212

1313
<!-- ====================================================================== -->

oakpal-checks/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>com.adobe.acs</groupId>
99
<artifactId>acs-aem-commons</artifactId>
10-
<version>5.3.4</version>
10+
<version>6.0.0-SNAPSHOT</version>
1111
</parent>
1212

1313
<!-- ====================================================================== -->

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<groupId>com.adobe.acs</groupId>
99
<artifactId>acs-aem-commons</artifactId>
10-
<version>5.3.4</version>
10+
<version>6.0.0-SNAPSHOT</version>
1111
<packaging>pom</packaging>
1212

1313
<name>ACS AEM Commons - Reactor Project</name>
@@ -31,7 +31,7 @@
3131
<connection>scm:git:[email protected]:Adobe-Consulting-Services/acs-aem-commons.git</connection>
3232
<developerConnection>scm:git:[email protected]:Adobe-Consulting-Services/acs-aem-commons.git</developerConnection>
3333
<url>https://github.com/Adobe-Consulting-Services/acs-aem-commons/tree/master</url>
34-
<tag>acs-aem-commons-5.3.4</tag>
34+
<tag>HEAD</tag>
3535
</scm>
3636

3737
<!-- Do not remove developers section - this is required to release to maven central -->
@@ -69,7 +69,7 @@
6969
<maven.compiler.source>1.8</maven.compiler.source>
7070
<maven.compiler.target>1.8</maven.compiler.target>
7171
<!-- for reproducible builds (https://maven.apache.org/guides/mini/guide-reproducible-builds.html), automatically adjusted during release -->
72-
<project.build.outputTimestamp>1661189992</project.build.outputTimestamp>
72+
<project.build.outputTimestamp>1665329325</project.build.outputTimestamp>
7373
</properties>
7474

7575
<build>
@@ -452,13 +452,13 @@ Bundle-DocURL: https://adobe-consulting-services.github.io/acs-aem-commons/
452452
<dependency>
453453
<groupId>com.adobe.acs</groupId>
454454
<artifactId>acs-aem-commons-bundle</artifactId>
455-
<version>5.3.4</version>
455+
<version>6.0.0-SNAPSHOT</version>
456456
<scope>provided</scope>
457457
</dependency>
458458
<dependency>
459459
<groupId>com.adobe.acs</groupId>
460460
<artifactId>acs-aem-commons-oakpal-checks</artifactId>
461-
<version>5.3.4</version>
461+
<version>6.0.0-SNAPSHOT</version>
462462
<scope>test</scope>
463463
</dependency>
464464
<!-- Runtime dependencies should be AEM 6.4 compatible -->

ui.apps/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>com.adobe.acs</groupId>
99
<artifactId>acs-aem-commons</artifactId>
10-
<version>5.3.4</version>
10+
<version>6.0.0-SNAPSHOT</version>
1111
</parent>
1212

1313
<!-- ====================================================================== -->

ui.content/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>com.adobe.acs</groupId>
99
<artifactId>acs-aem-commons</artifactId>
10-
<version>5.3.4</version>
10+
<version>6.0.0-SNAPSHOT</version>
1111
</parent>
1212

1313
<!-- ====================================================================== -->

0 commit comments

Comments
 (0)