Author: dwoods
Date: Tue Jun 2 18:11:06 2009
New Revision: 781110
URL: http://svn.apache.org/viewvc?rev=781110&view=rev
Log:
missed adding early access notice in some poms
Modified:
openjpa/branches/2.0.0-EA2/openjpa-all/pom.xml
openjpa/branches/2.0.0-EA2/openjpa-examples/pom.xml
openjpa/branches/2.0.0-EA2/openjpa-integration/examples/pom.xml
openjpa/branches/2.0.0-EA2/openjpa-integration/osgi-itests/pom.xml
openjpa/branches/2.0.0-EA2/openjpa-integration/pom.xml
openjpa/branches/2.0.0-EA2/openjpa-integration/tck/pom.xml
openjpa/branches/2.0.0-EA2/openjpa-jdbc/pom.xml
openjpa/branches/2.0.0-EA2/openjpa-kernel/pom.xml
openjpa/branches/2.0.0-EA2/openjpa-lib/pom.xml
openjpa/branches/2.0.0-EA2/openjpa-persistence-jdbc/pom.xml
openjpa/branches/2.0.0-EA2/openjpa-persistence/pom.xml
openjpa/branches/2.0.0-EA2/openjpa-project/pom.xml
openjpa/branches/2.0.0-EA2/openjpa-slice/pom.xml
openjpa/branches/2.0.0-EA2/openjpa-xmlstore/pom.xml
Modified: openjpa/branches/2.0.0-EA2/openjpa-all/pom.xml
URL:
http://svn.apache.org/viewvc/openjpa/branches/2.0.0-EA2/openjpa-all/pom.xml?rev=781110&r1=781109&r2=781110&view=diff
==============================================================================
--- openjpa/branches/2.0.0-EA2/openjpa-all/pom.xml (original)
+++ openjpa/branches/2.0.0-EA2/openjpa-all/pom.xml Tue Jun 2 18:11:06 2009
@@ -26,6 +26,7 @@
<artifactId>openjpa-all</artifactId>
<packaging>jar</packaging>
<name>OpenJPA Aggregate Jar with Dependencies - Early Access 2</name>
+ <description>OpenJPA Aggregate Jar with Dependencies - Early Access
2</description>
<parent>
<groupId>org.apache.openjpa</groupId>
<artifactId>openjpa-parent</artifactId>
Modified: openjpa/branches/2.0.0-EA2/openjpa-examples/pom.xml
URL:
http://svn.apache.org/viewvc/openjpa/branches/2.0.0-EA2/openjpa-examples/pom.xml?rev=781110&r1=781109&r2=781110&view=diff
==============================================================================
--- openjpa/branches/2.0.0-EA2/openjpa-examples/pom.xml (original)
+++ openjpa/branches/2.0.0-EA2/openjpa-examples/pom.xml Tue Jun 2 18:11:06 2009
@@ -26,7 +26,7 @@
<groupId>org.apache.openjpa</groupId>
<artifactId>openjpa-examples</artifactId>
<packaging>jar</packaging>
- <name>OpenJPA Examples</name>
+ <name>OpenJPA Examples - Early Access 2</name>
<description>OpenJPA Examples - Early Access 2</description>
<url>http://openjpa.apache.org</url>
<parent>
Modified: openjpa/branches/2.0.0-EA2/openjpa-integration/examples/pom.xml
URL:
http://svn.apache.org/viewvc/openjpa/branches/2.0.0-EA2/openjpa-integration/examples/pom.xml?rev=781110&r1=781109&r2=781110&view=diff
==============================================================================
--- openjpa/branches/2.0.0-EA2/openjpa-integration/examples/pom.xml (original)
+++ openjpa/branches/2.0.0-EA2/openjpa-integration/examples/pom.xml Tue Jun 2
18:11:06 2009
@@ -35,6 +35,7 @@
<artifactId>examples</artifactId>
<packaging>pom</packaging>
<name>OpenJPA Integration Tests - Examples - Early Access 2</name>
+ <description>OpenJPA Integration Tests - Examples - Early Access
2</description>
<parent>
<groupId>org.apache.openjpa</groupId>
<artifactId>openjpa-integration</artifactId>
Modified: openjpa/branches/2.0.0-EA2/openjpa-integration/osgi-itests/pom.xml
URL:
http://svn.apache.org/viewvc/openjpa/branches/2.0.0-EA2/openjpa-integration/osgi-itests/pom.xml?rev=781110&r1=781109&r2=781110&view=diff
==============================================================================
--- openjpa/branches/2.0.0-EA2/openjpa-integration/osgi-itests/pom.xml
(original)
+++ openjpa/branches/2.0.0-EA2/openjpa-integration/osgi-itests/pom.xml Tue Jun
2 18:11:06 2009
@@ -31,6 +31,7 @@
<groupId>org.apache.openjpa.openjpa-integration</groupId>
<artifactId>osgi-itests</artifactId>
<name>OpenJPA Integration Tests - OSGi - Early Access 2</name>
+ <description>OpenJPA Integration Tests - OSGi - Early Access
2</description>
<dependencies>
<!--
Modified: openjpa/branches/2.0.0-EA2/openjpa-integration/pom.xml
URL:
http://svn.apache.org/viewvc/openjpa/branches/2.0.0-EA2/openjpa-integration/pom.xml?rev=781110&r1=781109&r2=781110&view=diff
==============================================================================
--- openjpa/branches/2.0.0-EA2/openjpa-integration/pom.xml (original)
+++ openjpa/branches/2.0.0-EA2/openjpa-integration/pom.xml Tue Jun 2 18:11:06
2009
@@ -26,6 +26,7 @@
<artifactId>openjpa-integration</artifactId>
<packaging>pom</packaging>
<name>OpenJPA Integration Tests - Early Access 2</name>
+ <description>OpenJPA Integration Tests - Early Access 2</description>
<parent>
<groupId>org.apache.openjpa</groupId>
<artifactId>openjpa-parent</artifactId>
Modified: openjpa/branches/2.0.0-EA2/openjpa-integration/tck/pom.xml
URL:
http://svn.apache.org/viewvc/openjpa/branches/2.0.0-EA2/openjpa-integration/tck/pom.xml?rev=781110&r1=781109&r2=781110&view=diff
==============================================================================
--- openjpa/branches/2.0.0-EA2/openjpa-integration/tck/pom.xml (original)
+++ openjpa/branches/2.0.0-EA2/openjpa-integration/tck/pom.xml Tue Jun 2
18:11:06 2009
@@ -58,6 +58,7 @@
<artifactId>tck</artifactId>
<packaging>pom</packaging>
<name>OpenJPA Integration Tests - JPA TCK - Early Access 2</name>
+ <description>OpenJPA Integration Tests - JPA TCK - Early Access
2</description>
<parent>
<groupId>org.apache.openjpa</groupId>
<artifactId>openjpa-integration</artifactId>
Modified: openjpa/branches/2.0.0-EA2/openjpa-jdbc/pom.xml
URL:
http://svn.apache.org/viewvc/openjpa/branches/2.0.0-EA2/openjpa-jdbc/pom.xml?rev=781110&r1=781109&r2=781110&view=diff
==============================================================================
--- openjpa/branches/2.0.0-EA2/openjpa-jdbc/pom.xml (original)
+++ openjpa/branches/2.0.0-EA2/openjpa-jdbc/pom.xml Tue Jun 2 18:11:06 2009
@@ -25,7 +25,7 @@
<groupId>org.apache.openjpa</groupId>
<artifactId>openjpa-jdbc</artifactId>
<packaging>jar</packaging>
- <name>OpenJPA JDBC</name>
+ <name>OpenJPA JDBC - Early Access 2</name>
<description>OpenJPA JDBC - Early Access 2</description>
<url>http://openjpa.apache.org</url>
<parent>
Modified: openjpa/branches/2.0.0-EA2/openjpa-kernel/pom.xml
URL:
http://svn.apache.org/viewvc/openjpa/branches/2.0.0-EA2/openjpa-kernel/pom.xml?rev=781110&r1=781109&r2=781110&view=diff
==============================================================================
--- openjpa/branches/2.0.0-EA2/openjpa-kernel/pom.xml (original)
+++ openjpa/branches/2.0.0-EA2/openjpa-kernel/pom.xml Tue Jun 2 18:11:06 2009
@@ -25,7 +25,7 @@
<groupId>org.apache.openjpa</groupId>
<artifactId>openjpa-kernel</artifactId>
<packaging>jar</packaging>
- <name>OpenJPA Kernel</name>
+ <name>OpenJPA Kernel - Early Access 2</name>
<description>OpenJPA Kernel - Early Access 2</description>
<url>http://openjpa.apache.org</url>
<parent>
Modified: openjpa/branches/2.0.0-EA2/openjpa-lib/pom.xml
URL:
http://svn.apache.org/viewvc/openjpa/branches/2.0.0-EA2/openjpa-lib/pom.xml?rev=781110&r1=781109&r2=781110&view=diff
==============================================================================
--- openjpa/branches/2.0.0-EA2/openjpa-lib/pom.xml (original)
+++ openjpa/branches/2.0.0-EA2/openjpa-lib/pom.xml Tue Jun 2 18:11:06 2009
@@ -25,7 +25,7 @@
<groupId>org.apache.openjpa</groupId>
<artifactId>openjpa-lib</artifactId>
<packaging>jar</packaging>
- <name>OpenJPA Utilities Library</name>
+ <name>OpenJPA Utilities Library - Early Access 2</name>
<description>OpenJPA Utilities Library - Early Access 2</description>
<url>http://openjpa.apache.org</url>
<parent>
Modified: openjpa/branches/2.0.0-EA2/openjpa-persistence-jdbc/pom.xml
URL:
http://svn.apache.org/viewvc/openjpa/branches/2.0.0-EA2/openjpa-persistence-jdbc/pom.xml?rev=781110&r1=781109&r2=781110&view=diff
==============================================================================
--- openjpa/branches/2.0.0-EA2/openjpa-persistence-jdbc/pom.xml (original)
+++ openjpa/branches/2.0.0-EA2/openjpa-persistence-jdbc/pom.xml Tue Jun 2
18:11:06 2009
@@ -25,7 +25,7 @@
<groupId>org.apache.openjpa</groupId>
<artifactId>openjpa-persistence-jdbc</artifactId>
<packaging>jar</packaging>
- <name>OpenJPA Persistence JDBC</name>
+ <name>OpenJPA Persistence JDBC - Early Access 2</name>
<description>OpenJPA Persistence JDBC - Early Access 2</description>
<url>http://openjpa.apache.org</url>
<parent>
Modified: openjpa/branches/2.0.0-EA2/openjpa-persistence/pom.xml
URL:
http://svn.apache.org/viewvc/openjpa/branches/2.0.0-EA2/openjpa-persistence/pom.xml?rev=781110&r1=781109&r2=781110&view=diff
==============================================================================
--- openjpa/branches/2.0.0-EA2/openjpa-persistence/pom.xml (original)
+++ openjpa/branches/2.0.0-EA2/openjpa-persistence/pom.xml Tue Jun 2 18:11:06
2009
@@ -25,7 +25,7 @@
<groupId>org.apache.openjpa</groupId>
<artifactId>openjpa-persistence</artifactId>
<packaging>jar</packaging>
- <name>OpenJPA Persistence</name>
+ <name>OpenJPA Persistence - Early Access 2</name>
<description>OpenJPA Persistence - Early Access 2</description>
<url>http://openjpa.apache.org</url>
<parent>
Modified: openjpa/branches/2.0.0-EA2/openjpa-project/pom.xml
URL:
http://svn.apache.org/viewvc/openjpa/branches/2.0.0-EA2/openjpa-project/pom.xml?rev=781110&r1=781109&r2=781110&view=diff
==============================================================================
--- openjpa/branches/2.0.0-EA2/openjpa-project/pom.xml (original)
+++ openjpa/branches/2.0.0-EA2/openjpa-project/pom.xml Tue Jun 2 18:11:06 2009
@@ -36,7 +36,7 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>apache-openjpa</artifactId>
<packaging>pom</packaging>
- <name>OpenJPA Project Docs and Assemblies</name>
+ <name>OpenJPA Project Docs and Assemblies - Early Access 2</name>
<description>OpenJPA Project Docs and Assemblies - Early Access
2</description>
<parent>
<groupId>org.apache.openjpa</groupId>
Modified: openjpa/branches/2.0.0-EA2/openjpa-slice/pom.xml
URL:
http://svn.apache.org/viewvc/openjpa/branches/2.0.0-EA2/openjpa-slice/pom.xml?rev=781110&r1=781109&r2=781110&view=diff
==============================================================================
--- openjpa/branches/2.0.0-EA2/openjpa-slice/pom.xml (original)
+++ openjpa/branches/2.0.0-EA2/openjpa-slice/pom.xml Tue Jun 2 18:11:06 2009
@@ -25,7 +25,7 @@
<groupId>org.apache.openjpa</groupId>
<artifactId>openjpa-slice</artifactId>
<packaging>jar</packaging>
- <name>OpenJPA Slice</name>
+ <name>OpenJPA Slice - Early Access 2</name>
<description>OpenJPA Slice - Early Access 2</description>
<url>http://openjpa.apache.org</url>
<parent>
Modified: openjpa/branches/2.0.0-EA2/openjpa-xmlstore/pom.xml
URL:
http://svn.apache.org/viewvc/openjpa/branches/2.0.0-EA2/openjpa-xmlstore/pom.xml?rev=781110&r1=781109&r2=781110&view=diff
==============================================================================
--- openjpa/branches/2.0.0-EA2/openjpa-xmlstore/pom.xml (original)
+++ openjpa/branches/2.0.0-EA2/openjpa-xmlstore/pom.xml Tue Jun 2 18:11:06 2009
@@ -25,7 +25,7 @@
<groupId>org.apache.openjpa</groupId>
<artifactId>openjpa-xmlstore</artifactId>
<packaging>jar</packaging>
- <name>OpenJPA XML Store</name>
+ <name>OpenJPA XML Store - Early Access 2</name>
<description>OpenJPA XML Store - Early Access 2</description>
<url>http://openjpa.apache.org</url>
<parent>