You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by jb...@apache.org on 2008/10/16 16:14:00 UTC

svn commit: r705249 - in /geronimo/samples/branches/2.1: pom.xml src/site/site.xml

Author: jbohn
Date: Thu Oct 16 07:13:59 2008
New Revision: 705249

URL: http://svn.apache.org/viewvc?rev=705249&view=rev
Log:
update to Genesis 1.5-SNAPSHOT and clean up pom/site now that changes have been included in Genesis

Modified:
    geronimo/samples/branches/2.1/pom.xml
    geronimo/samples/branches/2.1/src/site/site.xml

Modified: geronimo/samples/branches/2.1/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/samples/branches/2.1/pom.xml?rev=705249&r1=705248&r2=705249&view=diff
==============================================================================
--- geronimo/samples/branches/2.1/pom.xml (original)
+++ geronimo/samples/branches/2.1/pom.xml Thu Oct 16 07:13:59 2008
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.geronimo.genesis.config</groupId>
         <artifactId>project-config</artifactId>
-        <version>1.4</version>
+        <version>1.5-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.geronimo.samples</groupId>
@@ -96,40 +96,10 @@
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
-            <dependency>
-                <groupId>org.apache.geronimo.genesis.config</groupId>
-                <artifactId>geronimo-skin</artifactId>
-                <version>1.4</version>
-            </dependency>
         </dependencies>
     </dependencyManagement>
 
     <build>
-        <pluginManagement>
-            <plugins>
-                <!--
-                HACK: Force the use of 2.4, since 2.3 causes the release profile to fail for this project.
-                      Upgrading here to avoid needing to wait for another Genesis release.
-                -->
-                <plugin>
-                    <groupId>org.apache.maven.plugins</groupId>
-                    <artifactId>maven-javadoc-plugin</artifactId>
-                    <version>2.4</version>
-                    <configuration>
-                        <source>1.5</source>
-                    </configuration>
-                </plugin>
-
-                <plugin>
-                    <groupId>org.apache.maven.plugins</groupId>
-                    <artifactId>maven-release-plugin</artifactId>
-                    <configuration>
-                        <preparationGoals>clean install</preparationGoals>
-                    </configuration>
-                </plugin>
-            </plugins>
-        </pluginManagement>
-
         <plugins>
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
@@ -180,29 +150,4 @@
         </plugins>
     </reporting>
     
-    <profiles>
-        <profile>
-            <id>test-distribution</id>
-            <activation>
-                <property>
-                    <name>testDistributionUrl</name>
-                </property>
-            </activation>
-            <distributionManagement>
-                <repository>
-                    <id>test-repository</id>
-                    <url>${testDistributionUrl}/releases</url>
-                </repository>
-                <snapshotRepository>
-                    <id>test-snapshot-repository</id>
-                    <url>${testDistributionUrl}/snapshots</url>
-                </snapshotRepository>
-                <site>
-                    <id>test-site</id>
-                    <url>${testDistributionUrl}/site</url>
-                </site>
-            </distributionManagement>
-        </profile>
-    </profiles>
-
 </project>

Modified: geronimo/samples/branches/2.1/src/site/site.xml
URL: http://svn.apache.org/viewvc/geronimo/samples/branches/2.1/src/site/site.xml?rev=705249&r1=705248&r2=705249&view=diff
==============================================================================
--- geronimo/samples/branches/2.1/src/site/site.xml (original)
+++ geronimo/samples/branches/2.1/src/site/site.xml Thu Oct 16 07:13:59 2008
@@ -24,6 +24,7 @@
     <skin>
         <groupId>org.apache.geronimo.genesis.config</groupId>
         <artifactId>geronimo-skin</artifactId>
+        <version>1.5-SNAPSHOT</version>
     </skin>
 
     <publishDate format="dd MMM yyyy"/>
@@ -35,11 +36,6 @@
     
     <body>
         
-        <links>
-            <item name="Geronimo" href="http://geronimo.apache.org/"/>
-            <item name="Apache" href="http://apache.org/"/>
-        </links>
-        
         <menu ref="parent" />
         <menu ref="modules" />
         <menu ref="reports" />