You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by lr...@apache.org on 2007/06/27 19:49:13 UTC

svn commit: r551241 - in /incubator/tuscany/java/sdo: impl/pom.xml tools/pom.xml

Author: lresende
Date: Wed Jun 27 10:49:12 2007
New Revision: 551241

URL: http://svn.apache.org/viewvc?view=rev&rev=551241
Log:
Testing workaround (by forcing plugin version) to fix continuun build failure : Embedded error: The attribute "Extension-Name" may not occur more than once in the same section

Modified:
    incubator/tuscany/java/sdo/impl/pom.xml
    incubator/tuscany/java/sdo/tools/pom.xml

Modified: incubator/tuscany/java/sdo/impl/pom.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sdo/impl/pom.xml?view=diff&rev=551241&r1=551240&r2=551241
==============================================================================
--- incubator/tuscany/java/sdo/impl/pom.xml (original)
+++ incubator/tuscany/java/sdo/impl/pom.xml Wed Jun 27 10:49:12 2007
@@ -111,6 +111,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-jar-plugin</artifactId>
+                <version>2.1</version> <!-- workaround to fix continuun build -->
                 <configuration>
                     <archive>
                         <manifestEntries>

Modified: incubator/tuscany/java/sdo/tools/pom.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sdo/tools/pom.xml?view=diff&rev=551241&r1=551240&r2=551241
==============================================================================
--- incubator/tuscany/java/sdo/tools/pom.xml (original)
+++ incubator/tuscany/java/sdo/tools/pom.xml Wed Jun 27 10:49:12 2007
@@ -76,6 +76,7 @@
              <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-jar-plugin</artifactId>
+                <version>2.1</version> <!-- workaround to fix continuun build -->
                 <configuration>
                     <archive>
                         <manifestEntries>



---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-commits-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-commits-help@ws.apache.org