Skip to content
This repository was archived by the owner on Jul 26, 2024. It is now read-only.

Commit cde7ff6

Browse files
committed
Bump the version to 2.6.4
1 parent 43a40e1 commit cde7ff6

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

jochre_core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.joliciel.jochre</groupId>
88
<artifactId>jochre-parent</artifactId>
9-
<version>2.6.4-SNAPSHOT</version>
9+
<version>2.6.4</version>
1010
<relativePath>../jochre_parent</relativePath>
1111
</parent>
1212
<build>

jochre_distribution/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.joliciel.jochre</groupId>
88
<artifactId>jochre-parent</artifactId>
9-
<version>2.6.4-SNAPSHOT</version>
9+
<version>2.6.4</version>
1010
<relativePath>../jochre_parent</relativePath>
1111
</parent>
1212
<build>

jochre_parent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>com.joliciel.jochre</groupId>
66
<artifactId>jochre-parent</artifactId>
7-
<version>2.6.4-SNAPSHOT</version>
7+
<version>2.6.4</version>
88
<packaging>pom</packaging>
99
<name>Jochre</name>
1010
<description>Java Optical CHaracter Recognition</description>

jochre_search/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.joliciel.jochre</groupId>
88
<artifactId>jochre-parent</artifactId>
9-
<version>2.6.4-SNAPSHOT</version>
9+
<version>2.6.4</version>
1010
<relativePath>../jochre_parent</relativePath>
1111
</parent>
1212
<packaging>jar</packaging>

jochre_search_webapp/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.joliciel.jochre</groupId>
77
<artifactId>jochre-parent</artifactId>
8-
<version>2.6.4-SNAPSHOT</version>
8+
<version>2.6.4</version>
99
<relativePath>../jochre_parent</relativePath>
1010
</parent>
1111
<packaging>war</packaging>

jochre_utils/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.joliciel.jochre</groupId>
77
<artifactId>jochre-parent</artifactId>
8-
<version>2.6.4-SNAPSHOT</version>
8+
<version>2.6.4</version>
99
<relativePath>../jochre_parent</relativePath>
1010
</parent>
1111
<build>

jochre_web/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.joliciel.jochre</groupId>
77
<artifactId>jochre-parent</artifactId>
8-
<version>2.6.4-SNAPSHOT</version>
8+
<version>2.6.4</version>
99
<relativePath>../jochre_parent</relativePath>
1010
</parent>
1111
<packaging>war</packaging>

jochre_yiddish/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.joliciel.jochre</groupId>
88
<artifactId>jochre-parent</artifactId>
9-
<version>2.6.4-SNAPSHOT</version>
9+
<version>2.6.4</version>
1010
<relativePath>../jochre_parent</relativePath>
1111
</parent>
1212
<packaging>jar</packaging>

0 commit comments

Comments
 (0)