Author: thomas.diesler(a)jboss.com
Date: 2009-09-21 19:42:45 -0400 (Mon, 21 Sep 2009)
New Revision: 93897
Added:
projects/jboss-osgi/projects/runtime/felix/tags/jboss-osgi-runtime-felix-2.0.0/
projects/jboss-osgi/projects/runtime/felix/tags/jboss-osgi-runtime-felix-2.0.0/pom.xml
Removed:
projects/jboss-osgi/projects/runtime/felix/tags/jboss-osgi-runtime-felix-2.0.0/pom.xml
Log:
[maven-release-plugin] copy for tag jboss-osgi-runtime-felix-2.0.0
Copied: projects/jboss-osgi/projects/runtime/felix/tags/jboss-osgi-runtime-felix-2.0.0
(from rev 93477, projects/jboss-osgi/projects/runtime/felix/trunk)
Property changes on:
projects/jboss-osgi/projects/runtime/felix/tags/jboss-osgi-runtime-felix-2.0.0
___________________________________________________________________
Name: svn:ignore
+ target
felix-cache
Name: svn:mergeinfo
+
Deleted:
projects/jboss-osgi/projects/runtime/felix/tags/jboss-osgi-runtime-felix-2.0.0/pom.xml
===================================================================
--- projects/jboss-osgi/projects/runtime/felix/trunk/pom.xml 2009-09-14 14:01:08 UTC (rev
93477)
+++
projects/jboss-osgi/projects/runtime/felix/tags/jboss-osgi-runtime-felix-2.0.0/pom.xml 2009-09-21
23:42:45 UTC (rev 93897)
@@ -1,59 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
- <!-- ====================================================================== -->
- <!-- -->
- <!-- JBoss, the OpenSource J2EE webOS -->
- <!-- -->
- <!-- Distributable under LGPL license. -->
- <!-- See terms of license at
http://www.gnu.org. -->
- <!-- -->
- <!-- ====================================================================== -->
-
- <!-- $Id$ -->
-
-<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/maven-v4_0_0.xsd">
- <modelVersion>4.0.0</modelVersion>
-
- <name>JBossOSGi Runtime - Felix</name>
-
- <groupId>org.jboss.osgi.runtime</groupId>
- <artifactId>jboss-osgi-runtime-felix</artifactId>
- <packaging>jar</packaging>
-
- <version>1.9.0-SNAPSHOT</version>
-
- <!-- Parent -->
- <parent>
- <groupId>org.jboss.osgi</groupId>
- <artifactId>jboss-osgi-parent</artifactId>
- <version>1.0.1</version>
- </parent>
-
- <properties>
- <version.felix.framework>1.9.0-SNAPSHOT</version.felix.framework>
- <version.jboss.osgi.spi>1.0.1-SNAPSHOT</version.jboss.osgi.spi>
- </properties>
-
- <!-- Dependencies -->
- <dependencies>
- <dependency>
- <groupId>org.jboss.osgi</groupId>
- <artifactId>jboss-osgi-spi</artifactId>
- <version>${version.jboss.osgi.spi}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.felix</groupId>
- <artifactId>org.apache.felix.framework</artifactId>
- <version>${version.felix.framework}</version>
- </dependency>
- </dependencies>
-
- <!-- Build -->
- <build>
- </build>
-
- <!-- Profiles -->
- <profiles>
- </profiles>
-
-</project>
Copied:
projects/jboss-osgi/projects/runtime/felix/tags/jboss-osgi-runtime-felix-2.0.0/pom.xml
(from rev 93896, projects/jboss-osgi/projects/runtime/felix/trunk/pom.xml)
===================================================================
---
projects/jboss-osgi/projects/runtime/felix/tags/jboss-osgi-runtime-felix-2.0.0/pom.xml
(rev 0)
+++
projects/jboss-osgi/projects/runtime/felix/tags/jboss-osgi-runtime-felix-2.0.0/pom.xml 2009-09-21
23:42:45 UTC (rev 93897)
@@ -0,0 +1,58 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+ <!-- ====================================================================== -->
+ <!-- -->
+ <!-- JBoss, the OpenSource J2EE webOS -->
+ <!-- -->
+ <!-- Distributable under LGPL license. -->
+ <!-- See terms of license at
http://www.gnu.org. -->
+ <!-- -->
+ <!-- ====================================================================== -->
+
+ <!-- $Id$ -->
+
+<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/maven-v4_0_0.xsd">
+ <modelVersion>4.0.0</modelVersion>
+
+ <name>JBossOSGi Runtime - Felix</name>
+
+ <groupId>org.jboss.osgi.runtime</groupId>
+ <artifactId>jboss-osgi-runtime-felix</artifactId>
+ <packaging>jar</packaging>
+
+ <version>2.0.0</version>
+
+ <!-- Parent -->
+ <parent>
+ <groupId>org.jboss.osgi</groupId>
+ <artifactId>jboss-osgi-parent</artifactId>
+ <version>1.0.2</version>
+ </parent>
+
+ <properties>
+ <version.felix.framework>2.0.0</version.felix.framework>
+ <version.jboss.osgi.spi>1.0.1</version.jboss.osgi.spi>
+ </properties>
+
+ <!-- Dependencies -->
+ <dependencies>
+ <dependency>
+ <groupId>org.jboss.osgi</groupId>
+ <artifactId>jboss-osgi-spi</artifactId>
+ <version>${version.jboss.osgi.spi}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.felix</groupId>
+ <artifactId>org.apache.felix.framework</artifactId>
+ <version>${version.felix.framework}</version>
+ </dependency>
+ </dependencies>
+
+ <!-- Subversion -->
+ <scm>
+
<
connection>scm:svn:http://anonsvn.jboss.org/repos/jbossas/projects/jbo...
+
<
developerConnection>scm:svn:https://svn.jboss.org/repos/jbossas/projec...
+
<
url>http://fisheye.jboss.com/qsearch/JBossOSGi/projects/runtime/felix/...
+ </scm>
+
+</project>