[jboss-osgi-commits] JBoss-OSGI SVN: r103831 - in projects/jboss-osgi/projects/runtime/deployers/tags: jboss-osgi-deployers-1.0.7 and 2 other directories.

jboss-osgi-commits at lists.jboss.org jboss-osgi-commits at lists.jboss.org
Mon Apr 12 10:21:41 EDT 2010


Author: thomas.diesler at jboss.com
Date: 2010-04-12 10:21:40 -0400 (Mon, 12 Apr 2010)
New Revision: 103831

Added:
   projects/jboss-osgi/projects/runtime/deployers/tags/jboss-osgi-deployers-1.0.7/
   projects/jboss-osgi/projects/runtime/deployers/tags/jboss-osgi-deployers-1.0.7/pom.xml
   projects/jboss-osgi/projects/runtime/deployers/tags/jboss-osgi-deployers-1.0.7/vfs21/pom.xml
   projects/jboss-osgi/projects/runtime/deployers/tags/jboss-osgi-deployers-1.0.7/vfs30/pom.xml
Removed:
   projects/jboss-osgi/projects/runtime/deployers/tags/jboss-osgi-deployers-1.0.7/pom.xml
   projects/jboss-osgi/projects/runtime/deployers/tags/jboss-osgi-deployers-1.0.7/vfs21/pom.xml
   projects/jboss-osgi/projects/runtime/deployers/tags/jboss-osgi-deployers-1.0.7/vfs30/pom.xml
Log:
[maven-release-plugin]  copy for tag jboss-osgi-deployers-1.0.7

Copied: projects/jboss-osgi/projects/runtime/deployers/tags/jboss-osgi-deployers-1.0.7 (from rev 103829, projects/jboss-osgi/projects/runtime/deployers/trunk)


Property changes on: projects/jboss-osgi/projects/runtime/deployers/tags/jboss-osgi-deployers-1.0.7
___________________________________________________________________
Name: svn:ignore
   + target

Name: svn:mergeinfo
   + 

Deleted: projects/jboss-osgi/projects/runtime/deployers/tags/jboss-osgi-deployers-1.0.7/pom.xml
===================================================================
--- projects/jboss-osgi/projects/runtime/deployers/trunk/pom.xml	2010-04-12 14:12:27 UTC (rev 103829)
+++ projects/jboss-osgi/projects/runtime/deployers/tags/jboss-osgi-deployers-1.0.7/pom.xml	2010-04-12 14:21:40 UTC (rev 103831)
@@ -1,85 +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 Deployers</name>
-
-  <groupId>org.jboss.osgi.deployers</groupId>
-  <artifactId>jboss-osgi-deployers</artifactId>
-  <packaging>pom</packaging>
-
-  <version>1.0.7-SNAPSHOT</version>
-
-  <!-- Parent -->
-  <parent>
-    <groupId>org.jboss.osgi</groupId>
-    <artifactId>jboss-osgi-parent</artifactId>
-    <version>1.0.5</version>
-  </parent>
-
-  <!-- Properties -->
-  <properties>
-    <version.jboss.osgi.deployment>1.0.2</version.jboss.osgi.deployment>
-    <version.jboss.osgi.spi>1.0.5</version.jboss.osgi.spi>
-    <version.osgi>4.2.0</version.osgi>
-  </properties>
-
-  <!-- Subversion -->
-  <scm>
-    <connection>scm:svn:http://anonsvn.jboss.org/repos/jbossas/projects/jboss-osgi/projects/runtime/deployers/trunk</connection>
-    <developerConnection>scm:svn:https://svn.jboss.org/repos/jbossas/projects/jboss-osgi/projects/runtime/deployers/trunk</developerConnection>
-    <url>http://fisheye.jboss.com/qsearch/JBossOSGi</url>
-  </scm>
-
-  <!-- Modules -->
-  <modules>
-    <module>vfs21</module>
-    <module>vfs30</module>
-  </modules>
-
-  <!-- Dependencies -->
-  <dependencyManagement>
-  <dependencies>
-    <dependency>
-      <groupId>org.jboss.osgi</groupId>
-      <artifactId>jboss-osgi-spi</artifactId>
-      <version>${version.jboss.osgi.spi}</version>
-    </dependency>
-    <dependency>
-      <groupId>org.jboss.osgi.deployment</groupId>
-      <artifactId>jboss-osgi-deployment</artifactId>
-      <version>${version.jboss.osgi.deployment}</version>
-    </dependency>
-    <dependency>
-      <groupId>org.jboss.deployers</groupId>
-      <artifactId>jboss-deployers-vfs</artifactId>
-      <version>${version.jboss.deployers}</version>
-    </dependency>
-
-    <!-- OSGi Dependencies -->
-    <dependency>
-      <groupId>org.osgi</groupId>
-      <artifactId>org.osgi.core</artifactId>
-      <version>${version.osgi}</version>
-    </dependency>
-    <dependency>
-      <groupId>org.osgi</groupId>
-      <artifactId>org.osgi.compendium</artifactId>
-      <version>${version.osgi}</version>
-    </dependency>
-  </dependencies>
-  </dependencyManagement>
-
-</project>

Copied: projects/jboss-osgi/projects/runtime/deployers/tags/jboss-osgi-deployers-1.0.7/pom.xml (from rev 103830, projects/jboss-osgi/projects/runtime/deployers/trunk/pom.xml)
===================================================================
--- projects/jboss-osgi/projects/runtime/deployers/tags/jboss-osgi-deployers-1.0.7/pom.xml	                        (rev 0)
+++ projects/jboss-osgi/projects/runtime/deployers/tags/jboss-osgi-deployers-1.0.7/pom.xml	2010-04-12 14:21:40 UTC (rev 103831)
@@ -0,0 +1,85 @@
+<?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 Deployers</name>
+
+  <groupId>org.jboss.osgi.deployers</groupId>
+  <artifactId>jboss-osgi-deployers</artifactId>
+  <packaging>pom</packaging>
+
+  <version>1.0.7</version>
+
+  <!-- Parent -->
+  <parent>
+    <groupId>org.jboss.osgi</groupId>
+    <artifactId>jboss-osgi-parent</artifactId>
+    <version>1.0.5</version>
+  </parent>
+
+  <!-- Properties -->
+  <properties>
+    <version.jboss.osgi.deployment>1.0.2</version.jboss.osgi.deployment>
+    <version.jboss.osgi.spi>1.0.6</version.jboss.osgi.spi>
+    <version.osgi>4.2.0</version.osgi>
+  </properties>
+
+  <!-- Subversion -->
+  <scm>
+    <connection>scm:svn:http://anonsvn.jboss.org/repos/jbossas/projects/jboss-osgi/projects/runtime/deployers/tags/jboss-osgi-deployers-1.0.7</connection>
+    <developerConnection>scm:svn:https://svn.jboss.org/repos/jbossas/projects/jboss-osgi/projects/runtime/deployers/tags/jboss-osgi-deployers-1.0.7</developerConnection>
+    <url>http://fisheye.jboss.com/qsearch/JBossOSGi/tags/jboss-osgi-deployers-1.0.7</url>
+  </scm>
+
+  <!-- Modules -->
+  <modules>
+    <module>vfs21</module>
+    <module>vfs30</module>
+  </modules>
+
+  <!-- Dependencies -->
+  <dependencyManagement>
+  <dependencies>
+    <dependency>
+      <groupId>org.jboss.osgi</groupId>
+      <artifactId>jboss-osgi-spi</artifactId>
+      <version>${version.jboss.osgi.spi}</version>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.osgi.deployment</groupId>
+      <artifactId>jboss-osgi-deployment</artifactId>
+      <version>${version.jboss.osgi.deployment}</version>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.deployers</groupId>
+      <artifactId>jboss-deployers-vfs</artifactId>
+      <version>${version.jboss.deployers}</version>
+    </dependency>
+
+    <!-- OSGi Dependencies -->
+    <dependency>
+      <groupId>org.osgi</groupId>
+      <artifactId>org.osgi.core</artifactId>
+      <version>${version.osgi}</version>
+    </dependency>
+    <dependency>
+      <groupId>org.osgi</groupId>
+      <artifactId>org.osgi.compendium</artifactId>
+      <version>${version.osgi}</version>
+    </dependency>
+  </dependencies>
+  </dependencyManagement>
+
+</project>

Deleted: projects/jboss-osgi/projects/runtime/deployers/tags/jboss-osgi-deployers-1.0.7/vfs21/pom.xml
===================================================================
--- projects/jboss-osgi/projects/runtime/deployers/trunk/vfs21/pom.xml	2010-04-12 14:12:27 UTC (rev 103829)
+++ projects/jboss-osgi/projects/runtime/deployers/tags/jboss-osgi-deployers-1.0.7/vfs21/pom.xml	2010-04-12 14:21:40 UTC (rev 103831)
@@ -1,63 +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 Deployers - VFS21</name>
-
-  <groupId>org.jboss.osgi.deployers</groupId>
-  <artifactId>jboss-osgi-deployers-vfs21</artifactId>
-  <packaging>jar</packaging>
-
-  <!-- Parent -->
-  <parent>
-    <groupId>org.jboss.osgi.deployers</groupId>
-    <artifactId>jboss-osgi-deployers</artifactId>
-    <version>1.0.7-SNAPSHOT</version>
-  </parent>
-
-  <properties>
-    <version.jboss.deployers>2.2.0.Alpha1</version.jboss.deployers>
-  </properties>
-
-  <!-- Dependencies -->
-  <dependencies>
-    <dependency>
-      <groupId>org.jboss.osgi</groupId>
-      <artifactId>jboss-osgi-spi</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.jboss.osgi.deployment</groupId>
-      <artifactId>jboss-osgi-deployment</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.jboss.deployers</groupId>
-      <artifactId>jboss-deployers-vfs</artifactId>
-      <version>${version.jboss.deployers}</version>
-    </dependency>
-
-    <!-- OSGi Dependencies -->
-    <dependency>
-      <groupId>org.osgi</groupId>
-      <artifactId>org.osgi.core</artifactId>
-      <scope>provided</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.osgi</groupId>
-      <artifactId>org.osgi.compendium</artifactId>
-      <scope>provided</scope>
-    </dependency>
-  </dependencies>
-
-</project>

Copied: projects/jboss-osgi/projects/runtime/deployers/tags/jboss-osgi-deployers-1.0.7/vfs21/pom.xml (from rev 103830, projects/jboss-osgi/projects/runtime/deployers/trunk/vfs21/pom.xml)
===================================================================
--- projects/jboss-osgi/projects/runtime/deployers/tags/jboss-osgi-deployers-1.0.7/vfs21/pom.xml	                        (rev 0)
+++ projects/jboss-osgi/projects/runtime/deployers/tags/jboss-osgi-deployers-1.0.7/vfs21/pom.xml	2010-04-12 14:21:40 UTC (rev 103831)
@@ -0,0 +1,63 @@
+<?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 Deployers - VFS21</name>
+
+  <groupId>org.jboss.osgi.deployers</groupId>
+  <artifactId>jboss-osgi-deployers-vfs21</artifactId>
+  <packaging>jar</packaging>
+
+  <!-- Parent -->
+  <parent>
+    <groupId>org.jboss.osgi.deployers</groupId>
+    <artifactId>jboss-osgi-deployers</artifactId>
+    <version>1.0.7</version>
+  </parent>
+
+  <properties>
+    <version.jboss.deployers>2.2.0.Alpha1</version.jboss.deployers>
+  </properties>
+
+  <!-- Dependencies -->
+  <dependencies>
+    <dependency>
+      <groupId>org.jboss.osgi</groupId>
+      <artifactId>jboss-osgi-spi</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.osgi.deployment</groupId>
+      <artifactId>jboss-osgi-deployment</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.deployers</groupId>
+      <artifactId>jboss-deployers-vfs</artifactId>
+      <version>${version.jboss.deployers}</version>
+    </dependency>
+
+    <!-- OSGi Dependencies -->
+    <dependency>
+      <groupId>org.osgi</groupId>
+      <artifactId>org.osgi.core</artifactId>
+      <scope>provided</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.osgi</groupId>
+      <artifactId>org.osgi.compendium</artifactId>
+      <scope>provided</scope>
+    </dependency>
+  </dependencies>
+
+</project>

Deleted: projects/jboss-osgi/projects/runtime/deployers/tags/jboss-osgi-deployers-1.0.7/vfs30/pom.xml
===================================================================
--- projects/jboss-osgi/projects/runtime/deployers/trunk/vfs30/pom.xml	2010-04-12 14:12:27 UTC (rev 103829)
+++ projects/jboss-osgi/projects/runtime/deployers/tags/jboss-osgi-deployers-1.0.7/vfs30/pom.xml	2010-04-12 14:21:40 UTC (rev 103831)
@@ -1,63 +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 Deployers - VFS30</name>
-
-  <groupId>org.jboss.osgi.deployers</groupId>
-  <artifactId>jboss-osgi-deployers-vfs30</artifactId>
-  <packaging>jar</packaging>
-
-  <!-- Parent -->
-  <parent>
-    <groupId>org.jboss.osgi.deployers</groupId>
-    <artifactId>jboss-osgi-deployers</artifactId>
-    <version>1.0.7-SNAPSHOT</version>
-  </parent>
-
-  <properties>
-    <version.jboss.deployers>2.2.0.Alpha4</version.jboss.deployers>
-  </properties>
-
-  <!-- Dependencies -->
-  <dependencies>
-    <dependency>
-      <groupId>org.jboss.osgi</groupId>
-      <artifactId>jboss-osgi-spi</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.jboss.osgi.deployment</groupId>
-      <artifactId>jboss-osgi-deployment</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.jboss.deployers</groupId>
-      <artifactId>jboss-deployers-vfs</artifactId>
-      <version>${version.jboss.deployers}</version>
-    </dependency>
-
-    <!-- OSGi Dependencies -->
-    <dependency>
-      <groupId>org.osgi</groupId>
-      <artifactId>org.osgi.core</artifactId>
-      <scope>provided</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.osgi</groupId>
-      <artifactId>org.osgi.compendium</artifactId>
-      <scope>provided</scope>
-    </dependency>
-  </dependencies>
-
-</project>

Copied: projects/jboss-osgi/projects/runtime/deployers/tags/jboss-osgi-deployers-1.0.7/vfs30/pom.xml (from rev 103830, projects/jboss-osgi/projects/runtime/deployers/trunk/vfs30/pom.xml)
===================================================================
--- projects/jboss-osgi/projects/runtime/deployers/tags/jboss-osgi-deployers-1.0.7/vfs30/pom.xml	                        (rev 0)
+++ projects/jboss-osgi/projects/runtime/deployers/tags/jboss-osgi-deployers-1.0.7/vfs30/pom.xml	2010-04-12 14:21:40 UTC (rev 103831)
@@ -0,0 +1,63 @@
+<?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 Deployers - VFS30</name>
+
+  <groupId>org.jboss.osgi.deployers</groupId>
+  <artifactId>jboss-osgi-deployers-vfs30</artifactId>
+  <packaging>jar</packaging>
+
+  <!-- Parent -->
+  <parent>
+    <groupId>org.jboss.osgi.deployers</groupId>
+    <artifactId>jboss-osgi-deployers</artifactId>
+    <version>1.0.7</version>
+  </parent>
+
+  <properties>
+    <version.jboss.deployers>2.2.0.Alpha4</version.jboss.deployers>
+  </properties>
+
+  <!-- Dependencies -->
+  <dependencies>
+    <dependency>
+      <groupId>org.jboss.osgi</groupId>
+      <artifactId>jboss-osgi-spi</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.osgi.deployment</groupId>
+      <artifactId>jboss-osgi-deployment</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.deployers</groupId>
+      <artifactId>jboss-deployers-vfs</artifactId>
+      <version>${version.jboss.deployers}</version>
+    </dependency>
+
+    <!-- OSGi Dependencies -->
+    <dependency>
+      <groupId>org.osgi</groupId>
+      <artifactId>org.osgi.core</artifactId>
+      <scope>provided</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.osgi</groupId>
+      <artifactId>org.osgi.compendium</artifactId>
+      <scope>provided</scope>
+    </dependency>
+  </dependencies>
+
+</project>



More information about the jboss-osgi-commits mailing list