You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by an...@apache.org on 2020/01/28 20:20:14 UTC

[sling-org-apache-sling-jcr-packageinit] branch master updated: [maven-release-plugin] prepare release org.apache.sling.jcr.packageinit-1.0.0

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

andysch pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-jcr-packageinit.git


The following commit(s) were added to refs/heads/master by this push:
     new 669826a  [maven-release-plugin] prepare release org.apache.sling.jcr.packageinit-1.0.0
669826a is described below

commit 669826a51935e4e3e4752b33bcf5b873cded4630
Author: Andreas Schaefer <sc...@iMac.local>
AuthorDate: Tue Jan 28 12:20:10 2020 -0800

    [maven-release-plugin] prepare release org.apache.sling.jcr.packageinit-1.0.0
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 4543a69..aa4df1c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@
 
   <artifactId>org.apache.sling.jcr.packageinit</artifactId>
   <packaging>bundle</packaging>
-  <version>0.0.1-SNAPSHOT</version>
+  <version>1.0.0</version>
   <name>Apache Sling JCR Package Initializer module</name>
   <description>
 	  Installs packages into a JCR repository as SlingRepositoryInitializer based on a FileVault ExecutionPlan
@@ -38,7 +38,7 @@
         <connection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-jcr-packageinit.git</connection>
         <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-jcr-packageinit.git</developerConnection>
         <url>https://gitbox.apache.org/repos/asf?p=sling-org-apache-sling-jcr-packageinit.git</url>
-        <tag>HEAD</tag>
+        <tag>org.apache.sling.jcr.packageinit-1.0.0</tag>
     </scm>
     <build>
         <plugins>