[maven-release-plugin] prepare release v0.9.0

This commit is contained in:
shikhar
2013-08-11 22:25:46 -04:00
parent d9c0c6725c
commit c8cfc796af

View File

@@ -1,13 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" <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">
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>net.schmizz</groupId> <groupId>net.schmizz</groupId>
<artifactId>sshj</artifactId> <artifactId>sshj</artifactId>
<packaging>bundle</packaging> <packaging>bundle</packaging>
<version>0.9.0-SNAPSHOT</version> <version>0.9.0</version>
<name>sshj</name> <name>sshj</name>
<description>SSHv2 library for Java</description> <description>SSHv2 library for Java</description>
@@ -24,6 +23,7 @@
<connection>scm:git:git://github.com/shikhar/sshj.git</connection> <connection>scm:git:git://github.com/shikhar/sshj.git</connection>
<developerConnection>scm:git:git@github.com:shikhar/sshj.git</developerConnection> <developerConnection>scm:git:git@github.com:shikhar/sshj.git</developerConnection>
<url>http://github.com/shikhar/sshj</url> <url>http://github.com/shikhar/sshj</url>
<tag>v0.9.0</tag>
</scm> </scm>
<licenses> <licenses>