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 2020/02/21 08:37:53 UTC

[sling-org-apache-sling-installer-factory-packages] branch master updated: [maven-release-plugin] prepare release org.apache.sling.installer.factory.packages-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-org-apache-sling-installer-factory-packages.git


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

commit a5f61b67520d88e67e6e0d8c3014e40c0a1010cf
Author: Konrad Windszus <ko...@netcentric.biz>
AuthorDate: Fri Feb 21 09:37:49 2020 +0100

    [maven-release-plugin] prepare release org.apache.sling.installer.factory.packages-1.0.0
---
 pom.xml | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/pom.xml b/pom.xml
index 51b852e..21f97e9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -17,18 +17,17 @@
     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/maven-v4_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/maven-v4_0_0.xsd">
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>org.apache.sling</groupId>
         <artifactId>sling-bundle-parent</artifactId>
         <version>38</version>
-        <relativePath/>
+        <relativePath />
     </parent>
 
     <artifactId>org.apache.sling.installer.factory.packages</artifactId>
-    <version>0.1.0-SNAPSHOT</version>
+    <version>1.0.0</version>
 
     <name>Apache Sling Installer Content Package Support</name>
     <description> 
@@ -37,7 +36,7 @@
 
     <properties>
         <sling.java.version>8</sling.java.version>
-        <project.build.outputTimestamp>2020-01-14T08:04:00Z</project.build.outputTimestamp>
+        <project.build.outputTimestamp>2020-02-21T08:37:42Z</project.build.outputTimestamp>
         <!-- skip baseline till the first release -->
         <bnd.baseline.skip>true</bnd.baseline.skip>
     </properties>
@@ -46,7 +45,8 @@
         <connection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-installer-factory-packages.git</connection>
         <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-installer-factory-packages.git</developerConnection>
         <url>https://gitbox.apache.org/repos/asf?p=sling-org-apache-sling-installer-factory-packages.git</url>
-    </scm>
+      <tag>org.apache.sling.installer.factory.packages-1.0.0</tag>
+  </scm>
 
     <dependencies>
         <dependency>