You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commons-dev@ws.apache.org by jo...@apache.org on 2006/08/11 14:19:53 UTC

svn commit: r430774 - /webservices/commons/trunk/modules/axiom/pom.xml

Author: jochen
Date: Fri Aug 11 05:19:53 2006
New Revision: 430774

URL: http://svn.apache.org/viewvc?rev=430774&view=rev
Log:
The maven-compiler-plugin was configured to compile for 1.3 in releases only.

Modified:
    webservices/commons/trunk/modules/axiom/pom.xml

Modified: webservices/commons/trunk/modules/axiom/pom.xml
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/pom.xml?rev=430774&r1=430773&r2=430774&view=diff
==============================================================================
--- webservices/commons/trunk/modules/axiom/pom.xml (original)
+++ webservices/commons/trunk/modules/axiom/pom.xml Fri Aug 11 05:19:53 2006
@@ -251,14 +251,6 @@
             </configuration>
           </plugin>
           <plugin>
-            <artifactId>maven-compiler-plugin</artifactId>
-            <inherited>true</inherited>
-            <configuration>
-              <source>1.3</source>
-              <target>1.3</target>
-            </configuration>
-          </plugin>
-          <plugin>
             <artifactId>maven-javadoc-plugin</artifactId>
             <executions>
               <execution>
@@ -275,6 +267,18 @@
       </build>
     </profile>
   </profiles>
+  <build>
+    <plugins>
+      <plugin>
+        <artifactId>maven-compiler-plugin</artifactId>
+        <inherited>true</inherited>
+        <configuration>
+          <source>1.3</source>
+          <target>1.3</target>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
   <pluginRepositories>
     <pluginRepository>
       <id>snapshot</id>



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