Revision: 177
          
http://mindtreeinsight.svn.sourceforge.net/mindtreeinsight/?rev=177&view=rev
Author:   bindul
Date:     2008-04-20 16:50:45 -0700 (Sun, 20 Apr 2008)

Log Message:
-----------
Preparing for 1.1.0 release:
 - removed dependency on wagon-scm provider
 - Updated compiler lever to 1.5

Modified Paths:
--------------
    releng/mvn-plugins-parent/trunk/pom.xml

Modified: releng/mvn-plugins-parent/trunk/pom.xml
===================================================================
--- releng/mvn-plugins-parent/trunk/pom.xml     2008-04-17 08:34:29 UTC (rev 
176)
+++ releng/mvn-plugins-parent/trunk/pom.xml     2008-04-20 23:50:45 UTC (rev 
177)
@@ -28,7 +28,7 @@
        <artifactId>mvn-plugins-parent</artifactId>
        <packaging>pom</packaging>
        <!-- TODO: dummy version. In Maven 2.1, this will be auto-versioned 
being a generic parent -->
-       <version>2.0.0-SNAPSHOT</version>
+       <version>1.1.0</version>
        <name>Insight Release Engineering Maven Plugins</name>
        <description>The Parent of all Insight Maven Plug-ins</description>
        <url>http://mindtreeinsight.sourceforge.net/releng/</url>
@@ -95,6 +95,14 @@
                <plugins>
                        <plugin>
                                <groupId>org.apache.maven.plugins</groupId>
+                               <artifactId>maven-compiler-plugin</artifactId>
+                               <configuration>
+                                       <source>1.5</source>
+                                       <target>1.5</target>
+                               </configuration>
+                       </plugin>
+                       <plugin>
+                               <groupId>org.apache.maven.plugins</groupId>
                                <artifactId>maven-site-plugin</artifactId>
                        </plugin>
                        <plugin>
@@ -125,11 +133,6 @@
                        </plugin>
                </plugins>
           <extensions>
-              <extension>
-                <groupId>org.apache.maven.wagon</groupId>
-                <artifactId>wagon-scm</artifactId>
-                <version>1.0-beta-3-SNAPSHOT</version>
-            </extension>
             <extension>
                 <groupId>org.apache.maven.scm</groupId>
                 <artifactId>maven-scm-manager-plexus</artifactId>


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
MindTreeInsight-commits mailing list
MindTreeInsight-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mindtreeinsight-commits

Reply via email to