Author: jbonofre
Date: Thu Jan 19 08:55:24 2012
New Revision: 1233251
URL: http://svn.apache.org/viewvc?rev=1233251&view=rev
Log:
Update the bundles-pom version
Modified:
servicemix/smx4/bundles/trunk/paranamer-2.4/pom.xml
Modified: servicemix/smx4/bundles/trunk/paranamer-2.4/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/paranamer-2.4/pom.xml?rev=1233251&r1=1233250&r2=1233251&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/paranamer-2.4/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/paranamer-2.4/pom.xml Thu Jan 19 08:55:24 2012
@@ -1,5 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
-
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
@@ -17,17 +16,16 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
+<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
+
+ <modelVersion>4.0.0</modelVersion>
-<project xmlns="http://maven.apache.org/POM/4.0.0"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<groupId>org.apache.servicemix.bundles</groupId>
<artifactId>bundles-pom</artifactId>
- <version>6</version>
+ <version>8-SNAPSHOT</version>
<relativePath>../bundles-pom/pom.xml</relativePath>
</parent>
- <modelVersion>4.0.0</modelVersion>
<groupId>org.apache.servicemix.bundles</groupId>
<artifactId>org.apache.servicemix.bundles.paranamer</artifactId>
@@ -94,4 +92,5 @@
</plugin>
</plugins>
</build>
-</project>
\ No newline at end of file
+
+</project>