You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by jd...@apache.org on 2006/06/21 21:18:46 UTC

svn commit: r416077 - in /geronimo/sandbox/gshell/trunk: gshell-api/pom.xml gshell-assemblies/pom.xml gshell-cli/pom.xml gshell-core/pom.xml pom.xml

Author: jdillon
Date: Wed Jun 21 12:18:45 2006
New Revision: 416077

URL: http://svn.apache.org/viewvc?rev=416077&view=rev
Log:
Use XBean 2.4
Use special retrotranslator plugin for now until non-snap version is correctly deployed at the haus
Adding some release info

Modified:
    geronimo/sandbox/gshell/trunk/gshell-api/pom.xml
    geronimo/sandbox/gshell/trunk/gshell-assemblies/pom.xml
    geronimo/sandbox/gshell/trunk/gshell-cli/pom.xml
    geronimo/sandbox/gshell/trunk/gshell-core/pom.xml
    geronimo/sandbox/gshell/trunk/pom.xml

Modified: geronimo/sandbox/gshell/trunk/gshell-api/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/sandbox/gshell/trunk/gshell-api/pom.xml?rev=416077&r1=416076&r2=416077&view=diff
==============================================================================
--- geronimo/sandbox/gshell/trunk/gshell-api/pom.xml (original)
+++ geronimo/sandbox/gshell/trunk/gshell-api/pom.xml Wed Jun 21 12:18:45 2006
@@ -32,7 +32,7 @@
             <plugin>
                 <groupId>org.codehaus.mojo</groupId>
                 <artifactId>retrotranslator-maven-plugin</artifactId>
-                <version>1.0-SNAPSHOT</version>
+                <version>1.0-GSH</version>
                 <executions>
                     <execution>
                         <phase>package</phase>

Modified: geronimo/sandbox/gshell/trunk/gshell-assemblies/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/sandbox/gshell/trunk/gshell-assemblies/pom.xml?rev=416077&r1=416076&r2=416077&view=diff
==============================================================================
--- geronimo/sandbox/gshell/trunk/gshell-assemblies/pom.xml (original)
+++ geronimo/sandbox/gshell/trunk/gshell-assemblies/pom.xml Wed Jun 21 12:18:45 2006
@@ -41,8 +41,10 @@
             </activation>
             <modules>
                 <module>gshell-complete-assembly</module>
+                <!--
                 <module>gshell-retro-assembly</module>
                 <module>gshell-squeezed-assembly</module>
+                -->
             </modules>
         </profile>
     </profiles>

Modified: geronimo/sandbox/gshell/trunk/gshell-cli/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/sandbox/gshell/trunk/gshell-cli/pom.xml?rev=416077&r1=416076&r2=416077&view=diff
==============================================================================
--- geronimo/sandbox/gshell/trunk/gshell-cli/pom.xml (original)
+++ geronimo/sandbox/gshell/trunk/gshell-cli/pom.xml Wed Jun 21 12:18:45 2006
@@ -38,7 +38,7 @@
             <plugin>
                 <groupId>org.codehaus.mojo</groupId>
                 <artifactId>retrotranslator-maven-plugin</artifactId>
-                <version>1.0-SNAPSHOT</version>
+                <version>1.0-GSH</version>
                 <executions>
                     <execution>
                         <phase>package</phase>

Modified: geronimo/sandbox/gshell/trunk/gshell-core/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/sandbox/gshell/trunk/gshell-core/pom.xml?rev=416077&r1=416076&r2=416077&view=diff
==============================================================================
--- geronimo/sandbox/gshell/trunk/gshell-core/pom.xml (original)
+++ geronimo/sandbox/gshell/trunk/gshell-core/pom.xml Wed Jun 21 12:18:45 2006
@@ -142,7 +142,7 @@
             <plugin>
                 <groupId>org.codehaus.mojo</groupId>
                 <artifactId>retrotranslator-maven-plugin</artifactId>
-                <version>1.0-SNAPSHOT</version>
+                <version>1.0-GSH</version>
                 <executions>
                     <execution>
                         <phase>package</phase>

Modified: geronimo/sandbox/gshell/trunk/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/sandbox/gshell/trunk/pom.xml?rev=416077&r1=416076&r2=416077&view=diff
==============================================================================
--- geronimo/sandbox/gshell/trunk/pom.xml (original)
+++ geronimo/sandbox/gshell/trunk/pom.xml Wed Jun 21 12:18:45 2006
@@ -195,7 +195,7 @@
             <dependency>
                 <groupId>org.apache.xbean</groupId>
                 <artifactId>xbean-finder</artifactId>
-                <version>2.4-SNAPSHOT</version>
+                <version>2.4</version>
                 <type>jar</type>
                 <scope>compile</scope>
             </dependency>
@@ -342,6 +342,15 @@
 
             <build>
                 <defaultGoal>deploy</defaultGoal>
+                
+                <plugins>
+                    <plugin>
+                        <artifactId>maven-release-plugin</artifactId>
+                        <configuration>
+                            <tagBase>https://svn.apache.org/repos/asf/geronimo/sandbox/gshell/tags</tagBase>
+                        </configuration>
+                    </plugin>
+                </plugins>
             </build>
         </profile>
     </profiles>