This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/sling-htl-maven-plugin.git
commit ce8dfe7945246ef1058bd2d35f2006ff0993eeed Author: Radu Cotescu <[email protected]> AuthorDate: Mon Oct 31 14:26:20 2016 +0000 [maven-release-plugin] prepare release htl-maven-plugin-1.0.2 git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1767288 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index 349963e..01a977a 100644 --- a/pom.xml +++ b/pom.xml @@ -25,16 +25,16 @@ </parent> <artifactId>htl-maven-plugin</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.2</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.2</connection> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/tags/htl-maven-plugin-1.0.2</developerConnection> + <url>http://svn.apache.org/viewvc/sling/tags/htl-maven-plugin-1.0.2</url> </scm> <properties> @@ -46,7 +46,7 @@ <dependency> <groupId>org.apache.sling</groupId> <artifactId>org.apache.sling.scripting.sightly.compiler</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0</version> </dependency> <dependency> <groupId>commons-io</groupId> -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
