Package: libjsonp-java / 1.0.4-1

01-tweak-poms.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Description: Fix the version of the parent pom in api/pom.xml
Author: Emmanuel Bourg <ebourg@apache.org>
Forwarded: no
--- a/api/pom.xml
+++ b/api/pom.xml
@@ -47,7 +47,7 @@
     <parent>
         <groupId>org.glassfish</groupId>
         <artifactId>json</artifactId>
-        <version>1.0.2</version>
+        <version>1.0.4</version>
         <relativePath>../pom.xml</relativePath>
     </parent>