You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2020/11/06 12:13:00 UTC

[sling-content-package-archetype] branch master updated: [maven-release-plugin] prepare release sling-content-package-archetype-1.0.0

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

rombert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-content-package-archetype.git


The following commit(s) were added to refs/heads/master by this push:
     new a6e1571  [maven-release-plugin] prepare release sling-content-package-archetype-1.0.0
a6e1571 is described below

commit a6e157168ba3d5e8f3a34ddb6d0f892731e4e12d
Author: Robert Munteanu <ro...@apache.org>
AuthorDate: Fri Nov 6 13:12:56 2020 +0100

    [maven-release-plugin] prepare release sling-content-package-archetype-1.0.0
---
 pom.xml | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/pom.xml b/pom.xml
index 689b641..eda1850 100644
--- a/pom.xml
+++ b/pom.xml
@@ -17,9 +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 http://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 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
 
     <parent>
@@ -30,7 +28,7 @@
     </parent>
 
     <artifactId>sling-content-package-archetype</artifactId>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>1.0.0</version>
     <packaging>maven-archetype</packaging>
 
     <name>Apache Sling Content Package Archetype</name>
@@ -40,7 +38,8 @@
         <connection>scm:git:https://gitbox.apache.org/repos/asf/sling-content-package-archetype.git</connection>
         <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-content-package-archetype.git</developerConnection>
         <url>https://gitbox.apache.org/repos/asf?p=sling-content-package-archetype.git</url>
-    </scm>
+      <tag>sling-content-package-archetype-1.0.0</tag>
+  </scm>
 
     <build>
         <extensions>