Skip to content

Commit

Permalink
[maven-release-plugin] prepare release extjwnl-parent-1.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
autayeu committed Oct 20, 2015
1 parent f68a72f commit 2f7fbec
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions extjwnl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
<parent>
<groupId>net.sf.extjwnl</groupId>
<artifactId>extjwnl-parent</artifactId>
<version>1.10-SNAPSHOT</version>
<version>1.9.1</version>
</parent>

<artifactId>extjwnl</artifactId>
<packaging>jar</packaging>
<version>1.10-SNAPSHOT</version>
<version>1.9.1</version>
<name>extJWNL</name>
<description>extJWNL (Extended Java WordNet Library) is a Java API for creating, reading and updating dictionaries
in WordNet format
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<groupId>net.sf.extjwnl</groupId>
<artifactId>extjwnl-parent</artifactId>
<packaging>pom</packaging>
<version>1.10-SNAPSHOT</version>
<version>1.9.1</version>
<name>extJWNL Parent</name>
<description>extJWNL Parent</description>
<url>http://extjwnl.sf.net</url>
Expand All @@ -41,7 +41,7 @@
<connection>scm:git:https://github.com/extjwnl/extjwnl.git</connection>
<developerConnection>scm:git:[email protected]:extjwnl/extjwnl.git</developerConnection>
<url>https://github.com/extjwnl/extjwnl</url>
<tag>HEAD</tag>
<tag>extjwnl-parent-1.9.1</tag>
</scm>

<mailingLists>
Expand Down
6 changes: 3 additions & 3 deletions utilities/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
<parent>
<groupId>net.sf.extjwnl</groupId>
<artifactId>extjwnl-parent</artifactId>
<version>1.10-SNAPSHOT</version>
<version>1.9.1</version>
</parent>

<artifactId>extjwnl-utilities</artifactId>
<packaging>jar</packaging>
<version>1.10-SNAPSHOT</version>
<version>1.9.1</version>
<name>extJWNL Utilities</name>
<description>Utilities for extJWNL library</description>

Expand All @@ -34,7 +34,7 @@
<dependency>
<groupId>net.sf.extjwnl</groupId>
<artifactId>extjwnl</artifactId>
<version>1.10-SNAPSHOT</version>
<version>1.9.1</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 2f7fbec

Please sign in to comment.