This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to annotated tag org.apache.sling.urlrewriter-0.0.2 in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-urlrewriter.git
commit 84ddadcd0973079eef585c11d9bb25b203d5ec73 Author: Oliver Lietz <[email protected]> AuthorDate: Tue Feb 24 14:23:21 2015 +0000 [maven-release-plugin] prepare release org.apache.sling.urlrewriter-0.0.2 git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/contrib/extensions/urlrewriter@1661961 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index 982b25f..0406dbb 100644 --- a/pom.xml +++ b/pom.xml @@ -29,7 +29,7 @@ </parent> <artifactId>org.apache.sling.urlrewriter</artifactId> - <version>0.0.1-SNAPSHOT</version> + <version>0.0.2</version> <packaging>bundle</packaging> <name>Apache Sling URL Rewriter</name> @@ -42,9 +42,9 @@ </properties> <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/sling/trunk/contrib/extensions/urlrewriter</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/trunk/contrib/extensions/urlrewriter</developerConnection> - <url>http://svn.apache.org/viewvc/sling/trunk/contrib/extensions/urlrewriter</url> + <connection>scm:svn:http://svn.apache.org/repos/asf/sling/tags/org.apache.sling.urlrewriter-0.0.2</connection> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/tags/org.apache.sling.urlrewriter-0.0.2</developerConnection> + <url>http://svn.apache.org/viewvc/sling/tags/org.apache.sling.urlrewriter-0.0.2</url> </scm> <dependencies> @@ -124,7 +124,7 @@ <extensions>true</extensions> <configuration> <instructions> - <Export-Package/> + <Export-Package /> <Embed-Dependency> org.apache.sling.commons.osgi;inline="org/apache/sling/commons/osgi/PropertiesUtil.*" </Embed-Dependency> -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
