You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by ga...@apache.org on 2009/01/11 07:37:09 UTC

svn commit: r733420 - in /geronimo/samples/branches/2.1: pom.xml repository/pom.xml

Author: gawor
Date: Sat Jan 10 22:37:09 2009
New Revision: 733420

URL: http://svn.apache.org/viewvc?rev=733420&view=rev
Log:
update geronimo version and remove tools-maven-plugin

Modified:
    geronimo/samples/branches/2.1/pom.xml
    geronimo/samples/branches/2.1/repository/pom.xml

Modified: geronimo/samples/branches/2.1/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/samples/branches/2.1/pom.xml?rev=733420&r1=733419&r2=733420&view=diff
==============================================================================
--- geronimo/samples/branches/2.1/pom.xml (original)
+++ geronimo/samples/branches/2.1/pom.xml Sat Jan 10 22:37:09 2009
@@ -46,7 +46,7 @@
     </scm>
 
     <properties>
-        <geronimoVersion>2.1.2</geronimoVersion>
+        <geronimoVersion>2.1.3</geronimoVersion>
         <siteId>geronimo-samples</siteId>
         <projectName>Apache Geronimo Samples</projectName>
     </properties>

Modified: geronimo/samples/branches/2.1/repository/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/samples/branches/2.1/repository/pom.xml?rev=733420&r1=733419&r2=733420&view=diff
==============================================================================
--- geronimo/samples/branches/2.1/repository/pom.xml (original)
+++ geronimo/samples/branches/2.1/repository/pom.xml Sat Jan 10 22:37:09 2009
@@ -94,40 +94,4 @@
         </repository>
     </repositories>
 
-    <build>
-        <plugins>
-            <!--
-            HACK: No legal files needed here... so don't fail the build if they are missing
-            -->
-            <plugin>
-                <groupId>org.apache.geronimo.genesis.plugins</groupId>
-                <artifactId>tools-maven-plugin</artifactId>
-
-                <executions>
-                    <execution>
-                        <id>install-legal-files</id>
-                        <phase>generate-resources</phase>
-                        <goals>
-                            <goal>copy-legal-files</goal>
-                        </goals>
-                        <configuration>
-                            <strict>false</strict>
-                        </configuration>
-                    </execution>
-
-                    <execution>
-                        <id>verify-legal-files</id>
-                        <phase>verify</phase>
-                        <goals>
-                            <goal>verify-legal-files</goal>
-                        </goals>
-                        <configuration>
-                            <strict>false</strict>
-                        </configuration>
-                    </execution>
-                </executions>
-            </plugin>
-        </plugins>
-    </build>
-
 </project>