You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by an...@apache.org on 2009/10/02 22:24:08 UTC

svn commit: r821159 - /cocoon/whiteboard/cocoon-links/cocoon-links-impl/pom.xml

Author: andreas
Date: Fri Oct  2 20:24:07 2009
New Revision: 821159

URL: http://svn.apache.org/viewvc?rev=821159&view=rev
Log:
Remove <pluginManagement> element.

Modified:
    cocoon/whiteboard/cocoon-links/cocoon-links-impl/pom.xml

Modified: cocoon/whiteboard/cocoon-links/cocoon-links-impl/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/whiteboard/cocoon-links/cocoon-links-impl/pom.xml?rev=821159&r1=821158&r2=821159&view=diff
==============================================================================
--- cocoon/whiteboard/cocoon-links/cocoon-links-impl/pom.xml (original)
+++ cocoon/whiteboard/cocoon-links/cocoon-links-impl/pom.xml Fri Oct  2 20:24:07 2009
@@ -35,18 +35,16 @@
   <name>Cocoon Links Block Implementation</name>
   
   <build>
-    <pluginManagement>
-      <plugins>
-        <plugin>
-          <groupId>org.apache.maven.plugins</groupId>
-          <artifactId>maven-compiler-plugin</artifactId>
-          <configuration>
-            <source>1.5</source>
-            <target>1.5</target>
-          </configuration>
-        </plugin>
-      </plugins>
-    </pluginManagement>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-compiler-plugin</artifactId>
+        <configuration>
+          <source>1.5</source>
+          <target>1.5</target>
+        </configuration>
+      </plugin>
+    </plugins>
   </build>
 
   <dependencies>