[SCM] UNNAMED PROJECT branch, master, updated. debian/1.6.1-8-gc720ad6

Thomas Koch thomas at koch.ro
Mon May 27 17:41:33 UTC 2013


The following commit has been merged in the master branch:
commit c720ad6ffd5b09cf1e505bd69423ade0cb9e7a16
Author: Thomas Koch <thomas at koch.ro>
Date:   Sun May 26 11:31:05 2013 +0200

    prepare version 1.6.2

diff --git a/debian-maven-plugin/pom.xml b/debian-maven-plugin/pom.xml
index 0ef6b30..c1e7cc8 100644
--- a/debian-maven-plugin/pom.xml
+++ b/debian-maven-plugin/pom.xml
@@ -6,7 +6,7 @@
     <parent>
         <artifactId>maven-debian</artifactId>
         <groupId>org.debian.maven</groupId>
-        <version>1.6.1</version>
+        <version>1.6.2</version>
     </parent>
 
     <artifactId>debian-maven-plugin</artifactId>
diff --git a/debian/changelog b/debian/changelog
index 5d89821..cff7deb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,19 @@
 maven-debian-helper (1.6.2) unstable; urgency=low
 
+  [ Thomas Koch ]
+  * Upload to unstable
+  * Depend on maven-repo-helper >= 1.8.3
+
+  [ Emmanuel Bourg ]
+  * Added myself to the uploaders
   * Fixed a typo in the help message for the --from-svn option in mh_make
   * Updated the dependency on maven-repo-helper (= 1.8.2)
-  * Upload to unstable
 
- -- Emmanuel Bourg <ebourg at apache.org>  Tue, 21 May 2013 01:17:37 +0200
+  [ Jakub Adam ]
+  * maven.pm: Rename maven-debian-plugin -> debian-maven-plugin
+    (Closes: #706782)
+
+ -- Thomas Koch <thomas at koch.ro>  Sun, 26 May 2013 11:25:14 +0200
 
 maven-debian-helper (1.6.1) experimental; urgency=low
 
diff --git a/maven-build-nodocs/pom.xml b/maven-build-nodocs/pom.xml
index 898c7bd..a187382 100644
--- a/maven-build-nodocs/pom.xml
+++ b/maven-build-nodocs/pom.xml
@@ -5,7 +5,7 @@
     <parent>
         <groupId>org.debian.maven</groupId>
         <artifactId>maven-debian</artifactId>
-        <version>1.6.1</version>
+        <version>1.6.2</version>
     </parent>
 
     <artifactId>maven-build-nodocs</artifactId>
diff --git a/maven-debian-helper/pom.xml b/maven-debian-helper/pom.xml
index d2b57e8..da28a7b 100644
--- a/maven-debian-helper/pom.xml
+++ b/maven-debian-helper/pom.xml
@@ -5,7 +5,7 @@
     <parent>
         <groupId>org.debian.maven</groupId>
         <artifactId>maven-debian</artifactId>
-        <version>1.6.1</version>
+        <version>1.6.2</version>
     </parent>
 
     <artifactId>maven-debian-helper</artifactId>
diff --git a/maven-packager-utils/pom.xml b/maven-packager-utils/pom.xml
index d3490ae..f1d821a 100644
--- a/maven-packager-utils/pom.xml
+++ b/maven-packager-utils/pom.xml
@@ -6,7 +6,7 @@
     <parent>
         <artifactId>maven-debian</artifactId>
         <groupId>org.debian.maven</groupId>
-        <version>1.6.1</version>
+        <version>1.6.2</version>
     </parent>
 
     <artifactId>maven-packager-utils</artifactId>
diff --git a/pom.xml b/pom.xml
index 1104ce7..db9c1c6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
 
     <groupId>org.debian.maven</groupId>
     <artifactId>maven-debian</artifactId>
-    <version>1.6.1</version>
+    <version>1.6.2</version>
     <packaging>pom</packaging>
     <name>helper tools for using Maven to build Debian packages</name>
 

-- 
UNNAMED PROJECT



More information about the pkg-java-commits mailing list