This is an automated email from the ASF dual-hosted git repository.
radu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-jspc-maven-plugin.git
The following commit(s) were added to refs/heads/master by this push:
new 87893a3 [maven-release-plugin] prepare for next development iteration
87893a3 is described below
commit 87893a38294c566ce260c43297dd1668df408bc6
Author: Radu Cotescu <[email protected]>
AuthorDate: Thu Jun 18 18:00:21 2020 +0200
[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 dedc6d2..0f62a9c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
</parent>
<artifactId>jspc-maven-plugin</artifactId>
- <version>2.2.0</version>
+ <version>2.2.1-SNAPSHOT</version>
<packaging>maven-plugin</packaging>
<name>Apache Sling JSPC Maven Plugin</name>
@@ -39,7 +39,7 @@
<connection>scm:git:https://gitbox.apache.org/repos/asf/sling-jspc-maven-plugin.git</connection>
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-jspc-maven-plugin.git</developerConnection>
<url>https://gitbox.apache.org/repos/asf?p=sling-jspc-maven-plugin.git</url>
- <tag>jspc-maven-plugin-2.2.0</tag>
+ <tag>HEAD</tag>
</scm>
<properties>
@@ -119,13 +119,13 @@
<dependency>
<groupId>org.apache.sling</groupId>
<artifactId>org.apache.sling.scripting.jsp</artifactId>
- <version>2.5.0</version>
+ <version>2.5.1-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.sling</groupId>
<artifactId>org.apache.sling.commons.compiler</artifactId>
- <version>2.4.0</version>
+ <version>2.4.1-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
<dependency>