This is an automated email from the ASF dual-hosted git repository.
enorman pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-starter-content.git
The following commit(s) were added to refs/heads/master by this push:
new af542ab [maven-release-plugin] prepare for next development iteration
af542ab is described below
commit af542abbee36384248536625fd2c756f82db30a7
Author: Eric Norman <[email protected]>
AuthorDate: Thu Oct 19 17:30:52 2023 -0700
[maven-release-plugin] prepare for next development iteration
---
pom.xml | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/pom.xml b/pom.xml
index aab42f7..06d55e1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
</parent>
<artifactId>org.apache.sling.starter.content</artifactId>
- <version>1.0.14</version>
+ <version>1.0.15-SNAPSHOT</version>
<name>Apache Sling Starter Content</name>
<description>
@@ -40,12 +40,12 @@
<connection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-starter-content.git</connection>
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-starter-content.git</developerConnection>
<url>https://github.com/apache/sling-org-apache-sling-starter-content.git</url>
- <tag>org.apache.sling.starter.content-1.0.14</tag>
+ <tag>HEAD</tag>
</scm>
<properties>
<frontend.target>target/frontend</frontend.target>
- <project.build.outputTimestamp>1697761800</project.build.outputTimestamp>
+ <project.build.outputTimestamp>1697761852</project.build.outputTimestamp>
<oak.version>1.16.0</oak.version>
<junit-jupiter.version>5.10.0</junit-jupiter.version>
</properties>
@@ -209,7 +209,7 @@
<dependency>
<groupId>org.apache.sling</groupId>
<artifactId>org.apache.sling.jcr.jackrabbit.accessmanager</artifactId>
- <version>4.0.0</version>
+ <version>4.0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>