You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ra...@apache.org on 2019/08/28 10:18:17 UTC

[sling-org-apache-sling-scripting-bundle-tracker] branch master updated (479ead9 -> 59a0a5e)

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

radu pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-scripting-bundle-tracker.git.


    from 479ead9  SLING-8662 - Migrate the Apache Sling Scripting Bundle Tracker to sling-bundle-parent 35
     new 519cb26  [maven-release-plugin] prepare release org.apache.sling.scripting.bundle.tracker-0.1.0
     new 59a0a5e  trivial: added scm info

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 pom.xml | 16 ++++++++++------
 1 file changed, 10 insertions(+), 6 deletions(-)


[sling-org-apache-sling-scripting-bundle-tracker] 01/02: [maven-release-plugin] prepare release org.apache.sling.scripting.bundle.tracker-0.1.0

Posted by ra...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

radu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-scripting-bundle-tracker.git

commit 519cb26f1335d10556c29ac76611b2cc5c78366d
Author: Radu Cotescu <ra...@apache.org>
AuthorDate: Wed Aug 28 12:14:17 2019 +0200

    [maven-release-plugin] prepare release org.apache.sling.scripting.bundle.tracker-0.1.0
---
 pom.xml | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

diff --git a/pom.xml b/pom.xml
index e184eeb..9ccb7b5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -17,14 +17,12 @@
   ~ 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">
     <parent>
         <groupId>org.apache.sling</groupId>
         <artifactId>sling-bundle-parent</artifactId>
         <version>35</version>
-        <relativePath/>
+        <relativePath />
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
@@ -33,7 +31,7 @@
     </properties>
 
     <artifactId>org.apache.sling.scripting.bundle.tracker</artifactId>
-    <version>0.1.0-SNAPSHOT</version>
+    <version>0.1.0</version>
     <name>Apache Sling Scripting Bundle Tracker</name>
     <description>
         The Apache Sling Scripting Bundle Tracker bundle represents an add-on module that can be deployed on a Sling 10 instance or
@@ -188,4 +186,8 @@
         </dependency>
     </dependencies>
 
+
+  <scm>
+    <tag>org.apache.sling.scripting.bundle.tracker-0.1.0</tag>
+  </scm>
 </project>


[sling-org-apache-sling-scripting-bundle-tracker] 02/02: trivial: added scm info

Posted by ra...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

radu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-scripting-bundle-tracker.git

commit 59a0a5ec6deab4ee791a272061e4f174f06ecef5
Author: Radu Cotescu <ra...@apache.org>
AuthorDate: Wed Aug 28 12:18:08 2019 +0200

    trivial: added scm info
---
 pom.xml | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

diff --git a/pom.xml b/pom.xml
index 9ccb7b5..68e6e3c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -39,6 +39,13 @@
         content-to-servlet resolution and essentially acts as a service registration broker for bundles providing scripting capabilities
     </description>
 
+    <scm>
+        <connection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-scripting-bundle-tracker.git</connection>
+        <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-scripting-bundle-tracker.git</developerConnection>
+        <url>https://gitbox.apache.org/repos/asf?p=sling-org-apache-sling-scripting-bundle-tracker.git</url>
+        <tag>HEAD</tag>
+    </scm>
+
     <build>
         <plugins>
             <plugin>
@@ -185,9 +192,4 @@
             <scope>test</scope>
         </dependency>
     </dependencies>
-
-
-  <scm>
-    <tag>org.apache.sling.scripting.bundle.tracker-0.1.0</tag>
-  </scm>
 </project>