[jboss-osgi-commits] JBoss-OSGI SVN: r103156 - in projects/jboss-osgi/projects/bundles/jndi/tags: jboss-osgi-jndi-parent-1.0.3 and 2 other directories.

jboss-osgi-commits at lists.jboss.org jboss-osgi-commits at lists.jboss.org
Mon Mar 29 11:02:21 EDT 2010


Author: thomas.diesler at jboss.com
Date: 2010-03-29 11:02:19 -0400 (Mon, 29 Mar 2010)
New Revision: 103156

Added:
   projects/jboss-osgi/projects/bundles/jndi/tags/jboss-osgi-jndi-parent-1.0.3/
   projects/jboss-osgi/projects/bundles/jndi/tags/jboss-osgi-jndi-parent-1.0.3/jndi-api/pom.xml
   projects/jboss-osgi/projects/bundles/jndi/tags/jboss-osgi-jndi-parent-1.0.3/jndi-bundle/pom.xml
   projects/jboss-osgi/projects/bundles/jndi/tags/jboss-osgi-jndi-parent-1.0.3/pom.xml
Removed:
   projects/jboss-osgi/projects/bundles/jndi/tags/jboss-osgi-jndi-parent-1.0.3/jndi-api/pom.xml
   projects/jboss-osgi/projects/bundles/jndi/tags/jboss-osgi-jndi-parent-1.0.3/jndi-bundle/pom.xml
   projects/jboss-osgi/projects/bundles/jndi/tags/jboss-osgi-jndi-parent-1.0.3/pom.xml
Log:
[maven-release-plugin]  copy for tag jboss-osgi-jndi-parent-1.0.3

Copied: projects/jboss-osgi/projects/bundles/jndi/tags/jboss-osgi-jndi-parent-1.0.3 (from rev 103102, projects/jboss-osgi/projects/bundles/jndi/trunk)


Property changes on: projects/jboss-osgi/projects/bundles/jndi/tags/jboss-osgi-jndi-parent-1.0.3
___________________________________________________________________
Name: svn:ignore
   + target
felix-cache

Name: svn:mergeinfo
   + 

Deleted: projects/jboss-osgi/projects/bundles/jndi/tags/jboss-osgi-jndi-parent-1.0.3/jndi-api/pom.xml
===================================================================
--- projects/jboss-osgi/projects/bundles/jndi/trunk/jndi-api/pom.xml	2010-03-29 10:00:49 UTC (rev 103102)
+++ projects/jboss-osgi/projects/bundles/jndi/tags/jboss-osgi-jndi-parent-1.0.3/jndi-api/pom.xml	2010-03-29 15:02:19 UTC (rev 103156)
@@ -1,46 +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 - JNDI API</name>
-  <description>The JBossOSGi Naming Service</description>
-
-  <groupId>org.jboss.osgi.jndi</groupId>
-  <artifactId>jboss-osgi-jndi-api</artifactId>
-  <packaging>jar</packaging>
-
-  <!-- Parent -->
-  <parent>
-    <groupId>org.jboss.osgi.jndi</groupId>
-    <artifactId>jboss-osgi-jndi-parent</artifactId>
-  <version>1.0.3-SNAPSHOT</version>
-  </parent>
-
-  <!-- Dependencies -->
-  <dependencies>
-    <dependency>
-      <groupId>org.jboss.osgi</groupId>
-      <artifactId>jboss-osgi-spi</artifactId>
-    </dependency>
-    
-    <!-- OSGi Dependencies -->    
-    <dependency>
-      <groupId>org.osgi</groupId>
-      <artifactId>org.osgi.core</artifactId>
-      <scope>provided</scope>
-    </dependency>
-  </dependencies>
-
-</project>

Copied: projects/jboss-osgi/projects/bundles/jndi/tags/jboss-osgi-jndi-parent-1.0.3/jndi-api/pom.xml (from rev 103155, projects/jboss-osgi/projects/bundles/jndi/trunk/jndi-api/pom.xml)
===================================================================
--- projects/jboss-osgi/projects/bundles/jndi/tags/jboss-osgi-jndi-parent-1.0.3/jndi-api/pom.xml	                        (rev 0)
+++ projects/jboss-osgi/projects/bundles/jndi/tags/jboss-osgi-jndi-parent-1.0.3/jndi-api/pom.xml	2010-03-29 15:02:19 UTC (rev 103156)
@@ -0,0 +1,46 @@
+<?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 - JNDI API</name>
+  <description>The JBossOSGi Naming Service</description>
+
+  <groupId>org.jboss.osgi.jndi</groupId>
+  <artifactId>jboss-osgi-jndi-api</artifactId>
+  <packaging>jar</packaging>
+
+  <!-- Parent -->
+  <parent>
+    <groupId>org.jboss.osgi.jndi</groupId>
+    <artifactId>jboss-osgi-jndi-parent</artifactId>
+  <version>1.0.3</version>
+  </parent>
+
+  <!-- Dependencies -->
+  <dependencies>
+    <dependency>
+      <groupId>org.jboss.osgi</groupId>
+      <artifactId>jboss-osgi-spi</artifactId>
+    </dependency>
+    
+    <!-- OSGi Dependencies -->    
+    <dependency>
+      <groupId>org.osgi</groupId>
+      <artifactId>org.osgi.core</artifactId>
+      <scope>provided</scope>
+    </dependency>
+  </dependencies>
+
+</project>

Deleted: projects/jboss-osgi/projects/bundles/jndi/tags/jboss-osgi-jndi-parent-1.0.3/jndi-bundle/pom.xml
===================================================================
--- projects/jboss-osgi/projects/bundles/jndi/trunk/jndi-bundle/pom.xml	2010-03-29 10:00:49 UTC (rev 103102)
+++ projects/jboss-osgi/projects/bundles/jndi/tags/jboss-osgi-jndi-parent-1.0.3/jndi-bundle/pom.xml	2010-03-29 15:02:19 UTC (rev 103156)
@@ -1,99 +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 - JNDI Bundle</name>
-  <description>The JBossOSGi Naming Service</description>
-
-  <groupId>org.jboss.osgi.jndi</groupId>
-  <artifactId>jboss-osgi-jndi</artifactId>
-  <packaging>bundle</packaging>
-
-  <!-- Parent -->
-  <parent>
-    <groupId>org.jboss.osgi.jndi</groupId>
-    <artifactId>jboss-osgi-jndi-parent</artifactId>
-  <version>1.0.3-SNAPSHOT</version>
-  </parent>
-
-  <!-- Dependencies -->
-  <dependencies>
-    <dependency>
-      <groupId>org.jboss.osgi.jndi</groupId>
-      <artifactId>jboss-osgi-jndi-api</artifactId>
-      <version>${version}</version>
-    </dependency>
-    <dependency>
-      <groupId>org.jboss.naming</groupId>
-      <artifactId>jnpserver</artifactId>
-    </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>
-
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.felix</groupId>
-        <artifactId>maven-bundle-plugin</artifactId>
-        <extensions>true</extensions>
-        <configuration>
-          <instructions>
-            <Bundle-SymbolicName>${artifactId}</Bundle-SymbolicName>
-            <Bundle-Activator>org.jboss.osgi.jndi.internal.JNDIServiceActivator</Bundle-Activator>
-            <Import-Package>
-            
-              <!-- system -->
-              javax.naming*, 
-              javax.net,
-               
-              <!-- jboss --> 
-              org.jboss.logging;version="[2.1,3.0)", 
-              org.jboss.net.sockets;version="[2.2,3.0)", 
-              org.jboss.util.naming;version="[2.2,3.0)", 
-              org.jboss.util.threadpool;version="[2.2,3.0)",
-              org.jnp.interfaces;version="[5.0,6.0)",
-               
-              <!-- jboss-osgi --> 
-              org.jboss.osgi.jndi;version="[1.0,2.0)",
-              org.jboss.osgi.spi*;version="[1.0,2.0)",
-              
-              <!-- osgi --> 
-              org.osgi.framework;version="[1.5,2.0)",
-            </Import-Package>
-            <Embed-Dependency>
-              jnpserver;inline=false,
-              jboss-osgi-jndi-api;inline=false
-            </Embed-Dependency>
-            <_exportcontents>
-              org.jnp.interfaces;version=5.0.1,
-              org.jboss.osgi.jndi;version=${version}
-            </_exportcontents>
-          </instructions>
-        </configuration>
-      </plugin>
-    </plugins>
-  </build>
-</project>

Copied: projects/jboss-osgi/projects/bundles/jndi/tags/jboss-osgi-jndi-parent-1.0.3/jndi-bundle/pom.xml (from rev 103155, projects/jboss-osgi/projects/bundles/jndi/trunk/jndi-bundle/pom.xml)
===================================================================
--- projects/jboss-osgi/projects/bundles/jndi/tags/jboss-osgi-jndi-parent-1.0.3/jndi-bundle/pom.xml	                        (rev 0)
+++ projects/jboss-osgi/projects/bundles/jndi/tags/jboss-osgi-jndi-parent-1.0.3/jndi-bundle/pom.xml	2010-03-29 15:02:19 UTC (rev 103156)
@@ -0,0 +1,99 @@
+<?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 - JNDI Bundle</name>
+  <description>The JBossOSGi Naming Service</description>
+
+  <groupId>org.jboss.osgi.jndi</groupId>
+  <artifactId>jboss-osgi-jndi</artifactId>
+  <packaging>bundle</packaging>
+
+  <!-- Parent -->
+  <parent>
+    <groupId>org.jboss.osgi.jndi</groupId>
+    <artifactId>jboss-osgi-jndi-parent</artifactId>
+  <version>1.0.3</version>
+  </parent>
+
+  <!-- Dependencies -->
+  <dependencies>
+    <dependency>
+      <groupId>org.jboss.osgi.jndi</groupId>
+      <artifactId>jboss-osgi-jndi-api</artifactId>
+      <version>${version}</version>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.naming</groupId>
+      <artifactId>jnpserver</artifactId>
+    </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>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.felix</groupId>
+        <artifactId>maven-bundle-plugin</artifactId>
+        <extensions>true</extensions>
+        <configuration>
+          <instructions>
+            <Bundle-SymbolicName>${artifactId}</Bundle-SymbolicName>
+            <Bundle-Activator>org.jboss.osgi.jndi.internal.JNDIServiceActivator</Bundle-Activator>
+            <Import-Package>
+            
+              <!-- system -->
+              javax.naming*, 
+              javax.net,
+               
+              <!-- jboss --> 
+              org.jboss.logging;version="[2.1,3.0)", 
+              org.jboss.net.sockets;version="[2.2,3.0)", 
+              org.jboss.util.naming;version="[2.2,3.0)", 
+              org.jboss.util.threadpool;version="[2.2,3.0)",
+              org.jnp.interfaces;version="[5.0,6.0)",
+               
+              <!-- jboss-osgi --> 
+              org.jboss.osgi.jndi;version="[1.0,2.0)",
+              org.jboss.osgi.spi*;version="[1.0,2.0)",
+              
+              <!-- osgi --> 
+              org.osgi.framework;version="[1.5,2.0)",
+            </Import-Package>
+            <Embed-Dependency>
+              jnpserver;inline=false,
+              jboss-osgi-jndi-api;inline=false
+            </Embed-Dependency>
+            <_exportcontents>
+              org.jnp.interfaces;version=5.0.1,
+              org.jboss.osgi.jndi;version=${version}
+            </_exportcontents>
+          </instructions>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+</project>

Deleted: projects/jboss-osgi/projects/bundles/jndi/tags/jboss-osgi-jndi-parent-1.0.3/pom.xml
===================================================================
--- projects/jboss-osgi/projects/bundles/jndi/trunk/pom.xml	2010-03-29 10:00:49 UTC (rev 103102)
+++ projects/jboss-osgi/projects/bundles/jndi/tags/jboss-osgi-jndi-parent-1.0.3/pom.xml	2010-03-29 15:02:19 UTC (rev 103156)
@@ -1,89 +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 - JNDI</name>
-  <description>The JBossOSGi Naming Service</description>
-
-  <groupId>org.jboss.osgi.jndi</groupId>
-  <artifactId>jboss-osgi-jndi-parent</artifactId>
-  <packaging>pom</packaging>
-
-  <version>1.0.3-SNAPSHOT</version>
-  
-  <!-- Parent -->
-  <parent>
-    <groupId>org.jboss.osgi</groupId>
-    <artifactId>jboss-osgi-parent</artifactId>
-    <version>1.0.5-SNAPSHOT</version>
-  </parent>
-
-  <!-- Subversion -->
-  <scm>
-    <connection>scm:svn:http://anonsvn.jboss.org/repos/jbossas/projects/jboss-osgi/projects/bundles/jndi/trunk</connection>
-    <developerConnection>scm:svn:https://svn.jboss.org/repos/jbossas/projects/jboss-osgi/projects/bundles/jndi/trunk</developerConnection>
-    <url>http://fisheye.jboss.com/qsearch/JBossOSGi/projects/bundles/jndi/trunk</url>
-  </scm>
-  
-  <!-- Modules -->
-  <modules>
-    <module>jndi-api</module>
-    <module>jndi-bundle</module>
-  </modules>
-  
-  <!-- Properties -->
-  <properties>
-    <version.jboss.naming>5.0.1.GA</version.jboss.naming>
-    <version.jboss.osgi.common>1.0.3</version.jboss.osgi.common>
-    <version.jboss.osgi.spi>1.0.5-SNAPSHOT</version.jboss.osgi.spi>
-    <version.osgi>4.2.0</version.osgi>
-  </properties>
-
-  <!-- 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.bundles</groupId>
-        <artifactId>jboss-osgi-common</artifactId>
-        <version>${version.jboss.osgi.common}</version>
-      </dependency>
-      
-      <!-- Provided Dependencies -->
-      <dependency>
-        <groupId>org.jboss.naming</groupId>
-        <artifactId>jnpserver</artifactId>
-        <version>${version.jboss.naming}</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/bundles/jndi/tags/jboss-osgi-jndi-parent-1.0.3/pom.xml (from rev 103155, projects/jboss-osgi/projects/bundles/jndi/trunk/pom.xml)
===================================================================
--- projects/jboss-osgi/projects/bundles/jndi/tags/jboss-osgi-jndi-parent-1.0.3/pom.xml	                        (rev 0)
+++ projects/jboss-osgi/projects/bundles/jndi/tags/jboss-osgi-jndi-parent-1.0.3/pom.xml	2010-03-29 15:02:19 UTC (rev 103156)
@@ -0,0 +1,89 @@
+<?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 - JNDI</name>
+  <description>The JBossOSGi Naming Service</description>
+
+  <groupId>org.jboss.osgi.jndi</groupId>
+  <artifactId>jboss-osgi-jndi-parent</artifactId>
+  <packaging>pom</packaging>
+
+  <version>1.0.3</version>
+  
+  <!-- Parent -->
+  <parent>
+    <groupId>org.jboss.osgi</groupId>
+    <artifactId>jboss-osgi-parent</artifactId>
+    <version>1.0.5</version>
+  </parent>
+
+  <!-- Subversion -->
+  <scm>
+    <connection>scm:svn:http://anonsvn.jboss.org/repos/jbossas/projects/jboss-osgi/projects/bundles/jndi/tags/jboss-osgi-jndi-parent-1.0.3</connection>
+    <developerConnection>scm:svn:https://svn.jboss.org/repos/jbossas/projects/jboss-osgi/projects/bundles/jndi/tags/jboss-osgi-jndi-parent-1.0.3</developerConnection>
+    <url>http://fisheye.jboss.com/qsearch/JBossOSGi/projects/bundles/jndi/tags/jboss-osgi-jndi-parent-1.0.3</url>
+  </scm>
+  
+  <!-- Modules -->
+  <modules>
+    <module>jndi-api</module>
+    <module>jndi-bundle</module>
+  </modules>
+  
+  <!-- Properties -->
+  <properties>
+    <version.jboss.naming>5.0.1.GA</version.jboss.naming>
+    <version.jboss.osgi.common>1.0.3</version.jboss.osgi.common>
+    <version.jboss.osgi.spi>1.0.5</version.jboss.osgi.spi>
+    <version.osgi>4.2.0</version.osgi>
+  </properties>
+
+  <!-- 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.bundles</groupId>
+        <artifactId>jboss-osgi-common</artifactId>
+        <version>${version.jboss.osgi.common}</version>
+      </dependency>
+      
+      <!-- Provided Dependencies -->
+      <dependency>
+        <groupId>org.jboss.naming</groupId>
+        <artifactId>jnpserver</artifactId>
+        <version>${version.jboss.naming}</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>



More information about the jboss-osgi-commits mailing list