Sophie

Sophie

distrib > Mageia > 5 > i586 > by-pkgid > 584480e16882f56ecaaa432dc5645a16 > files > 1

apacheds-shared-0.9.19-8.mga5.src.rpm

diff -Nru apacheds-shared-0.9.19/ldap/pom.xml apacheds-shared-0.9.19-gil/ldap/pom.xml
--- apacheds-shared-0.9.19/ldap/pom.xml	2010-04-02 19:15:59.000000000 +0200
+++ apacheds-shared-0.9.19-gil/ldap/pom.xml	2012-03-12 11:44:37.697987109 +0100
@@ -94,8 +94,8 @@
       </plugin>
 
       <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-antlr-plugin</artifactId>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>antlr-maven-plugin</artifactId>
         <configuration>
           <grammars>ACIItem.g ACIItemChecker.g schema-extension.g schema-qdstring.g schema-value.g schema.g subtree-specification.g SubtreeSpecificationChecker.g TriggerSpecification.g distinguishedName.g</grammars>
         </configuration>
diff -Nru apacheds-shared-0.9.19/ldap-convert/pom.xml apacheds-shared-0.9.19-gil/ldap-convert/pom.xml
--- apacheds-shared-0.9.19/ldap-convert/pom.xml	2010-04-02 19:15:59.000000000 +0200
+++ apacheds-shared-0.9.19-gil/ldap-convert/pom.xml	2012-03-12 11:45:11.717989824 +0100
@@ -77,8 +77,8 @@
       </plugin>
 
       <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-antlr-plugin</artifactId>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>antlr-maven-plugin</artifactId>
         <configuration>
           <grammars>schema.g</grammars>
         </configuration>