You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by cz...@apache.org on 2021/09/30 05:16:08 UTC

[sling-org-apache-sling-javax-activation] 38/47: [maven-release-plugin] prepare for next development iteration

This is an automated email from the ASF dual-hosted git repository.

cziegeler pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-javax-activation.git

commit f18b97843ab29b8cd1d4489d701966096bdd2352
Author: David Bosschaert <bo...@adobe.com>
AuthorDate: Tue Jul 28 16:19:03 2020 +0100

    [maven-release-plugin] prepare for next development iteration
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index ffb291d..f44cb50 100755
--- a/pom.xml
+++ b/pom.xml
@@ -28,13 +28,13 @@
     </parent>
 
     <artifactId>org.apache.sling.javax.activation</artifactId>
-    <version>0.2.0</version>
+    <version>0.2.1-SNAPSHOT</version>
 
     <name>Apache Sling javax.activation bundle</name>
     <description>The Apache Sling javax.activation bundle contributes an OSGi-compatible activation bundle.</description>
     
     <properties>
-        <project.build.outputTimestamp>2020-07-28T15:18:40Z</project.build.outputTimestamp>
+        <project.build.outputTimestamp>2020-07-28T15:19:03Z</project.build.outputTimestamp>
         <javax.activation.version>1.2.2</javax.activation.version>
         <site.javadoc.exclude>**.impl.**</site.javadoc.exclude>
     </properties>    
@@ -43,7 +43,7 @@
         <connection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-javax-activation.git</connection>
         <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-javax-activation.git</developerConnection>
         <url>https://gitbox.apache.org/repos/asf?p=sling-org-apache-sling-javax-activation.git</url>
-      <tag>org.apache.sling.javax.activation-0.2.0</tag>
+      <tag>HEAD</tag>
   </scm>
 
     <build>