Author: ebourg-guest
Date: 2016-01-05 15:44:37 +0000 (Tue, 05 Jan 2016)
New Revision: 18944

Modified:
   trunk/fop/debian/changelog
   trunk/fop/debian/pom.xml
Log:
Fixed the groupId of the avalon artifacts (Closes: #804564)



Modified: trunk/fop/debian/changelog
===================================================================
--- trunk/fop/debian/changelog  2015-12-30 22:19:07 UTC (rev 18943)
+++ trunk/fop/debian/changelog  2016-01-05 15:44:37 UTC (rev 18944)
@@ -1,3 +1,10 @@
+fop (1:2.0+dfsg-5) unstable; urgency=medium
+
+  * Team upload.
+  * Fixed the groupId of the avalon artifacts (Closes: #804564)
+
+ -- Emmanuel Bourg <[email protected]>  Tue, 05 Jan 2016 15:35:09 +0100
+
 fop (1:2.0+dfsg-4) unstable; urgency=medium
 
   * allow overriding logging options. Closes: #717320

Modified: trunk/fop/debian/pom.xml
===================================================================
--- trunk/fop/debian/pom.xml    2015-12-30 22:19:07 UTC (rev 18943)
+++ trunk/fop/debian/pom.xml    2016-01-05 15:44:37 UTC (rev 18944)
@@ -130,12 +130,12 @@
       <version>1.3.1</version>
     </dependency>
     <dependency>
-      <groupId>avalon-framework</groupId>
+      <groupId>org.apache.avalon.framework</groupId>
       <artifactId>avalon-framework-api</artifactId>
       <version>4.2.0</version>
     </dependency>
    <dependency>
-      <groupId>avalon-framework</groupId>
+      <groupId>org.apache.avalon.framework</groupId>
       <artifactId>avalon-framework-impl</artifactId>
       <version>4.2.0</version>
     </dependency>


_______________________________________________
pkg-java-commits mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

Reply via email to