You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shindig.apache.org by vs...@apache.org on 2009/04/17 00:01:27 UTC

svn commit: r765783 - /incubator/shindig/trunk/pom.xml

Author: vsiveton
Date: Thu Apr 16 22:01:27 2009
New Revision: 765783

URL: http://svn.apache.org/viewvc?rev=765783&view=rev
Log:
o specify the clean plugin version

Modified:
    incubator/shindig/trunk/pom.xml

Modified: incubator/shindig/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/shindig/trunk/pom.xml?rev=765783&r1=765782&r2=765783&view=diff
==============================================================================
--- incubator/shindig/trunk/pom.xml (original)
+++ incubator/shindig/trunk/pom.xml Thu Apr 16 22:01:27 2009
@@ -839,6 +839,11 @@
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-clean-plugin</artifactId>
+          <version>2.3</version>
+        </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-compiler-plugin</artifactId>
           <version>2.0.2</version>
           <configuration>
@@ -1449,6 +1454,11 @@
         <artifactId>jstl</artifactId>
         <version>1.2</version>
       </dependency>
+      <dependency>
+        <groupId>jstl</groupId>
+        <artifactId>jstl</artifactId>
+        <version>1.2</version>
+      </dependency>
     </dependencies>
   </dependencyManagement>
 </project>