You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by dw...@apache.org on 2009/10/01 17:05:49 UTC

svn commit: r820678 - in /geronimo/specs/branches/geronimo-validation_1.0_spec-1.0-CR5: NOTICE pom.xml src/main/appended-resources/ src/main/appended-resources/META-INF/ src/main/appended-resources/META-INF/NOTICE

Author: dwoods
Date: Thu Oct  1 15:05:48 2009
New Revision: 820678

URL: http://svn.apache.org/viewvc?rev=820678&view=rev
Log:
update NOTICE to match new ASF/Sun agreement

Added:
    geronimo/specs/branches/geronimo-validation_1.0_spec-1.0-CR5/src/main/appended-resources/
    geronimo/specs/branches/geronimo-validation_1.0_spec-1.0-CR5/src/main/appended-resources/META-INF/
    geronimo/specs/branches/geronimo-validation_1.0_spec-1.0-CR5/src/main/appended-resources/META-INF/NOTICE
Modified:
    geronimo/specs/branches/geronimo-validation_1.0_spec-1.0-CR5/NOTICE
    geronimo/specs/branches/geronimo-validation_1.0_spec-1.0-CR5/pom.xml

Modified: geronimo/specs/branches/geronimo-validation_1.0_spec-1.0-CR5/NOTICE
URL: http://svn.apache.org/viewvc/geronimo/specs/branches/geronimo-validation_1.0_spec-1.0-CR5/NOTICE?rev=820678&r1=820677&r2=820678&view=diff
==============================================================================
--- geronimo/specs/branches/geronimo-validation_1.0_spec-1.0-CR5/NOTICE (original)
+++ geronimo/specs/branches/geronimo-validation_1.0_spec-1.0-CR5/NOTICE Thu Oct  1 15:05:48 2009
@@ -1,7 +1,9 @@
 
 Apache Geronimo JSR-303 Bean Validation Spec API
-Copyright 2003-2009 The Apache Software Foundation
+Copyright 2009 The Apache Software Foundation
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).
 
+This is an implementation of an early-draft specification developed under the Java Community Process (JCP). The code is untested and presumed not to be a compatible implementation of the JSR-303 Bean Validation specification.  We encourage you to migrate to an implementation of the JSR-303 Bean Validation specification that has been tested and verified to be compatible as soon as such an implementation is available, and we encourage you to retain this notice in any implementation of JSR-303 Bean Validation specification that you distribute.
+

Modified: geronimo/specs/branches/geronimo-validation_1.0_spec-1.0-CR5/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/specs/branches/geronimo-validation_1.0_spec-1.0-CR5/pom.xml?rev=820678&r1=820677&r2=820678&view=diff
==============================================================================
--- geronimo/specs/branches/geronimo-validation_1.0_spec-1.0-CR5/pom.xml (original)
+++ geronimo/specs/branches/geronimo-validation_1.0_spec-1.0-CR5/pom.xml Thu Oct  1 15:05:48 2009
@@ -32,10 +32,10 @@
 
     <groupId>org.apache.geronimo.specs</groupId>
     <artifactId>geronimo-validation_1.0_spec</artifactId>
-    <version>1.0-CR5-SNAPSHOT</version>
+    <version>1.0-CR5</version>
     <packaging>bundle</packaging>
-    <name>Bean Validation 1.0 Spec API</name>
-    <description>Bean Validation Spec API 1.0 JSR-303</description>
+    <name>Apache Geronimo JSR-303 Bean Validation Spec API</name>
+    <description>Apache Geronimo implementation of the JSR-303 Bean Validation Spec API</description>
 
     <url>http://geronimo.apache.org/maven/${siteId}/${version}</url>
     <distributionManagement>
@@ -50,9 +50,9 @@
     </properties>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/geronimo/specs/branches/geronimo-validation_1.0_spec-1.0-CR5/</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/geronimo/specs/branches/geronimo-validation_1.0_spec-1.0-CR5/</developerConnection>
-        <url>http://svn.apache.org/viewcvs.cgi/geronimo/specs/branches/geronimo-validation_1.0_spec-1.0-CR5/</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/geronimo/specs/tags/geronimo-validation_1.0_spec-1.0-CR5/</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/geronimo/specs/tags/geronimo-validation_1.0_spec-1.0-CR5/</developerConnection>
+        <url>http://svn.apache.org/viewcvs.cgi/geronimo/specs/tags/geronimo-validation_1.0_spec-1.0-CR5/</url>
     </scm>
 
     <build>

Added: geronimo/specs/branches/geronimo-validation_1.0_spec-1.0-CR5/src/main/appended-resources/META-INF/NOTICE
URL: http://svn.apache.org/viewvc/geronimo/specs/branches/geronimo-validation_1.0_spec-1.0-CR5/src/main/appended-resources/META-INF/NOTICE?rev=820678&view=auto
==============================================================================
--- geronimo/specs/branches/geronimo-validation_1.0_spec-1.0-CR5/src/main/appended-resources/META-INF/NOTICE (added)
+++ geronimo/specs/branches/geronimo-validation_1.0_spec-1.0-CR5/src/main/appended-resources/META-INF/NOTICE Thu Oct  1 15:05:48 2009
@@ -0,0 +1,3 @@
+
+This is an implementation of an early-draft specification developed under the Java Community Process (JCP). The code is untested and presumed not to be a compatible implementation of the JSR-303 Bean Validation specification.  We encourage you to migrate to an implementation of the JSR-303 Bean Validation specification that has been tested and verified to be compatible as soon as such an implementation is available, and we encourage you to retain this notice in any implementation of JSR-303 Bean Validation specification that you distribute.
+