This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to annotated tag maven-launchpad-plugin-2.1.2 in repository https://gitbox.apache.org/repos/asf/sling-maven-launchpad-plugin.git
commit 2165db9902196186a1d9489211b0952d3000896c Author: Carsten Ziegeler <[email protected]> AuthorDate: Thu Jul 12 14:40:28 2012 +0000 Use released version instead of older snapshot git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/maven/maven-launchpad-plugin@1360705 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 57b09bc..5219710 100644 --- a/pom.xml +++ b/pom.xml @@ -160,12 +160,12 @@ <dependency> <groupId>org.apache.sling</groupId> <artifactId>org.apache.sling.launchpad.base</artifactId> - <version>2.3.1-SNAPSHOT</version> + <version>2.4.0</version> </dependency> <dependency> <groupId>org.apache.sling</groupId> <artifactId>org.apache.sling.launchpad.base</artifactId> - <version>2.3.1-SNAPSHOT</version> + <version>2.4.0</version> <classifier>app</classifier> </dependency> <dependency> -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
