This is an automated email from the ASF dual-hosted git repository.
pauls pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-commons-scheduler.git
The following commit(s) were added to refs/heads/master by this push:
new bb417ae [maven-release-plugin] prepare release
org.apache.sling.commons.scheduler-2.7.4
bb417ae is described below
commit bb417ae4a6945630841679f4518b6f75af0acd23
Author: Karl Pauls <[email protected]>
AuthorDate: Thu Aug 22 09:35:04 2019 +0200
[maven-release-plugin] prepare release
org.apache.sling.commons.scheduler-2.7.4
---
pom.xml | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index c59709d..c923fb6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@
<artifactId>org.apache.sling.commons.scheduler</artifactId>
<packaging>bundle</packaging>
- <version>2.7.3-SNAPSHOT</version>
+ <version>2.7.4</version>
<name>Apache Sling Commons Scheduler Support</name>
<description>
@@ -40,7 +40,8 @@
<connection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-commons-scheduler.git</connection>
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-commons-scheduler.git</developerConnection>
<url>https://gitbox.apache.org/repos/asf?p=sling-org-apache-sling-commons-scheduler.git</url>
- </scm>
+ <tag>org.apache.sling.commons.scheduler-2.7.4</tag>
+ </scm>
<build>
<plugins>