JBoss-OSGI SVN: r93902 - in projects/jboss-osgi/trunk: hudson/hudson-home/jobs/JBoss-6.0.0 and 1 other directories.
by jboss-osgi-commits@lists.jboss.org
Author: thomas.diesler(a)jboss.com
Date: 2009-09-21 19:53:35 -0400 (Mon, 21 Sep 2009)
New Revision: 93902
Modified:
projects/jboss-osgi/trunk/hudson/hudson-home/jobs/JBoss-6.0.0/config.xml
projects/jboss-osgi/trunk/pom.xml
projects/jboss-osgi/trunk/testsuite/functional/pom.xml
Log:
Update dependencies
Modified: projects/jboss-osgi/trunk/hudson/hudson-home/jobs/JBoss-6.0.0/config.xml
===================================================================
--- projects/jboss-osgi/trunk/hudson/hudson-home/jobs/JBoss-6.0.0/config.xml 2009-09-21 23:47:14 UTC (rev 93901)
+++ projects/jboss-osgi/trunk/hudson/hudson-home/jobs/JBoss-6.0.0/config.xml 2009-09-21 23:53:35 UTC (rev 93902)
@@ -48,7 +48,7 @@
# Build JBoss
#
cd jbossas
-./build.sh clean main
+mvn clean install
#
# Start JBossAS
Modified: projects/jboss-osgi/trunk/pom.xml
===================================================================
--- projects/jboss-osgi/trunk/pom.xml 2009-09-21 23:47:14 UTC (rev 93901)
+++ projects/jboss-osgi/trunk/pom.xml 2009-09-21 23:53:35 UTC (rev 93902)
@@ -37,29 +37,29 @@
<!-- Properties -->
<properties>
<version.apache.felix.configadmin>1.0.10</version.apache.felix.configadmin>
- <version.apache.felix.core>1.3.0-SNAPSHOT</version.apache.felix.core>
+ <version.apache.felix.core>1.4.0</version.apache.felix.core>
<version.apache.felix.http.jetty>1.0.1</version.apache.felix.http.jetty>
<version.apache.felix.log>1.1.0-SNAPSHOT</version.apache.felix.log>
<version.apache.felix.metatype>1.0.2</version.apache.felix.metatype>
<version.izpack>4.3.1</version.izpack>
- <version.jboss.osgi.apache.xerces>2.9.1-SNAPSHOT</version.jboss.osgi.apache.xerces>
+ <version.jboss.osgi.apache.xerces>2.9.1.SP2</version.jboss.osgi.apache.xerces>
<version.jboss.osgi.blueprint>1.0.0.Beta1</version.jboss.osgi.blueprint>
<version.jboss.osgi.common>1.0.1</version.jboss.osgi.common>
<version.jboss.osgi.common.core>2.2.13.GA</version.jboss.osgi.common.core>
- <version.jboss.osgi.hotdeploy>1.0.1-SNAPSHOT</version.jboss.osgi.hotdeploy>
+ <version.jboss.osgi.hotdeploy>1.0.1</version.jboss.osgi.hotdeploy>
<version.jboss.osgi.husky>1.0.0</version.jboss.osgi.husky>
- <version.jboss.osgi.jaxb>2.1.10-SNAPSHOT</version.jboss.osgi.jaxb>
- <version.jboss.osgi.jmx>1.0.1-SNAPSHOT</version.jboss.osgi.jmx>
- <version.jboss.osgi.jndi>1.0.1-SNAPSHOT</version.jboss.osgi.jndi>
- <version.jboss.osgi.microcontainer>1.0.1-SNAPSHOT</version.jboss.osgi.microcontainer>
- <version.jboss.osgi.runtime.deployers>1.0.1-SNAPSHOT</version.jboss.osgi.runtime.deployers>
- <version.jboss.osgi.runtime.equinox>3.5-SNAPSHOT</version.jboss.osgi.runtime.equinox>
- <version.jboss.osgi.runtime.felix>1.9.0-SNAPSHOT</version.jboss.osgi.runtime.felix>
- <version.jboss.osgi.runtime.jbossas>1.0.1-SNAPSHOT</version.jboss.osgi.runtime.jbossas>
- <version.jboss.osgi.runtime.jbossmc>1.0.0-SNAPSHOT</version.jboss.osgi.runtime.jbossmc>
+ <version.jboss.osgi.jaxb>2.1.10.SP2</version.jboss.osgi.jaxb>
+ <version.jboss.osgi.jmx>1.0.1</version.jboss.osgi.jmx>
+ <version.jboss.osgi.jndi>1.0.1</version.jboss.osgi.jndi>
+ <version.jboss.osgi.microcontainer>1.0.1</version.jboss.osgi.microcontainer>
+ <version.jboss.osgi.runtime.deployers>1.0.1</version.jboss.osgi.runtime.deployers>
+ <version.jboss.osgi.runtime.equinox>3.5</version.jboss.osgi.runtime.equinox>
+ <version.jboss.osgi.runtime.felix>2.0.0</version.jboss.osgi.runtime.felix>
+ <version.jboss.osgi.runtime.jbossas>1.0.1</version.jboss.osgi.runtime.jbossas>
+ <version.jboss.osgi.runtime.jbossmc>1.0.0.Beta2</version.jboss.osgi.runtime.jbossmc>
<version.jboss.osgi.spi>1.0.1</version.jboss.osgi.spi>
- <version.jboss.osgi.webconsole>1.0.1-SNAPSHOT</version.jboss.osgi.webconsole>
- <version.jboss.osgi.xml.binding>2.0.1-SNAPSHOT</version.jboss.osgi.xml.binding>
+ <version.jboss.osgi.webconsole>1.0.1</version.jboss.osgi.webconsole>
+ <version.jboss.osgi.xml.binding>2.0.1.SP1</version.jboss.osgi.xml.binding>
<version.osgi>r4v42</version.osgi>
</properties>
Modified: projects/jboss-osgi/trunk/testsuite/functional/pom.xml
===================================================================
--- projects/jboss-osgi/trunk/testsuite/functional/pom.xml 2009-09-21 23:47:14 UTC (rev 93901)
+++ projects/jboss-osgi/trunk/testsuite/functional/pom.xml 2009-09-21 23:53:35 UTC (rev 93902)
@@ -37,7 +37,7 @@
<!-- Properties -->
<properties>
- <version.jboss.microcontainer>2.0.9-SNAPSHOT</version.jboss.microcontainer>
+ <version.jboss.microcontainer>2.0.9.GA</version.jboss.microcontainer>
</properties>
<!-- Dependencies -->
16 years, 3 months
JBoss-OSGI SVN: r93900 - in projects/jboss-osgi/projects/bundles/webconsole/tags: jboss-osgi-webconsole-1.0.1 and 1 other directory.
by jboss-osgi-commits@lists.jboss.org
Author: thomas.diesler(a)jboss.com
Date: 2009-09-21 19:46:59 -0400 (Mon, 21 Sep 2009)
New Revision: 93900
Added:
projects/jboss-osgi/projects/bundles/webconsole/tags/jboss-osgi-webconsole-1.0.1/
projects/jboss-osgi/projects/bundles/webconsole/tags/jboss-osgi-webconsole-1.0.1/pom.xml
Removed:
projects/jboss-osgi/projects/bundles/webconsole/tags/jboss-osgi-webconsole-1.0.1/pom.xml
Log:
[maven-release-plugin] copy for tag jboss-osgi-webconsole-1.0.1
Copied: projects/jboss-osgi/projects/bundles/webconsole/tags/jboss-osgi-webconsole-1.0.1 (from rev 93898, projects/jboss-osgi/projects/bundles/webconsole/trunk)
Property changes on: projects/jboss-osgi/projects/bundles/webconsole/tags/jboss-osgi-webconsole-1.0.1
___________________________________________________________________
Name: svn:ignore
+ target
Name: svn:mergeinfo
+
Deleted: projects/jboss-osgi/projects/bundles/webconsole/tags/jboss-osgi-webconsole-1.0.1/pom.xml
===================================================================
--- projects/jboss-osgi/projects/bundles/webconsole/trunk/pom.xml 2009-09-21 23:42:59 UTC (rev 93898)
+++ projects/jboss-osgi/projects/bundles/webconsole/tags/jboss-osgi-webconsole-1.0.1/pom.xml 2009-09-21 23:46:59 UTC (rev 93900)
@@ -1,184 +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: pom.xml 91197 2009-07-14 09:48:24Z thomas.diesler(a)jboss.com $ -->
-
-<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 WebConsole</name>
- <description>The JBossOSGi Web Console</description>
-
- <groupId>org.jboss.osgi.bundles</groupId>
- <artifactId>jboss-osgi-webconsole</artifactId>
- <packaging>bundle</packaging>
-
- <version>1.0.1-SNAPSHOT</version>
-
- <!-- Parent -->
- <parent>
- <groupId>org.jboss.osgi</groupId>
- <artifactId>jboss-osgi-parent</artifactId>
- <version>1.0.2-SNAPSHOT</version>
- </parent>
-
- <!-- Properties -->
- <properties>
- <version.commons.fileupload>1.1.1</version.commons.fileupload>
- <version.commons.io>1.4</version.commons.io>
- <version.felix.bundlerepository>1.0.3</version.felix.bundlerepository>
- <version.felix.osgi.core>1.3.0-SNAPSHOT</version.felix.osgi.core>
- <version.felix.scr>1.0.0</version.felix.scr>
- <version.felix.webconsole>1.2.10</version.felix.webconsole>
- <version.javax.servlet>2.4</version.javax.servlet>
- <version.jboss.osgi.spi>1.0.1-SNAPSHOT</version.jboss.osgi.spi>
- <version.json>20070829</version.json>
- </properties>
-
- <!-- Dependencies -->
- <dependencies>
- <dependency>
- <groupId>org.jboss.osgi</groupId>
- <artifactId>jboss-osgi-spi</artifactId>
- <version>${version.jboss.osgi.spi}</version>
- <scope>provided</scope>
- </dependency>
- <dependency>
- <groupId>javax.servlet</groupId>
- <artifactId>servlet-api</artifactId>
- <version>${version.javax.servlet}</version>
- <scope>provided</scope>
- </dependency>
- <dependency>
- <groupId>commons-fileupload</groupId>
- <artifactId>commons-fileupload</artifactId>
- <version>${version.commons.fileupload}</version>
- <scope>provided</scope>
- <optional>true</optional>
- </dependency>
- <dependency>
- <groupId>commons-io</groupId>
- <artifactId>commons-io</artifactId>
- <version>${version.commons.io}</version>
- <scope>provided</scope>
- <optional>true</optional>
- </dependency>
- <dependency>
- <groupId>org.apache.felix</groupId>
- <artifactId>org.osgi.compendium</artifactId>
- <version>${version.felix.osgi.core}</version>
- <scope>provided</scope>
- </dependency>
- <dependency>
- <groupId>org.apache.felix</groupId>
- <artifactId>org.apache.felix.webconsole</artifactId>
- <version>${version.felix.webconsole}</version>
- <scope>provided</scope>
- </dependency>
-
- <dependency>
- <groupId>org.json</groupId>
- <artifactId>json</artifactId>
- <version>${version.json}</version>
- <scope>compile</scope>
- <optional>true</optional>
- </dependency>
-
- <dependency>
- <groupId>org.apache.felix</groupId>
- <artifactId>org.apache.felix.scr</artifactId>
- <version>${version.felix.scr}</version>
- <scope>provided</scope>
- </dependency>
-
- <dependency>
- <groupId>org.apache.felix</groupId>
- <artifactId>org.apache.felix.bundlerepository</artifactId>
- <version>${version.felix.bundlerepository}</version>
- <scope>compile</scope>
- <optional>true</optional>
- </dependency>
- </dependencies>
-
- <!-- Build -->
- <build>
- <plugins>
- <plugin>
- <artifactId>maven-compiler-plugin</artifactId>
- <configuration>
- <showDeprecation>false</showDeprecation>
- </configuration>
- </plugin>
- <plugin>
- <artifactId>maven-dependency-plugin</artifactId>
- <executions>
- <execution>
- <id>copy</id>
- <phase>process-resources</phase>
- <goals>
- <goal>unpack</goal>
- </goals>
- </execution>
- </executions>
- <configuration>
- <artifactItems>
- <artifactItem>
- <groupId>org.apache.felix</groupId>
- <artifactId>org.apache.felix.webconsole</artifactId>
- <type>jar</type>
- <outputDirectory>target/classes</outputDirectory>
- </artifactItem>
- </artifactItems>
- </configuration>
- </plugin>
- <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.webconsole.internal.WebConsoleActivator</Bundle-Activator>
- <Export-Package>
- org.apache.felix.webconsole;version=${version.felix.webconsole},
- org.osgi.service.obr
- </Export-Package>
- <Private-Package>
- !org.apache.felix.webconsole,
- org.apache.felix.webconsole.*,
- org.jboss.osgi.webconsole.internal*
- </Private-Package>
- <Import-Package>
- org.apache.felix.scr;
- org.apache.felix.shell;
- org.osgi.service.*;resolution:=optional,
- javax.portlet;resolution:=optional,*
- </Import-Package>
- <Embed-Dependency>
- <!-- Import/Export-Package parsing, OBR -->
- org.apache.felix.bundlerepository,
-
- <!-- Required for JSON data transfer -->
- json,
-
- <!-- File Upload functionality -->
- commons-fileupload,
-
- <!-- Required by FileUpload and Util -->
- commons-io
- </Embed-Dependency>
- </instructions>
- </configuration>
- </plugin>
- </plugins>
- </build>
-
-</project>
Copied: projects/jboss-osgi/projects/bundles/webconsole/tags/jboss-osgi-webconsole-1.0.1/pom.xml (from rev 93899, projects/jboss-osgi/projects/bundles/webconsole/trunk/pom.xml)
===================================================================
--- projects/jboss-osgi/projects/bundles/webconsole/tags/jboss-osgi-webconsole-1.0.1/pom.xml (rev 0)
+++ projects/jboss-osgi/projects/bundles/webconsole/tags/jboss-osgi-webconsole-1.0.1/pom.xml 2009-09-21 23:46:59 UTC (rev 93900)
@@ -0,0 +1,191 @@
+<?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: pom.xml 91197 2009-07-14 09:48:24Z thomas.diesler(a)jboss.com $ -->
+
+<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 WebConsole</name>
+ <description>The JBossOSGi Web Console</description>
+
+ <groupId>org.jboss.osgi.bundles</groupId>
+ <artifactId>jboss-osgi-webconsole</artifactId>
+ <packaging>bundle</packaging>
+
+ <version>1.0.1</version>
+
+ <!-- Parent -->
+ <parent>
+ <groupId>org.jboss.osgi</groupId>
+ <artifactId>jboss-osgi-parent</artifactId>
+ <version>1.0.2</version>
+ </parent>
+
+ <!-- Properties -->
+ <properties>
+ <version.commons.fileupload>1.1.1</version.commons.fileupload>
+ <version.commons.io>1.4</version.commons.io>
+ <version.felix.bundlerepository>1.0.3</version.felix.bundlerepository>
+ <version.felix.osgi.core>1.4.0</version.felix.osgi.core>
+ <version.felix.scr>1.0.0</version.felix.scr>
+ <version.felix.webconsole>1.2.10</version.felix.webconsole>
+ <version.javax.servlet>2.4</version.javax.servlet>
+ <version.jboss.osgi.spi>1.0.1</version.jboss.osgi.spi>
+ <version.json>20070829</version.json>
+ </properties>
+
+ <!-- Dependencies -->
+ <dependencies>
+ <dependency>
+ <groupId>org.jboss.osgi</groupId>
+ <artifactId>jboss-osgi-spi</artifactId>
+ <version>${version.jboss.osgi.spi}</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>javax.servlet</groupId>
+ <artifactId>servlet-api</artifactId>
+ <version>${version.javax.servlet}</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>commons-fileupload</groupId>
+ <artifactId>commons-fileupload</artifactId>
+ <version>${version.commons.fileupload}</version>
+ <scope>provided</scope>
+ <optional>true</optional>
+ </dependency>
+ <dependency>
+ <groupId>commons-io</groupId>
+ <artifactId>commons-io</artifactId>
+ <version>${version.commons.io}</version>
+ <scope>provided</scope>
+ <optional>true</optional>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.felix</groupId>
+ <artifactId>org.osgi.compendium</artifactId>
+ <version>${version.felix.osgi.core}</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.felix</groupId>
+ <artifactId>org.apache.felix.webconsole</artifactId>
+ <version>${version.felix.webconsole}</version>
+ <scope>provided</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>org.json</groupId>
+ <artifactId>json</artifactId>
+ <version>${version.json}</version>
+ <scope>compile</scope>
+ <optional>true</optional>
+ </dependency>
+
+ <dependency>
+ <groupId>org.apache.felix</groupId>
+ <artifactId>org.apache.felix.scr</artifactId>
+ <version>${version.felix.scr}</version>
+ <scope>provided</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>org.apache.felix</groupId>
+ <artifactId>org.apache.felix.bundlerepository</artifactId>
+ <version>${version.felix.bundlerepository}</version>
+ <scope>compile</scope>
+ <optional>true</optional>
+ </dependency>
+ </dependencies>
+
+ <!-- Build -->
+ <build>
+ <plugins>
+ <plugin>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <configuration>
+ <showDeprecation>false</showDeprecation>
+ </configuration>
+ </plugin>
+ <plugin>
+ <artifactId>maven-dependency-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>copy</id>
+ <phase>process-resources</phase>
+ <goals>
+ <goal>unpack</goal>
+ </goals>
+ </execution>
+ </executions>
+ <configuration>
+ <artifactItems>
+ <artifactItem>
+ <groupId>org.apache.felix</groupId>
+ <artifactId>org.apache.felix.webconsole</artifactId>
+ <type>jar</type>
+ <outputDirectory>target/classes</outputDirectory>
+ </artifactItem>
+ </artifactItems>
+ </configuration>
+ </plugin>
+ <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.webconsole.internal.WebConsoleActivator</Bundle-Activator>
+ <Export-Package>
+ org.apache.felix.webconsole;version=${version.felix.webconsole},
+ org.osgi.service.obr
+ </Export-Package>
+ <Private-Package>
+ !org.apache.felix.webconsole,
+ org.apache.felix.webconsole.*,
+ org.jboss.osgi.webconsole.internal*
+ </Private-Package>
+ <Import-Package>
+ org.apache.felix.scr;
+ org.apache.felix.shell;
+ org.osgi.service.*;resolution:=optional,
+ javax.portlet;resolution:=optional,*
+ </Import-Package>
+ <Embed-Dependency>
+ <!-- Import/Export-Package parsing, OBR -->
+ org.apache.felix.bundlerepository,
+
+ <!-- Required for JSON data transfer -->
+ json,
+
+ <!-- File Upload functionality -->
+ commons-fileupload,
+
+ <!-- Required by FileUpload and Util -->
+ commons-io
+ </Embed-Dependency>
+ </instructions>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+
+ <!-- Subversion -->
+ <scm>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/jbossas/projects/jboss-osgi/projec...</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/jbossas/projects/jboss-osgi/projects/...</developerConnection>
+ <url>http://fisheye.jboss.com/qsearch/JBossOSGi/projects/bundles/webconsole/ta...</url>
+ </scm>
+
+</project>
16 years, 3 months
JBoss-OSGI SVN: r93899 - projects/jboss-osgi/projects/bundles/webconsole/trunk.
by jboss-osgi-commits@lists.jboss.org
Author: thomas.diesler(a)jboss.com
Date: 2009-09-21 19:46:25 -0400 (Mon, 21 Sep 2009)
New Revision: 93899
Modified:
projects/jboss-osgi/projects/bundles/webconsole/trunk/pom.xml
Log:
[maven-release-plugin] prepare release jboss-osgi-webconsole-1.0.1
Modified: projects/jboss-osgi/projects/bundles/webconsole/trunk/pom.xml
===================================================================
--- projects/jboss-osgi/projects/bundles/webconsole/trunk/pom.xml 2009-09-21 23:42:59 UTC (rev 93898)
+++ projects/jboss-osgi/projects/bundles/webconsole/trunk/pom.xml 2009-09-21 23:46:25 UTC (rev 93899)
@@ -21,13 +21,13 @@
<artifactId>jboss-osgi-webconsole</artifactId>
<packaging>bundle</packaging>
- <version>1.0.1-SNAPSHOT</version>
+ <version>1.0.1</version>
<!-- Parent -->
<parent>
<groupId>org.jboss.osgi</groupId>
<artifactId>jboss-osgi-parent</artifactId>
- <version>1.0.2-SNAPSHOT</version>
+ <version>1.0.2</version>
</parent>
<!-- Properties -->
@@ -35,11 +35,11 @@
<version.commons.fileupload>1.1.1</version.commons.fileupload>
<version.commons.io>1.4</version.commons.io>
<version.felix.bundlerepository>1.0.3</version.felix.bundlerepository>
- <version.felix.osgi.core>1.3.0-SNAPSHOT</version.felix.osgi.core>
+ <version.felix.osgi.core>1.4.0</version.felix.osgi.core>
<version.felix.scr>1.0.0</version.felix.scr>
<version.felix.webconsole>1.2.10</version.felix.webconsole>
<version.javax.servlet>2.4</version.javax.servlet>
- <version.jboss.osgi.spi>1.0.1-SNAPSHOT</version.jboss.osgi.spi>
+ <version.jboss.osgi.spi>1.0.1</version.jboss.osgi.spi>
<version.json>20070829</version.json>
</properties>
@@ -181,4 +181,11 @@
</plugins>
</build>
+ <!-- Subversion -->
+ <scm>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/jbossas/projects/jboss-osgi/projec...</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/jbossas/projects/jboss-osgi/projects/...</developerConnection>
+ <url>http://fisheye.jboss.com/qsearch/JBossOSGi/projects/bundles/webconsole/ta...</url>
+ </scm>
+
</project>
16 years, 3 months
JBoss-OSGI SVN: r93897 - in projects/jboss-osgi/projects/runtime/felix/tags: jboss-osgi-runtime-felix-2.0.0 and 1 other directory.
by jboss-osgi-commits@lists.jboss.org
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/jboss-osgi/projec...</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/jbossas/projects/jboss-osgi/projects/...</developerConnection>
+ <url>http://fisheye.jboss.com/qsearch/JBossOSGi/projects/runtime/felix/tags/jb...</url>
+ </scm>
+
+</project>
16 years, 3 months
JBoss-OSGI SVN: r93896 - projects/jboss-osgi/projects/runtime/felix/trunk.
by jboss-osgi-commits@lists.jboss.org
Author: thomas.diesler(a)jboss.com
Date: 2009-09-21 19:42:13 -0400 (Mon, 21 Sep 2009)
New Revision: 93896
Modified:
projects/jboss-osgi/projects/runtime/felix/trunk/pom.xml
Log:
[maven-release-plugin] prepare release jboss-osgi-runtime-felix-2.0.0
Modified: projects/jboss-osgi/projects/runtime/felix/trunk/pom.xml
===================================================================
--- projects/jboss-osgi/projects/runtime/felix/trunk/pom.xml 2009-09-21 23:38:35 UTC (rev 93895)
+++ projects/jboss-osgi/projects/runtime/felix/trunk/pom.xml 2009-09-21 23:42:13 UTC (rev 93896)
@@ -20,18 +20,18 @@
<artifactId>jboss-osgi-runtime-felix</artifactId>
<packaging>jar</packaging>
- <version>1.9.0-SNAPSHOT</version>
+ <version>2.0.0</version>
<!-- Parent -->
<parent>
<groupId>org.jboss.osgi</groupId>
<artifactId>jboss-osgi-parent</artifactId>
- <version>1.0.1</version>
+ <version>1.0.2</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>
+ <version.felix.framework>2.0.0</version.felix.framework>
+ <version.jboss.osgi.spi>1.0.1</version.jboss.osgi.spi>
</properties>
<!-- Dependencies -->
@@ -48,12 +48,11 @@
</dependency>
</dependencies>
- <!-- Build -->
- <build>
- </build>
+ <!-- Subversion -->
+ <scm>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/jbossas/projects/jboss-osgi/projec...</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/jbossas/projects/jboss-osgi/projects/...</developerConnection>
+ <url>http://fisheye.jboss.com/qsearch/JBossOSGi/projects/runtime/felix/tags/jb...</url>
+ </scm>
- <!-- Profiles -->
- <profiles>
- </profiles>
-
</project>
16 years, 3 months
JBoss-OSGI SVN: r93894 - in projects/jboss-osgi/projects/runtime/equinox/tags: jboss-osgi-runtime-equinox-3.5 and 1 other directory.
by jboss-osgi-commits@lists.jboss.org
Author: thomas.diesler(a)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/projec...</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/jbossas/projects/jboss-osgi/projects/...</developerConnection>
+ <url>http://fisheye.jboss.com/qsearch/JBossOSGi/projects/runtime/equinox/tags/...</url>
+ </scm>
+
+</project>
16 years, 3 months
JBoss-OSGI SVN: r93893 - projects/jboss-osgi/projects/runtime/equinox/trunk.
by jboss-osgi-commits@lists.jboss.org
Author: thomas.diesler(a)jboss.com
Date: 2009-09-21 19:37:47 -0400 (Mon, 21 Sep 2009)
New Revision: 93893
Modified:
projects/jboss-osgi/projects/runtime/equinox/trunk/pom.xml
Log:
[maven-release-plugin] prepare release jboss-osgi-runtime-equinox-3.5
Modified: projects/jboss-osgi/projects/runtime/equinox/trunk/pom.xml
===================================================================
--- projects/jboss-osgi/projects/runtime/equinox/trunk/pom.xml 2009-09-21 23:37:09 UTC (rev 93892)
+++ projects/jboss-osgi/projects/runtime/equinox/trunk/pom.xml 2009-09-21 23:37:47 UTC (rev 93893)
@@ -20,19 +20,19 @@
<artifactId>jboss-osgi-runtime-equinox</artifactId>
<packaging>jar</packaging>
- <version>3.5-SNAPSHOT</version>
+ <version>3.5</version>
<!-- Parent -->
<parent>
<groupId>org.jboss.osgi</groupId>
<artifactId>jboss-osgi-parent</artifactId>
- <version>1.0.1</version>
+ <version>1.0.2</version>
</parent>
<!-- Properties -->
<properties>
<version.eclipse.equinox>3.5</version.eclipse.equinox>
- <version.jboss.osgi.spi>1.0.1-SNAPSHOT</version.jboss.osgi.spi>
+ <version.jboss.osgi.spi>1.0.1</version.jboss.osgi.spi>
</properties>
<!-- Dependencies -->
@@ -66,8 +66,11 @@
</plugins>
</build>
- <!-- Profiles -->
- <profiles>
- </profiles>
+ <!-- Subversion -->
+ <scm>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/jbossas/projects/jboss-osgi/projec...</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/jbossas/projects/jboss-osgi/projects/...</developerConnection>
+ <url>http://fisheye.jboss.com/qsearch/JBossOSGi/projects/runtime/equinox/tags/...</url>
+ </scm>
</project>
16 years, 3 months