You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by cl...@apache.org on 2011/01/19 20:44:46 UTC

svn commit: r1060932 - in /felix/trunk/ipojo/plugin: DEPENDENCIES NOTICE pom.xml

Author: clement
Date: Wed Jan 19 19:44:46 2011
New Revision: 1060932

URL: http://svn.apache.org/viewvc?rev=1060932&view=rev
Log:
Switch NOTICE and DEPENDENCIES
Rollback release.

Modified:
    felix/trunk/ipojo/plugin/DEPENDENCIES
    felix/trunk/ipojo/plugin/NOTICE
    felix/trunk/ipojo/plugin/pom.xml

Modified: felix/trunk/ipojo/plugin/DEPENDENCIES
URL: http://svn.apache.org/viewvc/felix/trunk/ipojo/plugin/DEPENDENCIES?rev=1060932&r1=1060931&r2=1060932&view=diff
==============================================================================
--- felix/trunk/ipojo/plugin/DEPENDENCIES (original)
+++ felix/trunk/ipojo/plugin/DEPENDENCIES Wed Jan 19 19:44:46 2011
@@ -1,6 +1,21 @@
 Apache Felix iPOJO Maven Plugin
 Copyright 2008-2011 The Apache Software Foundation
 
+I. Included Software
+
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).
 Licensed under the Apache License 2.0.
+
+II. Used Software
+
+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
+The Codehaus (http://www.codehaus.org)
+Licensed under the Apache License 2.0.
+
+III. License Summary
+- Apache License 2.0

Modified: felix/trunk/ipojo/plugin/NOTICE
URL: http://svn.apache.org/viewvc/felix/trunk/ipojo/plugin/NOTICE?rev=1060932&r1=1060931&r2=1060932&view=diff
==============================================================================
--- felix/trunk/ipojo/plugin/NOTICE (original)
+++ felix/trunk/ipojo/plugin/NOTICE Wed Jan 19 19:44:46 2011
@@ -1,21 +1,7 @@
 Apache Felix iPOJO Maven Plugin
 Copyright 2008-2011 The Apache Software Foundation
 
-I. Included Software
-
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).
 Licensed under the Apache License 2.0.
 
-II. Used Software
-
-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
-The Codehaus (http://www.codehaus.org)
-Licensed under the Apache License 2.0.
-
-III. License Summary
-- Apache License 2.0

Modified: felix/trunk/ipojo/plugin/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/ipojo/plugin/pom.xml?rev=1060932&r1=1060931&r2=1060932&view=diff
==============================================================================
--- felix/trunk/ipojo/plugin/pom.xml (original)
+++ felix/trunk/ipojo/plugin/pom.xml Wed Jan 19 19:44:46 2011
@@ -26,17 +26,17 @@
   <modelVersion>4.0.0</modelVersion>
   <artifactId>maven-ipojo-plugin</artifactId>
   <groupId>org.apache.felix</groupId>
-  <version>1.9.0-SNAPSHOT</version>
+  <version>1.7.0-SNAPSHOT</version>
   <name>Apache Felix iPOJO Maven Plugin</name>
   <packaging>maven-plugin</packaging>
-  
+
   <description>
   Maven Plugin to package iPOJO-powered bundles.
   </description>
   <url>
   http://felix.apache.org/site/ipojo-maven-plug-in.html
   </url>
-  
+
   <dependencies>
     <dependency>
       <groupId>org.apache.maven</groupId>