You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@juddi.apache.org by ks...@apache.org on 2009/02/06 03:26:00 UTC

svn commit: r741379 - in /webservices/juddi/branches/v3_trunk: juddi-core/pom.xml uddi-tck/pom.xml uddi-ws/pom.xml

Author: kstam
Date: Fri Feb  6 02:25:59 2009
New Revision: 741379

URL: http://svn.apache.org/viewvc?rev=741379&view=rev
Log:
removing compiler plugin info from the children since we added it to the parent

Modified:
    webservices/juddi/branches/v3_trunk/juddi-core/pom.xml
    webservices/juddi/branches/v3_trunk/uddi-tck/pom.xml
    webservices/juddi/branches/v3_trunk/uddi-ws/pom.xml

Modified: webservices/juddi/branches/v3_trunk/juddi-core/pom.xml
URL: http://svn.apache.org/viewvc/webservices/juddi/branches/v3_trunk/juddi-core/pom.xml?rev=741379&r1=741378&r2=741379&view=diff
==============================================================================
--- webservices/juddi/branches/v3_trunk/juddi-core/pom.xml (original)
+++ webservices/juddi/branches/v3_trunk/juddi-core/pom.xml Fri Feb  6 02:25:59 2009
@@ -39,13 +39,6 @@
   <build>
     <plugins>
       <plugin>
-        <artifactId>maven-compiler-plugin</artifactId>
-        <configuration>
-          <source>1.5</source>
-          <target>1.5</target>
-        </configuration>
-      </plugin>
-      <plugin>
         <artifactId>maven-surefire-plugin</artifactId>
         <version>2.4</version>
         <configuration>

Modified: webservices/juddi/branches/v3_trunk/uddi-tck/pom.xml
URL: http://svn.apache.org/viewvc/webservices/juddi/branches/v3_trunk/uddi-tck/pom.xml?rev=741379&r1=741378&r2=741379&view=diff
==============================================================================
--- webservices/juddi/branches/v3_trunk/uddi-tck/pom.xml (original)
+++ webservices/juddi/branches/v3_trunk/uddi-tck/pom.xml Fri Feb  6 02:25:59 2009
@@ -63,15 +63,4 @@
         <version>4.5</version>
      </dependency>
   </dependencies> 
-  <build>
-    <plugins>
-    <plugin>
-        <artifactId>maven-compiler-plugin</artifactId>
-        <configuration>
-          <source>1.5</source>
-          <target>1.5</target>
-        </configuration>
-      </plugin>
-	</plugins>
-  </build>
 </project>

Modified: webservices/juddi/branches/v3_trunk/uddi-ws/pom.xml
URL: http://svn.apache.org/viewvc/webservices/juddi/branches/v3_trunk/uddi-ws/pom.xml?rev=741379&r1=741378&r2=741379&view=diff
==============================================================================
--- webservices/juddi/branches/v3_trunk/uddi-ws/pom.xml (original)
+++ webservices/juddi/branches/v3_trunk/uddi-ws/pom.xml Fri Feb  6 02:25:59 2009
@@ -69,13 +69,6 @@
       </plugin>
       -->
       <plugin>
-        <artifactId>maven-compiler-plugin</artifactId>
-        <configuration>
-          <source>1.5</source>
-          <target>1.5</target>
-        </configuration>
-      </plugin>
-      <plugin>
         <artifactId>maven-surefire-plugin</artifactId>
         <version>2.4</version>
         <configuration>



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