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 2017/11/07 09:13:38 UTC

[sling-htl-maven-plugin] annotated tag htl-maven-plugin-1.0.6 created (now 255b9d7)

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

rombert pushed a change to annotated tag htl-maven-plugin-1.0.6
in repository https://gitbox.apache.org/repos/asf/sling-htl-maven-plugin.git.


      at 255b9d7  (tag)
 tagging d3e379125730b5fc01f4d90d625d04a6f67e1795 (commit)
      by Radu Cotescu
      on Fri Jan 13 11:40:50 2017 +0000

- Log -----------------------------------------------------------------
htl-maven-plugin-1.0.6
-----------------------------------------------------------------------

This annotated tag includes the following new commits:

     new 84657d3  SLING-6028 - Replace Sightly references with HTL in both code and documentation
     new c26853e  releng: updated dependencies
     new f831fbc  [maven-release-plugin] prepare release no
     new df2650a  [maven-release-plugin] prepare for next development iteration
     new ea2ee46  [maven-release-plugin] prepare release htl-maven-plugin-1.0.0
     new b4295b0  [maven-release-plugin] prepare for next development iteration
     new d48c8cd  releng: updated dependencies
     new 9ff35d3  trivial: added README for the htl-maven-plugin
     new 1853b99  trivial: added README for the htl-maven-plugin
     new aa679fb  SLING-6083 htl-maven-plugin should not fail when source directory not found
     new 09ba49f  compile phase is the default phase, no need to define it explicitly
     new 00bc556  SLING-6084 htl-maven-plugin should provide skip parameter
     new 14d21c8  SLING-6084 htl-maven-plugin should provide skip parameter
     new 5ec0a06  SLING-6084 - htl-maven-plugin should provide skip parameter
     new db39aaa  [maven-release-plugin] prepare release htl-maven-plugin-1.0.2
     new fb72e02  [maven-release-plugin] prepare for next development iteration
     new 8792be6  SLING-6084 - htl-maven-plugin should provide skip parameter
     new c52b181  SLING-6230 - The SightlyCompiler reports errors and warnings with an offset by one for the line count
     new 02c0908  [maven-release-plugin] prepare release htl-maven-plugin-1.0.4
     new 89091e6  [maven-release-plugin] prepare for next development iteration
     new fdba337  update to next snapshot version until releases are available on maven central
     new a9aa2c1  [maven-release-plugin] prepare release htl-maven-plugin-1.0.6
     new d3e3791  [maven-release-plugin] copy for tag htl-maven-plugin-1.0.6

The 23 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.


-- 
To stop receiving notification emails like this one, please contact
['"commits@sling.apache.org" <co...@sling.apache.org>'].

[sling-htl-maven-plugin] 03/04: [maven-release-plugin] prepare release htl-maven-plugin-1.0.6

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

rombert pushed a commit to annotated tag htl-maven-plugin-1.0.6
in repository https://gitbox.apache.org/repos/asf/sling-htl-maven-plugin.git

commit a9aa2c11f016085c0485ad8541503be2f723ff66
Author: Radu Cotescu <ra...@apache.org>
AuthorDate: Fri Jan 13 11:40:37 2017 +0000

    [maven-release-plugin] prepare release htl-maven-plugin-1.0.6
    
    git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/tooling/maven/htl-maven-plugin@1778553 13f79535-47bb-0310-9956-ffa450edef68
---
 pom.xml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/pom.xml b/pom.xml
index 6291091..227da30 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,16 +25,16 @@
     </parent>
 
     <artifactId>htl-maven-plugin</artifactId>
-    <version>1.0.5-SNAPSHOT</version>
+    <version>1.0.6</version>
     <packaging>maven-plugin</packaging>
 
     <name>Apache Sling HTL Maven Plugin</name>
     <description>The Apache Sling HTL Maven Plugin provides support for validating HTML Template Language scripts from projects.</description>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/sling/trunk/tooling/maven/htl-maven-plugin</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/trunk/tooling/maven/htl-maven-plugin</developerConnection>
-        <url>http://svn.apache.org/viewvc/sling/trunk/tooling/maven/htl-maven-plugin</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/sling/tags/htl-maven-plugin-1.0.6</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/tags/htl-maven-plugin-1.0.6</developerConnection>
+        <url>http://svn.apache.org/viewvc/sling/tags/htl-maven-plugin-1.0.6</url>
     </scm>
 
     <properties>
@@ -46,7 +46,7 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.scripting.sightly.compiler</artifactId>
-            <version>1.0.5-SNAPSHOT</version>
+            <version>1.0.6</version>
         </dependency>
         <dependency>
             <groupId>commons-io</groupId>

-- 
To stop receiving notification emails like this one, please contact
"commits@sling.apache.org" <co...@sling.apache.org>.

[sling-htl-maven-plugin] 04/04: [maven-release-plugin] copy for tag htl-maven-plugin-1.0.6

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

rombert pushed a commit to annotated tag htl-maven-plugin-1.0.6
in repository https://gitbox.apache.org/repos/asf/sling-htl-maven-plugin.git

commit d3e379125730b5fc01f4d90d625d04a6f67e1795
Author: Radu Cotescu <ra...@apache.org>
AuthorDate: Fri Jan 13 11:40:50 2017 +0000

    [maven-release-plugin] copy for tag htl-maven-plugin-1.0.6
    
    git-svn-id: https://svn.apache.org/repos/asf/sling/tags/htl-maven-plugin-1.0.6@1778554 13f79535-47bb-0310-9956-ffa450edef68

-- 
To stop receiving notification emails like this one, please contact
"commits@sling.apache.org" <co...@sling.apache.org>.

[sling-htl-maven-plugin] 02/04: update to next snapshot version until releases are available on maven central

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

rombert pushed a commit to annotated tag htl-maven-plugin-1.0.6
in repository https://gitbox.apache.org/repos/asf/sling-htl-maven-plugin.git

commit fdba337e436f42acc389154f2cf598afee49a294
Author: Stefan Seifert <ss...@apache.org>
AuthorDate: Thu Dec 22 10:06:44 2016 +0000

    update to next snapshot version until releases are available on maven central
    
    git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/tooling/maven/htl-maven-plugin@1775603 13f79535-47bb-0310-9956-ffa450edef68
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 4fbb3c8..6291091 100644
--- a/pom.xml
+++ b/pom.xml
@@ -46,7 +46,7 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.scripting.sightly.compiler</artifactId>
-            <version>1.0.4</version>
+            <version>1.0.5-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>commons-io</groupId>

-- 
To stop receiving notification emails like this one, please contact
"commits@sling.apache.org" <co...@sling.apache.org>.

[sling-htl-maven-plugin] 01/04: [maven-release-plugin] prepare for next development iteration

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

rombert pushed a commit to annotated tag htl-maven-plugin-1.0.6
in repository https://gitbox.apache.org/repos/asf/sling-htl-maven-plugin.git

commit 89091e62e4ff0baa7f40557ef60c8c1fc2798e68
Author: Radu Cotescu <ra...@apache.org>
AuthorDate: Thu Dec 15 14:33:36 2016 +0000

    [maven-release-plugin] prepare for next development iteration
    
    git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/tooling/maven/htl-maven-plugin@1774476 13f79535-47bb-0310-9956-ffa450edef68
---
 pom.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index e4f23bd..4fbb3c8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,16 +25,16 @@
     </parent>
 
     <artifactId>htl-maven-plugin</artifactId>
-    <version>1.0.4</version>
+    <version>1.0.5-SNAPSHOT</version>
     <packaging>maven-plugin</packaging>
 
     <name>Apache Sling HTL Maven Plugin</name>
     <description>The Apache Sling HTL Maven Plugin provides support for validating HTML Template Language scripts from projects.</description>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/sling/tags/htl-maven-plugin-1.0.4</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/tags/htl-maven-plugin-1.0.4</developerConnection>
-        <url>http://svn.apache.org/viewvc/sling/tags/htl-maven-plugin-1.0.4</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/sling/trunk/tooling/maven/htl-maven-plugin</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/trunk/tooling/maven/htl-maven-plugin</developerConnection>
+        <url>http://svn.apache.org/viewvc/sling/trunk/tooling/maven/htl-maven-plugin</url>
     </scm>
 
     <properties>

-- 
To stop receiving notification emails like this one, please contact
"commits@sling.apache.org" <co...@sling.apache.org>.