You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by dj...@apache.org on 2010/02/27 20:51:06 UTC

svn commit: r917027 - /incubator/aries/trunk/parent/default-parent/pom.xml

Author: djencks
Date: Sat Feb 27 19:51:06 2010
New Revision: 917027

URL: http://svn.apache.org/viewvc?rev=917027&view=rev
Log:
ARIES-173 set up versions plugin to help with auto-version-updates

Modified:
    incubator/aries/trunk/parent/default-parent/pom.xml

Modified: incubator/aries/trunk/parent/default-parent/pom.xml
URL: http://svn.apache.org/viewvc/incubator/aries/trunk/parent/default-parent/pom.xml?rev=917027&r1=917026&r2=917027&view=diff
==============================================================================
--- incubator/aries/trunk/parent/default-parent/pom.xml (original)
+++ incubator/aries/trunk/parent/default-parent/pom.xml Sat Feb 27 19:51:06 2010
@@ -113,6 +113,22 @@
                     <version>2.0.1</version>
                     <extensions>true</extensions>
                 </plugin>
+
+                <plugin>
+                    <groupId>org.codehaus.mojo</groupId>
+                    <artifactId>versions-maven-plugin</artifactId>
+                    <version>1.1</version>
+                    <configuration>
+                        <excludes>
+                            <!--  3.5.0.v20090520 < 3.3.0-v20070530 -->
+                            <exclude>org.eclipse:osgi</exclude>
+                            <!-- 2.0.0-SNAPSHOT < 2.0.0-beta -->
+                            <exclude>org.apache.openjpa:openjpa</exclude>
+                        </excludes>
+
+                    </configuration>
+                </plugin>
+                
             </plugins>
         </pluginManagement>