Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v2.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
headcr4sh committed Nov 8, 2013
1 parent 1be6dc9 commit 7ff778d
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,13 @@
limitations under the License.
-->

<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">
<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>
<groupId>com.cathive.fx</groupId>
<artifactId>fx-guice</artifactId>
<packaging>bundle</packaging>
<version>2.1.3-SNAPSHOT</version>
<version>2.1.3</version>
<name>Guice Integration for JavaFX</name>
<description>Classes and utilities that integrate Google Guice into your JavaFX applications</description>
<url>https://github.com/cathive/fx-guice/</url>
Expand All @@ -46,7 +44,7 @@
<name>Apache License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.html</url>
<distribution>repo</distribution>
<comments/>
<comments />
</license>
</licenses>

Expand Down Expand Up @@ -79,24 +77,24 @@
<properties>
<github.username>andytill</github.username>
</properties>
<roles/>
<roles />
</contributor>
<contributor>
<name>Erik De Rijcke</name>
<email>[email protected]</email>
<url/>
<url />
<properties>
<github.username>Zubnix</github.username>
</properties>
<roles/>
<roles />
</contributor>
</contributors>

<scm>
<connection>scm:git:https://github.com/cathive/fx-guice.git</connection>
<developerConnection>scm:git:[email protected]:cathive/fx-guice.git</developerConnection>
<url>https://github.com/cathive/fx-guice/</url>
<tag>HEAD</tag>
<tag>v2.1.3</tag>
</scm>

<ciManagement>
Expand Down

0 comments on commit 7ff778d

Please sign in to comment.