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 2022/06/13 16:11:06 UTC

[sling-org-apache-sling-starter] branch issue/minor-cleanups created (now d6e922c)

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

rombert pushed a change to branch issue/minor-cleanups
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-starter.git


      at d6e922c  Correct SCM tag

This branch includes the following new commits:

     new 16ad837  Don't hardcode a version in the aggregate names
     new d6e922c  Correct SCM tag

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.



[sling-org-apache-sling-starter] 01/02: Don't hardcode a version in the aggregate names

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

rombert pushed a commit to branch issue/minor-cleanups
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-starter.git

commit 16ad837fb4eec6119741a3d58e68d989ba2242b4
Author: Robert Munteanu <rm...@adobe.com>
AuthorDate: Fri Jun 3 15:23:12 2022 +0200

    Don't hardcode a version in the aggregate names
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index c4fec13..8c258dc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -303,7 +303,7 @@
                 <configuration>
                     <launches>
                         <launch>
-                            <id>sling-12-oak-tar</id>
+                            <id>sling-starter-oak-tar</id>
                             <feature>
                                 <groupId>${project.groupId}</groupId>
                                 <artifactId>${project.artifactId}</artifactId>
@@ -319,7 +319,7 @@
                             <startTimeoutSeconds>${it.startTimeoutSeconds}</startTimeoutSeconds>
                         </launch>
                         <launch>
-                            <id>sling-12-oak-mongo</id>
+                            <id>sling-starter-oak-mongo</id>
                             <skip>${docker.skip}</skip>
                             <feature>
                                 <groupId>${project.groupId}</groupId>


[sling-org-apache-sling-starter] 02/02: Correct SCM tag

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

rombert pushed a commit to branch issue/minor-cleanups
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-starter.git

commit d6e922cc3e88207e1dfc1fd74e539a03db421f52
Author: Robert Munteanu <ro...@apache.org>
AuthorDate: Fri Jun 3 15:23:52 2022 +0200

    Correct SCM tag
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 8c258dc..8e44506 100644
--- a/pom.xml
+++ b/pom.xml
@@ -32,7 +32,7 @@
         <connection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-starter.git</connection>
         <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-starter.git</developerConnection>
         <url>https://gitbox.apache.org/repos/asf?p=sling-org-apache-sling-starter.git</url>
-        <tag>org.apache.sling.starter-12</tag>
+        <tag>HEAD</tag>
     </scm>
 
     <properties>