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 18:41:57 UTC

svn commit: r705277 - in /geronimo/samples/trunk: pom.xml src/site/site.xml

Author: jbohn
Date: Thu Oct 16 09:41:56 2008
New Revision: 705277

URL: http://svn.apache.org/viewvc?rev=705277&view=rev
Log:
clean up pom/site for items in Genesis

Modified:
    geronimo/samples/trunk/pom.xml
    geronimo/samples/trunk/src/site/site.xml

Modified: geronimo/samples/trunk/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/samples/trunk/pom.xml?rev=705277&r1=705276&r2=705277&view=diff
==============================================================================
--- geronimo/samples/trunk/pom.xml (original)
+++ geronimo/samples/trunk/pom.xml Thu Oct 16 09:41:56 2008
@@ -103,11 +103,6 @@
                 <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>
 
@@ -245,26 +240,6 @@
                          </execution>
                      </executions>
                 </plugin>
-                <!--
-                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>
 

Modified: geronimo/samples/trunk/src/site/site.xml
URL: http://svn.apache.org/viewvc/geronimo/samples/trunk/src/site/site.xml?rev=705277&r1=705276&r2=705277&view=diff
==============================================================================
--- geronimo/samples/trunk/src/site/site.xml (original)
+++ geronimo/samples/trunk/src/site/site.xml Thu Oct 16 09:41:56 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" />