Skip to content

Commit

Permalink
Set version to 3.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
wetneb committed Sep 11, 2023
1 parent 693fde6 commit a04fb5f
Show file tree
Hide file tree
Showing 13 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion benchmark/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>openrefine</artifactId>
<groupId>org.openrefine</groupId>
<version>3.7-SNAPSHOT</version>
<version>3.7.5</version>
</parent>

<artifactId>benchmark</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extensions/database/pom.xml
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>org.openrefine</groupId>
<artifactId>extensions</artifactId>
<version>3.7-SNAPSHOT</version>
<version>3.7.5</version>
</parent>

<build>
Expand Down
2 changes: 1 addition & 1 deletion extensions/gdata/pom.xml
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>org.openrefine</groupId>
<artifactId>extensions</artifactId>
<version>3.7-SNAPSHOT</version>
<version>3.7.5</version>
</parent>

<properties>
Expand Down
4 changes: 2 additions & 2 deletions extensions/jython/pom.xml
Expand Up @@ -5,15 +5,15 @@
<groupId>org.openrefine</groupId>
<artifactId>jython</artifactId>
<packaging>jar</packaging>
<version>3.7-SNAPSHOT</version>
<version>3.7.5</version>

<name>OpenRefine - Jython extension</name>
<description>OpenRefine integration of Python as an expression language</description>
<url>http://openrefine.org/</url>
<parent>
<groupId>org.openrefine</groupId>
<artifactId>extensions</artifactId>
<version>3.7-SNAPSHOT</version>
<version>3.7.5</version>
</parent>

<build>
Expand Down
2 changes: 1 addition & 1 deletion extensions/pc-axis/pom.xml
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>org.openrefine</groupId>
<artifactId>extensions</artifactId>
<version>3.7-SNAPSHOT</version>
<version>3.7.5</version>
</parent>

<build>
Expand Down
4 changes: 2 additions & 2 deletions extensions/phonetic/pom.xml
Expand Up @@ -5,15 +5,15 @@
<groupId>org.openrefine</groupId>
<artifactId>phonetic</artifactId>
<packaging>jar</packaging>
<version>3.7-SNAPSHOT</version>
<version>3.7.5</version>

<name>OpenRefine - Phonetic clustering extension</name>
<description>Adds a few advanced phonetic clustering methods</description>
<url>http://openrefine.org/</url>
<parent>
<groupId>org.openrefine</groupId>
<artifactId>extensions</artifactId>
<version>3.7-SNAPSHOT</version>
<version>3.7.5</version>
</parent>

<build>
Expand Down
4 changes: 2 additions & 2 deletions extensions/pom.xml
Expand Up @@ -5,7 +5,7 @@
<groupId>org.openrefine</groupId>
<artifactId>extensions</artifactId>
<packaging>pom</packaging>
<version>3.7-SNAPSHOT</version>
<version>3.7.5</version>

<name>OpenRefine - extensions</name>
<description>Extensions add importers, exporters and other sorts of features to OpenRefine</description>
Expand All @@ -14,7 +14,7 @@
<parent>
<groupId>org.openrefine</groupId>
<artifactId>openrefine</artifactId>
<version>3.7-SNAPSHOT</version>
<version>3.7.5</version>
</parent>

<modules>
Expand Down
2 changes: 1 addition & 1 deletion extensions/wikibase/pom.xml
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>org.openrefine</groupId>
<artifactId>extensions</artifactId>
<version>3.7-SNAPSHOT</version>
<version>3.7.5</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion main/pom.xml
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>org.openrefine</groupId>
<artifactId>openrefine</artifactId>
<version>3.7-SNAPSHOT</version>
<version>3.7.5</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion main/src/com/google/refine/RefineServlet.java
Expand Up @@ -65,7 +65,7 @@ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT

public class RefineServlet extends Butterfly {

static private String ASSIGNED_VERSION = "3.7-SNAPSHOT";
static private String ASSIGNED_VERSION = "3.7.5";

static public String VERSION = "";
static public String REVISION = "";
Expand Down
2 changes: 1 addition & 1 deletion packaging/pom.xml
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>org.openrefine</groupId>
<artifactId>openrefine</artifactId>
<version>3.7-SNAPSHOT</version>
<version>3.7.5</version>
</parent>
<properties>
<rootdir>${basedir}/..</rootdir>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -5,7 +5,7 @@
<groupId>org.openrefine</groupId>
<artifactId>openrefine</artifactId>
<packaging>pom</packaging>
<version>3.7-SNAPSHOT</version>
<version>3.7.5</version>

<name>OpenRefine</name>
<description>OpenRefine is a free, open source power tool for working with messy data and improving it</description>
Expand Down
2 changes: 1 addition & 1 deletion server/pom.xml
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>org.openrefine</groupId>
<artifactId>openrefine</artifactId>
<version>3.7-SNAPSHOT</version>
<version>3.7.5</version>
</parent>

<properties>
Expand Down

0 comments on commit a04fb5f

Please sign in to comment.