Skip to content

Commit

Permalink
Set version to 3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
wetneb committed Nov 29, 2018
1 parent db0581b commit b90e413
Show file tree
Hide file tree
Showing 11 changed files with 13 additions and 13 deletions.
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.1-SNAPSHOT</version>
<version>3.1</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.1-SNAPSHOT</version>
<version>3.1</version>
</parent>

<build>
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.1-SNAPSHOT</version>
<version>3.1</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.1-SNAPSHOT</version>
<version>3.1</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.1-SNAPSHOT</version>
<version>3.1</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.1-SNAPSHOT</version>
<version>3.1</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.1-SNAPSHOT</version>
<version>3.1</version>
</parent>

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

<build>
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.1-SNAPSHOT</version>
<version>3.1</version>
</parent>

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

public class RefineServlet extends Butterfly {
static private String ASSIGNED_VERSION = "3.1-beta";
static private String ASSIGNED_VERSION = "3.1";

static public String VERSION = "";
static public String REVISION = "";
Expand Down
2 changes: 1 addition & 1 deletion packaging/pom.xml
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>org.openrefine</groupId>
<artifactId>openrefine</artifactId>
<version>3.1-SNAPSHOT</version>
<version>3.1</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.1-SNAPSHOT</version>
<version>3.1</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.1-SNAPSHOT</version>
<version>3.1</version>
</parent>

<properties>
Expand Down

0 comments on commit b90e413

Please sign in to comment.