Skip to content

Commit b511837

Browse files
committed
Version 1.3.0
1 parent 899e5a0 commit b511837

4 files changed

Lines changed: 8 additions & 113 deletions

File tree

build/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>me.xdrop</groupId>
55
<artifactId>fuzzywuzzy-build</artifactId>
6-
<version>1.2.0</version>
6+
<version>1.3.0</version>
77
<name>fuzzywuzzy - build</name>
88
<description>Fuzzy string matching algorithm for Java</description>
99
<inceptionYear>2016</inceptionYear>
@@ -12,8 +12,8 @@
1212

1313
<licenses>
1414
<license>
15-
<name>GPL 3</name>
16-
<url>https://www.gnu.org/licenses/gpl-3.0.en.html</url>
15+
<name>GPL 2</name>
16+
<url>https://www.gnu.org/licenses/old-licenses/gpl-2.0.html</url>
1717
<distribution>repo</distribution>
1818
</license>
1919
</licenses>

package/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>me.xdrop</groupId>
55
<artifactId>fuzzywuzzy</artifactId>
6-
<version>1.2.0</version>
6+
<version>1.3.0</version>
77
<name>fuzzywuzzy</name>
88
<description>Fuzzy string searching implementation of the well-known fuzzywuzzy algorithm in Java</description>
99
<url>https://github.com/xdrop/fuzzywuzzy</url>
@@ -12,14 +12,14 @@
1212
<dependency>
1313
<groupId>me.xdrop</groupId>
1414
<artifactId>fuzzywuzzy-build</artifactId>
15-
<version>1.2.0</version>
15+
<version>1.3.0</version>
1616
</dependency>
1717
</dependencies>
1818

1919
<licenses>
2020
<license>
21-
<name>GPL 3</name>
22-
<url>https://www.gnu.org/licenses/gpl-3.0.en.html</url>
21+
<name>GPL 2</name>
22+
<url>https://www.gnu.org/licenses/old-licenses/gpl-2.0.html</url>
2323
<distribution>repo</distribution>
2424
</license>
2525
</licenses>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>me.xdrop</groupId>
66
<artifactId>fuzzywuzzy-root</artifactId>
77
<name>fuzzywuzzy - root</name>
8-
<version>1.2.0</version>
8+
<version>1.3.0</version>
99

1010
<packaging>pom</packaging>
1111

0 commit comments

Comments
 (0)