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 2005/04/02 23:10:43 UTC

svn commit: r159813 - in geronimo/trunk: configs/geronimo-gbean-deployer/project.properties configs/geronimo-gbean-deployer/project.xml plugins/geronimo-packaging-plugin/project.properties plugins/geronimo-packaging-plugin/project.xml

Author: jboynes
Date: Sat Apr  2 13:10:43 2005
New Revision: 159813

URL: http://svn.apache.org/viewcvs?view=rev&rev=159813
Log:
version 0.1.1 of packaging plugin after change to Configuration API

Modified:
    geronimo/trunk/configs/geronimo-gbean-deployer/project.properties
    geronimo/trunk/configs/geronimo-gbean-deployer/project.xml
    geronimo/trunk/plugins/geronimo-packaging-plugin/project.properties
    geronimo/trunk/plugins/geronimo-packaging-plugin/project.xml

Modified: geronimo/trunk/configs/geronimo-gbean-deployer/project.properties
URL: http://svn.apache.org/viewcvs/geronimo/trunk/configs/geronimo-gbean-deployer/project.properties?view=diff&r1=159812&r2=159813
==============================================================================
--- geronimo/trunk/configs/geronimo-gbean-deployer/project.properties (original)
+++ geronimo/trunk/configs/geronimo-gbean-deployer/project.properties Sat Apr  2 13:10:43 2005
@@ -23,6 +23,6 @@
 maven.repo.remote=http://people.apache.org/~jboynes, http://www.ibiblio.org/maven
 
 # override deploymentConfig to use bootstrap configuration
-geronimo.packaging.deploymentConfig=geronimo/cars/geronimo-gbean-deployer-159811.car
+geronimo.packaging.deploymentConfig=geronimo/cars/geronimo-gbean-deployer-0.1.1.car
 
 geronimo_version=159810

Modified: geronimo/trunk/configs/geronimo-gbean-deployer/project.xml
URL: http://svn.apache.org/viewcvs/geronimo/trunk/configs/geronimo-gbean-deployer/project.xml?view=diff&r1=159812&r2=159813
==============================================================================
--- geronimo/trunk/configs/geronimo-gbean-deployer/project.xml (original)
+++ geronimo/trunk/configs/geronimo-gbean-deployer/project.xml Sat Apr  2 13:10:43 2005
@@ -23,7 +23,7 @@
     <groupId>geronimo</groupId>
     <id>geronimo-gbean-deployer</id>
     <name>Geronimo Configuration for service deployments</name>
-    <currentVersion>SNAPSHOT</currentVersion>
+    <currentVersion>0.1.1</currentVersion>
 
     <dependencies>
         <!-- dependencies referenced in plan -->
@@ -69,14 +69,12 @@
 -->
 
         <!-- dependency on the bootstrap gbean deployer so I can deploy myself-->
-<!--
         <dependency>
             <groupId>geronimo</groupId>
             <artifactId>geronimo-gbean-deployer</artifactId>
             <type>car</type>
-            <version>0.1</version>
+            <version>0.1.1</version>
         </dependency>
--->
     </dependencies>
 </project>
 

Modified: geronimo/trunk/plugins/geronimo-packaging-plugin/project.properties
URL: http://svn.apache.org/viewcvs/geronimo/trunk/plugins/geronimo-packaging-plugin/project.properties?view=diff&r1=159812&r2=159813
==============================================================================
--- geronimo/trunk/plugins/geronimo-packaging-plugin/project.properties (original)
+++ geronimo/trunk/plugins/geronimo-packaging-plugin/project.properties Sat Apr  2 13:10:43 2005
@@ -21,3 +21,7 @@
 
 maven.compile.source=1.4
 maven.compile.target=1.4
+
+# use personal repo at Apache until we are prepared to release this
+maven.repo.remote=http://people.apache.org/~jboynes, http://www.ibiblio.org/maven
+

Modified: geronimo/trunk/plugins/geronimo-packaging-plugin/project.xml
URL: http://svn.apache.org/viewcvs/geronimo/trunk/plugins/geronimo-packaging-plugin/project.xml?view=diff&r1=159812&r2=159813
==============================================================================
--- geronimo/trunk/plugins/geronimo-packaging-plugin/project.xml (original)
+++ geronimo/trunk/plugins/geronimo-packaging-plugin/project.xml Sat Apr  2 13:10:43 2005
@@ -22,32 +22,14 @@
     <groupId>geronimo</groupId>
     <id>geronimo-packaging-plugin</id>
     <name>Geronimo Packaging Plugin</name>
-    <currentVersion>SNAPSHOT</currentVersion>
+    <currentVersion>0.1.1</currentVersion>
 
     <dependencies>
         <dependency>
             <groupId>geronimo</groupId>
             <artifactId>geronimo-kernel</artifactId>
-            <version>1.0-SNAPSHOT</version>
+            <version>159810</version>
         </dependency>
-
-        <!-- todo remove these -->
-        <dependency>
-            <groupId>geronimo</groupId>
-            <artifactId>geronimo-system</artifactId>
-            <version>1.0-SNAPSHOT</version>
-        </dependency>
-        <dependency>
-            <groupId>geronimo</groupId>
-            <artifactId>geronimo-common</artifactId>
-            <version>1.0-SNAPSHOT</version>
-        </dependency>
-        <dependency>
-            <groupId>geronimo</groupId>
-            <artifactId>geronimo-deployment</artifactId>
-            <version>1.0-SNAPSHOT</version>
-        </dependency>
-        <!-- todo remove the ones above -->
 
         <dependency>
             <groupId>cglib</groupId>