[pkg-java] r12983 - in trunk/maven-repo-helper: . src/main/share
Ludovic Claude
ludovicc-guest at alioth.debian.org
Thu Sep 16 22:05:53 UTC 2010
Author: ludovicc-guest
Date: 2010-09-16 22:05:49 +0000 (Thu, 16 Sep 2010)
New Revision: 12983
Modified:
trunk/maven-repo-helper/pom.xml
trunk/maven-repo-helper/src/main/share/mh_lib.sh
Log:
* Release using version 1.3
Modified: trunk/maven-repo-helper/pom.xml
===================================================================
--- trunk/maven-repo-helper/pom.xml 2010-09-16 22:04:17 UTC (rev 12982)
+++ trunk/maven-repo-helper/pom.xml 2010-09-16 22:05:49 UTC (rev 12983)
@@ -5,7 +5,7 @@
<artifactId>maven-repo-helper</artifactId>
<name>Maven Repo helper</name>
<packaging>jar</packaging>
- <version>1.2.1</version>
+ <version>1.3</version>
<description>Provides support for managing the Maven repository in a Debian distribution.</description>
<inceptionYear>2009</inceptionYear>
Modified: trunk/maven-repo-helper/src/main/share/mh_lib.sh
===================================================================
--- trunk/maven-repo-helper/src/main/share/mh_lib.sh 2010-09-16 22:04:17 UTC (rev 12982)
+++ trunk/maven-repo-helper/src/main/share/mh_lib.sh 2010-09-16 22:05:49 UTC (rev 12983)
@@ -4,7 +4,7 @@
# - package selection
#
-MH_VERSION=${MH_VERSION:-1.2.1}
+MH_VERSION=${MH_VERSION:-1.3}
CLASSPATH=/usr/share/java/stax-api.jar:/usr/share/java/stax.jar:/usr/share/java/xml-apis.jar:/usr/share/java/maven-repo-helper.jar
JAVA_OPTIONS="-Djavax.xml.stream.XMLOutputFactory=com.bea.xml.stream.XMLOutputFactoryBase -Djavax.xml.stream.XMLInputFactory=com.bea.xml.stream.MXParserFactory"
More information about the pkg-java-commits
mailing list