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:18 UTC

[sling-maven-enforcer-rules] branch master updated: [maven-release-plugin] prepare release maven-enforcer-rules-1.0.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 b290cbb  [maven-release-plugin] prepare release maven-enforcer-rules-1.0.0
b290cbb is described below

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

    [maven-release-plugin] prepare release maven-enforcer-rules-1.0.0
---
 pom.xml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/pom.xml b/pom.xml
index 1c2b6a2..ea200e0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -17,8 +17,7 @@
     specific language governing permissions and limitations
     under the License.
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
 
     <parent>
@@ -27,7 +26,7 @@
         <version>48</version>
     </parent>
     <artifactId>maven-enforcer-rules</artifactId>
-    <version>0.0.1-SNAPSHOT</version>
+    <version>1.0.0</version>
     <name>Maven Enforcer Rules</name>
     <description>Custom Maven Enforcer rules specifically targeted at working with OSGi bundle modules</description>
 
@@ -35,13 +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>
-    </scm>
+      <tag>maven-enforcer-rules-1.0.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 enforcer-api due to shared classloader -->
-        <project.build.outputTimestamp>10</project.build.outputTimestamp>
+        <project.build.outputTimestamp>1654762690</project.build.outputTimestamp>
     </properties>
 
     <dependencyManagement>