You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by dj...@apache.org on 2008/03/01 17:48:16 UTC

svn commit: r632622 - /geronimo/plugins/roller/trunk/pom.xml

Author: djencks
Date: Sat Mar  1 08:48:16 2008
New Revision: 632622

URL: http://svn.apache.org/viewvc?rev=632622&view=rev
Log:
try out (unreleased) genesis 1.4

Modified:
    geronimo/plugins/roller/trunk/pom.xml

Modified: geronimo/plugins/roller/trunk/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/plugins/roller/trunk/pom.xml?rev=632622&r1=632621&r2=632622&view=diff
==============================================================================
--- geronimo/plugins/roller/trunk/pom.xml (original)
+++ geronimo/plugins/roller/trunk/pom.xml Sat Mar  1 08:48:16 2008
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.geronimo.genesis.config</groupId>
         <artifactId>project-config</artifactId>
-        <version>1.3</version>
+        <version>1.4</version>
     </parent>
 
     <groupId>org.apache.geronimo.plugins</groupId>
@@ -499,18 +499,6 @@
                     <version>2.1-alpha-1</version>
                 </plugin>
 
-                <!-- older version in genesis -->
-                <plugin>
-                    <groupId>org.apache.maven.plugins</groupId>
-                    <artifactId>maven-release-plugin</artifactId>
-                    <version>2.0-beta-7</version>
-                    <configuration>
-                      <!--<tagBase>https://svn.apache.org/repos/asf/geronimo/plugins/roller/tags</tagBase>-->
-                      <useReleaseProfile>false</useReleaseProfile>
-                      <goals>deploy</goals>
-                      <arguments>-Prelease</arguments>
-                    </configuration>
-                </plugin>
             </plugins>
         </pluginManagement>
         <plugins>
@@ -600,65 +588,6 @@
                           <tagBase>https://svn.apache.org/repos/asf/geronimo/plugins/roller/tags</tagBase>
                         </configuration>
                     </plugin>
-                    <!-- We want to sign the artifact, the POM, and all attached artifacts -->
-<!--                no classes.... no source.
-                    <plugin>
-                        <groupId>org.apache.maven.plugins</groupId>
-                        <artifactId>maven-source-plugin</artifactId>
-                        <version>2.0.4</version>
-                        <executions>
-                            <execution>
-                                <goals>
-                                    <goal>jar</goal>
-                                </goals>
-                            </execution>
-                        </executions>
-                    </plugin>
--->
-                    <!-- We want to sign the artifact, the POM, and all attached artifacts -->
-                    <plugin>
-                        <inherited>true</inherited>
-                        <artifactId>maven-gpg-plugin</artifactId>
-                        <version>1.0-alpha-4</version>
-                        <configuration>
-                            <passphrase>${gpg.passphrase}</passphrase>
-                        </configuration>
-                        <executions>
-                            <execution>
-                                <goals>
-                                    <goal>sign</goal>
-                                </goals>
-                            </execution>
-                        </executions>
-                    </plugin>
-                    <!-- We want to deploy the artifact to a staging location for perusal -->
-                    <plugin>
-                        <inherited>true</inherited>
-                        <artifactId>maven-deploy-plugin</artifactId>
-                        <version>2.3</version>
-                        <configuration>
-                            <altDeploymentRepository>${deploy.altRepository}</altDeploymentRepository>
-                            <updateReleaseInfo>true</updateReleaseInfo>
-                        </configuration>
-                    </plugin>
-                    <!-- We want the JavaDoc JAR published with the release -->
-<!--                 no classes.... no javadoc
-                    <plugin>
-                        <inherited>true</inherited>
-                        <artifactId>maven-javadoc-plugin</artifactId>
-                        <configuration>
-                            <source>1.5</source>
-                        </configuration>
-                        <executions>
-                            <execution>
-                                <id>attach-javadocs</id>
-                                <goals>
-                                    <goal>jar</goal>
-                                </goals>
-                            </execution>
-                        </executions>
-                    </plugin>
--->
                 </plugins>
             </build>
         </profile>