You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by cz...@apache.org on 2010/04/27 12:14:54 UTC

svn commit: r938392 - in /felix/trunk: scr-annotations/NOTICE scrplugin/NOTICE scrplugin/pom.xml

Author: cziegeler
Date: Tue Apr 27 10:14:53 2010
New Revision: 938392

URL: http://svn.apache.org/viewvc?rev=938392&view=rev
Log:
Prepare the release.

Modified:
    felix/trunk/scr-annotations/NOTICE
    felix/trunk/scrplugin/NOTICE
    felix/trunk/scrplugin/pom.xml

Modified: felix/trunk/scr-annotations/NOTICE
URL: http://svn.apache.org/viewvc/felix/trunk/scr-annotations/NOTICE?rev=938392&r1=938391&r2=938392&view=diff
==============================================================================
--- felix/trunk/scr-annotations/NOTICE (original)
+++ felix/trunk/scr-annotations/NOTICE Tue Apr 27 10:14:53 2010
@@ -1,5 +1,5 @@
 Apache Felix SCR Annotations
-Copyright 2007-2009 The Apache Software Foundation
+Copyright 2007-2010 The Apache Software Foundation
 
 
 I. Included Software

Modified: felix/trunk/scrplugin/NOTICE
URL: http://svn.apache.org/viewvc/felix/trunk/scrplugin/NOTICE?rev=938392&r1=938391&r2=938392&view=diff
==============================================================================
--- felix/trunk/scrplugin/NOTICE (original)
+++ felix/trunk/scrplugin/NOTICE Tue Apr 27 10:14:53 2010
@@ -1,5 +1,5 @@
 Apache Felix SCR Maven Plugin
-Copyright 2007-2009 The Apache Software Foundation
+Copyright 2007-2010 The Apache Software Foundation
 
 
 I. Included Software
@@ -15,10 +15,10 @@ This product uses software developed at
 The Apache Software Foundation (http://www.apache.org/).
 Licensed under the Apache License 2.0.
 
-This product uses software developed at
+This product includes software developed at
 The OSGi Alliance (http://www.osgi.org/).
-Copyright (c) OSGi Alliance (2000, 2007).
-Licensed under the Apache License 2.0.
+Copyright (c) OSGi Alliance (2000, 2009).
+Licensed under the Apache License 2.0. 
 
 This product uses software developed at http://asm.objectweb.org
 Copyright (c) 2000-2005 INRIA, France Telecom

Modified: felix/trunk/scrplugin/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/scrplugin/pom.xml?rev=938392&r1=938391&r2=938392&view=diff
==============================================================================
--- felix/trunk/scrplugin/pom.xml (original)
+++ felix/trunk/scrplugin/pom.xml Tue Apr 27 10:14:53 2010
@@ -67,7 +67,7 @@
 		<dependency>
 			<groupId>org.apache.felix</groupId>
 			<artifactId>org.apache.felix.scr.annotations</artifactId>
-			<version>1.3.0-SNAPSHOT</version>
+			<version>1.3.0</version>
 		</dependency>
         
         <!-- Sling Servlet SCR Annotation -->