|
7 | 7 |
|
8 | 8 | <groupId>com.adobe.acs</groupId> |
9 | 9 | <artifactId>acs-aem-commons</artifactId> |
10 | | - <version>5.3.4</version> |
| 10 | + <version>6.0.0-SNAPSHOT</version> |
11 | 11 | <packaging>pom</packaging> |
12 | 12 |
|
13 | 13 | <name>ACS AEM Commons - Reactor Project</name> |
|
31 | 31 | < connection>scm:git: [email protected]:Adobe-Consulting-Services/acs-aem-commons.git</ connection> |
32 | 32 | < developerConnection>scm:git: [email protected]:Adobe-Consulting-Services/acs-aem-commons.git</ developerConnection> |
33 | 33 | <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> |
35 | 35 | </scm> |
36 | 36 |
|
37 | 37 | <!-- Do not remove developers section - this is required to release to maven central --> |
|
69 | 69 | <maven.compiler.source>1.8</maven.compiler.source> |
70 | 70 | <maven.compiler.target>1.8</maven.compiler.target> |
71 | 71 | <!-- 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> |
73 | 73 | </properties> |
74 | 74 |
|
75 | 75 | <build> |
@@ -452,13 +452,13 @@ Bundle-DocURL: https://adobe-consulting-services.github.io/acs-aem-commons/ |
452 | 452 | <dependency> |
453 | 453 | <groupId>com.adobe.acs</groupId> |
454 | 454 | <artifactId>acs-aem-commons-bundle</artifactId> |
455 | | - <version>5.3.4</version> |
| 455 | + <version>6.0.0-SNAPSHOT</version> |
456 | 456 | <scope>provided</scope> |
457 | 457 | </dependency> |
458 | 458 | <dependency> |
459 | 459 | <groupId>com.adobe.acs</groupId> |
460 | 460 | <artifactId>acs-aem-commons-oakpal-checks</artifactId> |
461 | | - <version>5.3.4</version> |
| 461 | + <version>6.0.0-SNAPSHOT</version> |
462 | 462 | <scope>test</scope> |
463 | 463 | </dependency> |
464 | 464 | <!-- Runtime dependencies should be AEM 6.4 compatible --> |
|
0 commit comments