Skip to content

Commit

Permalink
[maven-release-plugin] prepare release jboss-osgi-webconsole-1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas.diesler@jboss.com committed Sep 21, 2009
1 parent 468f551 commit 84d64df
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions pom.xml
Expand Up @@ -21,25 +21,25 @@
<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 -->
<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.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>

Expand Down Expand Up @@ -181,4 +181,11 @@
</plugins>
</build>

<!-- Subversion -->
<scm>
<connection>scm:svn:http://anonsvn.jboss.org/repos/jbossas/projects/jboss-osgi/projects/bundles/webconsole/tags/jboss-osgi-webconsole-1.0.1</connection>
<developerConnection>scm:svn:https://svn.jboss.org/repos/jbossas/projects/jboss-osgi/projects/bundles/webconsole/tags/jboss-osgi-webconsole-1.0.1</developerConnection>
<url>http://fisheye.jboss.com/qsearch/JBossOSGi/projects/bundles/webconsole/tags/jboss-osgi-webconsole-1.0.1</url>
</scm>

</project>

0 comments on commit 84d64df

Please sign in to comment.