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/24 12:17:39 UTC

[sling-maven-enforcer-rules] branch master updated: [maven-release-plugin] prepare release maven-enforcer-rules-1.1.0

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 16fafee  [maven-release-plugin] prepare release maven-enforcer-rules-1.1.0
16fafee is described below

commit 16fafeeac0f5ec9c0ca58f57b2067a9145f1c004
Author: Konrad Windszus <ko...@netcentric.biz>
AuthorDate: Fri Jun 24 14:17:36 2022 +0200

    [maven-release-plugin] prepare release maven-enforcer-rules-1.1.0
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 0acdecc..12bc611 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
         <version>48</version>
     </parent>
     <artifactId>maven-enforcer-rules</artifactId>
-    <version>1.0.1-SNAPSHOT</version>
+    <version>1.1.0</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>HEAD</tag>
+      <tag>maven-enforcer-rules-1.1.0</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 m-enforcer-p/enforcer-api due to shared classloader -->
-        <project.build.outputTimestamp>1654762702</project.build.outputTimestamp>
+        <project.build.outputTimestamp>1656073050</project.build.outputTimestamp>
     </properties>
 
     <dependencyManagement>