[jboss-osgi-commits] JBoss-OSGI SVN: r93894 - in projects/jboss-osgi/projects/runtime/equinox/tags: jboss-osgi-runtime-equinox-3.5 and 1 other directory.

jboss-osgi-commits at lists.jboss.org jboss-osgi-commits at lists.jboss.org
Mon Sep 21 19:38:20 EDT 2009


Author: thomas.diesler at jboss.com
Date: 2009-09-21 19:38:20 -0400 (Mon, 21 Sep 2009)
New Revision: 93894

Added:
   projects/jboss-osgi/projects/runtime/equinox/tags/jboss-osgi-runtime-equinox-3.5/
   projects/jboss-osgi/projects/runtime/equinox/tags/jboss-osgi-runtime-equinox-3.5/pom.xml
Removed:
   projects/jboss-osgi/projects/runtime/equinox/tags/jboss-osgi-runtime-equinox-3.5/pom.xml
Log:
[maven-release-plugin]  copy for tag jboss-osgi-runtime-equinox-3.5

Copied: projects/jboss-osgi/projects/runtime/equinox/tags/jboss-osgi-runtime-equinox-3.5 (from rev 93891, projects/jboss-osgi/projects/runtime/equinox/trunk)


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

Name: svn:mergeinfo
   + 

Deleted: projects/jboss-osgi/projects/runtime/equinox/tags/jboss-osgi-runtime-equinox-3.5/pom.xml
===================================================================
--- projects/jboss-osgi/projects/runtime/equinox/trunk/pom.xml	2009-09-21 23:34:10 UTC (rev 93891)
+++ projects/jboss-osgi/projects/runtime/equinox/tags/jboss-osgi-runtime-equinox-3.5/pom.xml	2009-09-21 23:38:20 UTC (rev 93894)
@@ -1,73 +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 - Equinox</name>
-
-  <groupId>org.jboss.osgi.runtime</groupId>
-  <artifactId>jboss-osgi-runtime-equinox</artifactId>
-  <packaging>jar</packaging>
-
-  <version>3.5-SNAPSHOT</version>
-  
-  <!-- Parent -->
-  <parent>
-    <groupId>org.jboss.osgi</groupId>
-    <artifactId>jboss-osgi-parent</artifactId>
-    <version>1.0.1</version>
-  </parent>
-
-  <!-- Properties -->
-  <properties>
-    <version.eclipse.equinox>3.5</version.eclipse.equinox>
-    <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.eclipse.equinox</groupId>
-      <artifactId>org.eclipse.osgi</artifactId>
-      <version>${version.eclipse.equinox}</version>
-    </dependency>
-    <dependency>
-      <groupId>org.eclipse.equinox</groupId>
-      <artifactId>org.eclipse.osgi.services</artifactId>
-      <version>${version.eclipse.equinox}</version>
-    </dependency>
-  </dependencies>
-
-  <!-- Build -->
-  <build>
-    <testResources>
-      <testResource>
-        <directory>src/test/resources</directory>
-        <filtering>true</filtering>
-      </testResource>
-    </testResources>
-    <plugins>
-    </plugins>
-  </build>
-
-  <!-- Profiles -->
-  <profiles>
-  </profiles>
-
-</project>

Copied: projects/jboss-osgi/projects/runtime/equinox/tags/jboss-osgi-runtime-equinox-3.5/pom.xml (from rev 93893, projects/jboss-osgi/projects/runtime/equinox/trunk/pom.xml)
===================================================================
--- projects/jboss-osgi/projects/runtime/equinox/tags/jboss-osgi-runtime-equinox-3.5/pom.xml	                        (rev 0)
+++ projects/jboss-osgi/projects/runtime/equinox/tags/jboss-osgi-runtime-equinox-3.5/pom.xml	2009-09-21 23:38:20 UTC (rev 93894)
@@ -0,0 +1,76 @@
+<?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 - Equinox</name>
+
+  <groupId>org.jboss.osgi.runtime</groupId>
+  <artifactId>jboss-osgi-runtime-equinox</artifactId>
+  <packaging>jar</packaging>
+
+  <version>3.5</version>
+  
+  <!-- Parent -->
+  <parent>
+    <groupId>org.jboss.osgi</groupId>
+    <artifactId>jboss-osgi-parent</artifactId>
+    <version>1.0.2</version>
+  </parent>
+
+  <!-- Properties -->
+  <properties>
+    <version.eclipse.equinox>3.5</version.eclipse.equinox>
+    <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.eclipse.equinox</groupId>
+      <artifactId>org.eclipse.osgi</artifactId>
+      <version>${version.eclipse.equinox}</version>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.equinox</groupId>
+      <artifactId>org.eclipse.osgi.services</artifactId>
+      <version>${version.eclipse.equinox}</version>
+    </dependency>
+  </dependencies>
+
+  <!-- Build -->
+  <build>
+    <testResources>
+      <testResource>
+        <directory>src/test/resources</directory>
+        <filtering>true</filtering>
+      </testResource>
+    </testResources>
+    <plugins>
+    </plugins>
+  </build>
+
+  <!-- Subversion -->
+  <scm>
+    <connection>scm:svn:http://anonsvn.jboss.org/repos/jbossas/projects/jboss-osgi/projects/runtime/equinox/tags/jboss-osgi-runtime-equinox-3.5</connection>
+    <developerConnection>scm:svn:https://svn.jboss.org/repos/jbossas/projects/jboss-osgi/projects/runtime/equinox/tags/jboss-osgi-runtime-equinox-3.5</developerConnection>
+    <url>http://fisheye.jboss.com/qsearch/JBossOSGi/projects/runtime/equinox/tags/jboss-osgi-runtime-equinox-3.5</url>
+  </scm>
+
+</project>



More information about the jboss-osgi-commits mailing list