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:06:20 UTC

[sling-content-package-archetype] branch master updated: Set version to 1.0.0-SNAPSHOT

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 94b91e0  Set version to 1.0.0-SNAPSHOT
94b91e0 is described below

commit 94b91e0311bbaee0d9eabb904d8eca01814fee90
Author: Robert Munteanu <ro...@apache.org>
AuthorDate: Fri Nov 6 13:05:58 2020 +0100

    Set version to 1.0.0-SNAPSHOT
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index e0219f1..fe2f9d1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@
     </parent>
 
     <artifactId>sling-content-package-archetype</artifactId>
-    <version>1.0-SNAPSHOT</version>
+    <version>1.0.0-SNAPSHOT</version>
     <packaging>maven-archetype</packaging>
 
     <name>Apache Sling Content Package Archetype</name>