Author: jbonofre
Date: Thu Jan 19 08:55:46 2012
New Revision: 1233253
URL: http://svn.apache.org/viewvc?rev=1233253&view=rev
Log:
Update the bundles-pom version
Modified:
servicemix/smx4/bundles/trunk/not-yet-commons-ssl-0.3.11/pom.xml
Modified: servicemix/smx4/bundles/trunk/not-yet-commons-ssl-0.3.11/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/not-yet-commons-ssl-0.3.11/pom.xml?rev=1233253&r1=1233252&r2=1233253&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/not-yet-commons-ssl-0.3.11/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/not-yet-commons-ssl-0.3.11/pom.xml Thu Jan 19
08:55:46 2012
@@ -1,5 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
-
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
@@ -17,23 +16,21 @@
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.not-yet-commons-ssl</artifactId>
<packaging>bundle</packaging>
<version>0.3.11_1-SNAPSHOT</version>
-
<name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
<description>This OSGi bundle wraps not-yet-commons-ssl ${pkgVersion} jar
file.</description>
@@ -103,4 +100,5 @@
</plugin>
</plugins>
</build>
+
</project>