You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by kw...@apache.org on 2022/06/09 08:18:25 UTC

[sling-maven-enforcer-rules] branch master updated: [maven-release-plugin] prepare for next development iteration

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

kwin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-maven-enforcer-rules.git


The following commit(s) were added to refs/heads/master by this push:
     new 54d83f2  [maven-release-plugin] prepare for next development iteration
54d83f2 is described below

commit 54d83f255405f78b380d065390a32d80dfb849a1
Author: Konrad Windszus <ko...@netcentric.biz>
AuthorDate: Thu Jun 9 10:18:22 2022 +0200

    [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 ea200e0..b3f20c5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
         <version>48</version>
     </parent>
     <artifactId>maven-enforcer-rules</artifactId>
-    <version>1.0.0</version>
+    <version>1.0.1-SNAPSHOT</version>
     <name>Maven Enforcer Rules</name>
     <description>Custom Maven Enforcer rules specifically targeted at working with OSGi bundle modules</description>
 
@@ -34,14 +34,14 @@
         <connection>scm:git:https://gitbox.apache.org/repos/asf/sling-maven-enforcer-rules.git</connection>
         <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-maven-enforcer-rules.git</developerConnection>
         <url>https://gitbox.apache.org/repos/asf?p=sling-maven-enforcer-rules.git</url>
-      <tag>maven-enforcer-rules-1.0.0</tag>
+      <tag>HEAD</tag>
   </scm>
 
     <properties>
         <sling.java.version>8</sling.java.version>
         <api.version>3.0.0</api.version>
         <maven.version>3.1.1</maven.version><!-- must be the same version as used by enforcer-api due to shared classloader -->
-        <project.build.outputTimestamp>1654762690</project.build.outputTimestamp>
+        <project.build.outputTimestamp>1654762702</project.build.outputTimestamp>
     </properties>
 
     <dependencyManagement>