You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by ri...@apache.org on 2010/09/15 13:19:54 UTC

svn commit: r997281 - in /geronimo/bundles/trunk/json: NOTICE pom.xml

Author: rickmcguire
Date: Wed Sep 15 11:19:53 2010
New Revision: 997281

URL: http://svn.apache.org/viewvc?rev=997281&view=rev
Log:
fix copyright date in NOTICE and fix bundle descriptive name

Modified:
    geronimo/bundles/trunk/json/NOTICE
    geronimo/bundles/trunk/json/pom.xml

Modified: geronimo/bundles/trunk/json/NOTICE
URL: http://svn.apache.org/viewvc/geronimo/bundles/trunk/json/NOTICE?rev=997281&r1=997280&r2=997281&view=diff
==============================================================================
--- geronimo/bundles/trunk/json/NOTICE (original)
+++ geronimo/bundles/trunk/json/NOTICE Wed Sep 15 11:19:53 2010
@@ -1,5 +1,5 @@
 Apache Geronimo 
-Copyright 2003-2009 The Apache Software Foundation
+Copyright 2003-2010 The Apache Software Foundation
 
 This product includes software developed by
 The Apache Software Foundation (http://www.apache.org/).

Modified: geronimo/bundles/trunk/json/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/bundles/trunk/json/pom.xml?rev=997281&r1=997280&r2=997281&view=diff
==============================================================================
--- geronimo/bundles/trunk/json/pom.xml (original)
+++ geronimo/bundles/trunk/json/pom.xml Wed Sep 15 11:19:53 2010
@@ -36,7 +36,7 @@
     <version>20090211_1-SNAPSHOT</version>
     <packaging>bundle</packaging>
     
-    <name>WASCE Bundles: ${pkgArtifactId}-${pkgVersion}</name>
+    <name>Apache Geronimo Bundles: ${pkgArtifactId}-${pkgVersion}</name>
     <description>
         This bundle simply wraps ${pkgArtifactId}-${pkgVersion}.jar.
     </description>