You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openjpa.apache.org by mi...@apache.org on 2007/04/10 22:05:58 UTC

svn commit: r527268 - in /incubator/openjpa/branches/0.9.7-incubating: ./ openjpa-all/ openjpa-examples/ openjpa-integration/ openjpa-integration/examples/ openjpa-integration/tck/ openjpa-jdbc-5/ openjpa-jdbc/ openjpa-kernel-5/ openjpa-kernel/ openjpa...

Author: mikedd
Date: Tue Apr 10 13:05:55 2007
New Revision: 527268

URL: http://svn.apache.org/viewvc?view=rev&rev=527268
Log:
updating poms to use release plugin. Rolling back versions (required by release plugin)

Added:
    incubator/openjpa/branches/0.9.7-incubating/tags/
Modified:
    incubator/openjpa/branches/0.9.7-incubating/openjpa-all/pom.xml
    incubator/openjpa/branches/0.9.7-incubating/openjpa-examples/pom.xml
    incubator/openjpa/branches/0.9.7-incubating/openjpa-integration/examples/pom.xml
    incubator/openjpa/branches/0.9.7-incubating/openjpa-integration/pom.xml
    incubator/openjpa/branches/0.9.7-incubating/openjpa-integration/tck/pom.xml
    incubator/openjpa/branches/0.9.7-incubating/openjpa-jdbc-5/pom.xml
    incubator/openjpa/branches/0.9.7-incubating/openjpa-jdbc/pom.xml
    incubator/openjpa/branches/0.9.7-incubating/openjpa-kernel-5/pom.xml
    incubator/openjpa/branches/0.9.7-incubating/openjpa-kernel/pom.xml
    incubator/openjpa/branches/0.9.7-incubating/openjpa-lib/pom.xml
    incubator/openjpa/branches/0.9.7-incubating/openjpa-persistence-jdbc/pom.xml
    incubator/openjpa/branches/0.9.7-incubating/openjpa-persistence/pom.xml
    incubator/openjpa/branches/0.9.7-incubating/openjpa-project/pom.xml
    incubator/openjpa/branches/0.9.7-incubating/openjpa-xmlstore/pom.xml
    incubator/openjpa/branches/0.9.7-incubating/pom.xml

Modified: incubator/openjpa/branches/0.9.7-incubating/openjpa-all/pom.xml
URL: http://svn.apache.org/viewvc/incubator/openjpa/branches/0.9.7-incubating/openjpa-all/pom.xml?view=diff&rev=527268&r1=527267&r2=527268
==============================================================================
--- incubator/openjpa/branches/0.9.7-incubating/openjpa-all/pom.xml (original)
+++ incubator/openjpa/branches/0.9.7-incubating/openjpa-all/pom.xml Tue Apr 10 13:05:55 2007
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.openjpa</groupId>
         <artifactId>openjpa</artifactId>
-        <version>0.9.7-incubating</version>
+        <version>0.9.7-incubating-SNAPSHOT</version>
     </parent>
     <build>
         <plugins>

Modified: incubator/openjpa/branches/0.9.7-incubating/openjpa-examples/pom.xml
URL: http://svn.apache.org/viewvc/incubator/openjpa/branches/0.9.7-incubating/openjpa-examples/pom.xml?view=diff&rev=527268&r1=527267&r2=527268
==============================================================================
--- incubator/openjpa/branches/0.9.7-incubating/openjpa-examples/pom.xml (original)
+++ incubator/openjpa/branches/0.9.7-incubating/openjpa-examples/pom.xml Tue Apr 10 13:05:55 2007
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.openjpa</groupId>
         <artifactId>openjpa</artifactId>
-        <version>0.9.7-incubating</version>
+        <version>0.9.7-incubating-SNAPSHOT</version>
     </parent>
     <dependencies>
         <dependency>

Modified: incubator/openjpa/branches/0.9.7-incubating/openjpa-integration/examples/pom.xml
URL: http://svn.apache.org/viewvc/incubator/openjpa/branches/0.9.7-incubating/openjpa-integration/examples/pom.xml?view=diff&rev=527268&r1=527267&r2=527268
==============================================================================
--- incubator/openjpa/branches/0.9.7-incubating/openjpa-integration/examples/pom.xml (original)
+++ incubator/openjpa/branches/0.9.7-incubating/openjpa-integration/examples/pom.xml Tue Apr 10 13:05:55 2007
@@ -30,7 +30,7 @@
     <parent>
         <groupId>org.apache.openjpa</groupId>
         <artifactId>openjpa-integration</artifactId>
-        <version>0.9.7-incubating</version>
+        <version>0.9.7-incubating-SNAPSHOT</version>
     </parent>
 
     <build>

Modified: incubator/openjpa/branches/0.9.7-incubating/openjpa-integration/pom.xml
URL: http://svn.apache.org/viewvc/incubator/openjpa/branches/0.9.7-incubating/openjpa-integration/pom.xml?view=diff&rev=527268&r1=527267&r2=527268
==============================================================================
--- incubator/openjpa/branches/0.9.7-incubating/openjpa-integration/pom.xml (original)
+++ incubator/openjpa/branches/0.9.7-incubating/openjpa-integration/pom.xml Tue Apr 10 13:05:55 2007
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.openjpa</groupId>
         <artifactId>openjpa</artifactId>
-        <version>0.9.7-incubating</version>
+        <version>0.9.7-incubating-SNAPSHOT</version>
     </parent>
     <modules>
         <module>examples</module>

Modified: incubator/openjpa/branches/0.9.7-incubating/openjpa-integration/tck/pom.xml
URL: http://svn.apache.org/viewvc/incubator/openjpa/branches/0.9.7-incubating/openjpa-integration/tck/pom.xml?view=diff&rev=527268&r1=527267&r2=527268
==============================================================================
--- incubator/openjpa/branches/0.9.7-incubating/openjpa-integration/tck/pom.xml (original)
+++ incubator/openjpa/branches/0.9.7-incubating/openjpa-integration/tck/pom.xml Tue Apr 10 13:05:55 2007
@@ -52,7 +52,7 @@
     <parent>
         <groupId>org.apache.openjpa</groupId>
         <artifactId>openjpa-integration</artifactId>
-        <version>0.9.7-incubating</version>
+        <version>0.9.7-incubating-SNAPSHOT</version>
     </parent>
 
     <profiles>

Modified: incubator/openjpa/branches/0.9.7-incubating/openjpa-jdbc-5/pom.xml
URL: http://svn.apache.org/viewvc/incubator/openjpa/branches/0.9.7-incubating/openjpa-jdbc-5/pom.xml?view=diff&rev=527268&r1=527267&r2=527268
==============================================================================
--- incubator/openjpa/branches/0.9.7-incubating/openjpa-jdbc-5/pom.xml (original)
+++ incubator/openjpa/branches/0.9.7-incubating/openjpa-jdbc-5/pom.xml Tue Apr 10 13:05:55 2007
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.openjpa</groupId>
         <artifactId>openjpa</artifactId>
-        <version>0.9.7-incubating</version>
+        <version>0.9.7-incubating-SNAPSHOT</version>
     </parent>
     <dependencies>
         <dependency>

Modified: incubator/openjpa/branches/0.9.7-incubating/openjpa-jdbc/pom.xml
URL: http://svn.apache.org/viewvc/incubator/openjpa/branches/0.9.7-incubating/openjpa-jdbc/pom.xml?view=diff&rev=527268&r1=527267&r2=527268
==============================================================================
--- incubator/openjpa/branches/0.9.7-incubating/openjpa-jdbc/pom.xml (original)
+++ incubator/openjpa/branches/0.9.7-incubating/openjpa-jdbc/pom.xml Tue Apr 10 13:05:55 2007
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.openjpa</groupId>
         <artifactId>openjpa</artifactId>
-        <version>0.9.7-incubating</version>
+        <version>0.9.7-incubating-SNAPSHOT</version>
     </parent>
     <dependencies>
         <dependency>

Modified: incubator/openjpa/branches/0.9.7-incubating/openjpa-kernel-5/pom.xml
URL: http://svn.apache.org/viewvc/incubator/openjpa/branches/0.9.7-incubating/openjpa-kernel-5/pom.xml?view=diff&rev=527268&r1=527267&r2=527268
==============================================================================
--- incubator/openjpa/branches/0.9.7-incubating/openjpa-kernel-5/pom.xml (original)
+++ incubator/openjpa/branches/0.9.7-incubating/openjpa-kernel-5/pom.xml Tue Apr 10 13:05:55 2007
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.openjpa</groupId>
         <artifactId>openjpa</artifactId>
-        <version>0.9.7-incubating</version>
+        <version>0.9.7-incubating-SNAPSHOT</version>
     </parent>
     <dependencies>
         <dependency>

Modified: incubator/openjpa/branches/0.9.7-incubating/openjpa-kernel/pom.xml
URL: http://svn.apache.org/viewvc/incubator/openjpa/branches/0.9.7-incubating/openjpa-kernel/pom.xml?view=diff&rev=527268&r1=527267&r2=527268
==============================================================================
--- incubator/openjpa/branches/0.9.7-incubating/openjpa-kernel/pom.xml (original)
+++ incubator/openjpa/branches/0.9.7-incubating/openjpa-kernel/pom.xml Tue Apr 10 13:05:55 2007
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.openjpa</groupId>
         <artifactId>openjpa</artifactId>
-        <version>0.9.7-incubating</version>
+        <version>0.9.7-incubating-SNAPSHOT</version>
     </parent>
     <dependencies>
         <dependency>

Modified: incubator/openjpa/branches/0.9.7-incubating/openjpa-lib/pom.xml
URL: http://svn.apache.org/viewvc/incubator/openjpa/branches/0.9.7-incubating/openjpa-lib/pom.xml?view=diff&rev=527268&r1=527267&r2=527268
==============================================================================
--- incubator/openjpa/branches/0.9.7-incubating/openjpa-lib/pom.xml (original)
+++ incubator/openjpa/branches/0.9.7-incubating/openjpa-lib/pom.xml Tue Apr 10 13:05:55 2007
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.openjpa</groupId>
         <artifactId>openjpa</artifactId>
-        <version>0.9.7-incubating</version>
+        <version>0.9.7-incubating-SNAPSHOT</version>
     </parent>
     <dependencies>
         <dependency>

Modified: incubator/openjpa/branches/0.9.7-incubating/openjpa-persistence-jdbc/pom.xml
URL: http://svn.apache.org/viewvc/incubator/openjpa/branches/0.9.7-incubating/openjpa-persistence-jdbc/pom.xml?view=diff&rev=527268&r1=527267&r2=527268
==============================================================================
--- incubator/openjpa/branches/0.9.7-incubating/openjpa-persistence-jdbc/pom.xml (original)
+++ incubator/openjpa/branches/0.9.7-incubating/openjpa-persistence-jdbc/pom.xml Tue Apr 10 13:05:55 2007
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.openjpa</groupId>
         <artifactId>openjpa</artifactId>
-        <version>0.9.7-incubating</version>
+        <version>0.9.7-incubating-SNAPSHOT</version>
     </parent>
 
     <properties>

Modified: incubator/openjpa/branches/0.9.7-incubating/openjpa-persistence/pom.xml
URL: http://svn.apache.org/viewvc/incubator/openjpa/branches/0.9.7-incubating/openjpa-persistence/pom.xml?view=diff&rev=527268&r1=527267&r2=527268
==============================================================================
--- incubator/openjpa/branches/0.9.7-incubating/openjpa-persistence/pom.xml (original)
+++ incubator/openjpa/branches/0.9.7-incubating/openjpa-persistence/pom.xml Tue Apr 10 13:05:55 2007
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.openjpa</groupId>
         <artifactId>openjpa</artifactId>
-        <version>0.9.7-incubating</version>
+        <version>0.9.7-incubating-SNAPSHOT</version>
     </parent>
     <dependencies>
         <dependency>

Modified: incubator/openjpa/branches/0.9.7-incubating/openjpa-project/pom.xml
URL: http://svn.apache.org/viewvc/incubator/openjpa/branches/0.9.7-incubating/openjpa-project/pom.xml?view=diff&rev=527268&r1=527267&r2=527268
==============================================================================
--- incubator/openjpa/branches/0.9.7-incubating/openjpa-project/pom.xml (original)
+++ incubator/openjpa/branches/0.9.7-incubating/openjpa-project/pom.xml Tue Apr 10 13:05:55 2007
@@ -37,7 +37,7 @@
     <parent>
         <groupId>org.apache.openjpa</groupId>
         <artifactId>openjpa</artifactId>
-        <version>0.9.7-incubating</version>
+        <version>0.9.7-incubating-SNAPSHOT</version>
     </parent>
 
     <properties>

Modified: incubator/openjpa/branches/0.9.7-incubating/openjpa-xmlstore/pom.xml
URL: http://svn.apache.org/viewvc/incubator/openjpa/branches/0.9.7-incubating/openjpa-xmlstore/pom.xml?view=diff&rev=527268&r1=527267&r2=527268
==============================================================================
--- incubator/openjpa/branches/0.9.7-incubating/openjpa-xmlstore/pom.xml (original)
+++ incubator/openjpa/branches/0.9.7-incubating/openjpa-xmlstore/pom.xml Tue Apr 10 13:05:55 2007
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.openjpa</groupId>
         <artifactId>openjpa</artifactId>
-        <version>0.9.7-incubating</version>
+        <version>0.9.7-incubating-SNAPSHOT</version>
     </parent>
     <dependencies>
         <dependency>

Modified: incubator/openjpa/branches/0.9.7-incubating/pom.xml
URL: http://svn.apache.org/viewvc/incubator/openjpa/branches/0.9.7-incubating/pom.xml?view=diff&rev=527268&r1=527267&r2=527268
==============================================================================
--- incubator/openjpa/branches/0.9.7-incubating/pom.xml (original)
+++ incubator/openjpa/branches/0.9.7-incubating/pom.xml Tue Apr 10 13:05:55 2007
@@ -31,7 +31,7 @@
         Changing this version needs to also be done in all children poms
         See: http://jira.codehaus.org/browse/MNG-624
     -->
-    <version>0.9.7-incubating</version>
+    <version>0.9.7-incubating-SNAPSHOT</version>
     <url>http://incubator.apache.org/projects/openjpa</url>
     <issueManagement>
         <system>jira</system>
@@ -92,9 +92,9 @@
         <url>http://www.apache.org</url>
     </organization>
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/openjpa/trunk</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/openjpa/trunk</developerConnection>
-        <url>https://svn.apache.org/repos/asf/incubator/openjpa/trunk</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/openjpa/branches/0.9.7-incubating</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/openjpa/branches/0.9.7-incubating</developerConnection>
+        <url>https://svn.apache.org/repos/asf/incubator/openjpa/branches/0.9.7-incubating</url>
     </scm>
     <modules>
         <module>openjpa-lib</module>
@@ -129,6 +129,41 @@
             <modules>
                 <module>openjpa-project</module>
             </modules>
+            <build>
+            <plugins>
+                <plugin>
+                    <artifactId>maven-gpg-plugin</artifactId>
+                    <version>1.0-alpha-1</version>
+                    <configuration>
+                        <passphrase>${gpg.passphrase}</passphrase>
+                    </configuration>
+                    <executions>
+                        <execution>
+                            <goals>
+                                <goal>sign</goal>
+                            </goals>
+                        </execution>
+                    </executions>
+                </plugin> 
+                <plugin>
+                    <inherited>true</inherited>
+                    <artifactId>maven-deploy-plugin</artifactId>
+                    <version>2.3</version>
+                    <configuration>
+                        <altDeploymentRepository>${deploy.altRepository}</altDeploymentRepository>
+                        <updateReleaseInfo>true</updateReleaseInfo>
+                    </configuration>
+                </plugin>
+                <plugin>
+                    <groupId>org.apache.maven.plugins</groupId>        
+                    <artifactId>maven-release-plugin</artifactId>
+                    <version>2.0-beta-4</version>          
+                    <configuration>
+                        <tagBase>https://svn.apache.org/viewvc/incubator/openjpa/branches/openjpa-0.9.7/tags/</tagBase>
+                    </configuration>
+                </plugin>
+            </plugins>
+        </build>
         </profile>
         <profile>
             <!--                        
@@ -283,7 +318,7 @@
       </snapshotRepository>
       <site>
         <id>people.apache.org</id>
-        <url>scpexe://people.apache.org/home/mprudhom/public_html/openjpa/site/</url>
+        <url>scpexe://people.apache.org/home/mikedd/public_html/openjpa/site/</url>
       </site>
     </distributionManagement>
 </project>