Bump version to 3.2-SNAPSHOT

This commit is contained in:
Antonin Delpeuch 2018-11-29 11:59:30 +09:00
parent b90e413b40
commit 36765e7e62
11 changed files with 13 additions and 13 deletions

View File

@ -11,7 +11,7 @@
<parent> <parent>
<groupId>org.openrefine</groupId> <groupId>org.openrefine</groupId>
<artifactId>extensions</artifactId> <artifactId>extensions</artifactId>
<version>3.1</version> <version>3.2-SNAPSHOT</version>
</parent> </parent>
<build> <build>

View File

@ -11,7 +11,7 @@
<parent> <parent>
<groupId>org.openrefine</groupId> <groupId>org.openrefine</groupId>
<artifactId>extensions</artifactId> <artifactId>extensions</artifactId>
<version>3.1</version> <version>3.2-SNAPSHOT</version>
</parent> </parent>
<build> <build>

View File

@ -5,7 +5,7 @@
<groupId>org.openrefine</groupId> <groupId>org.openrefine</groupId>
<artifactId>jython</artifactId> <artifactId>jython</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>
<version>3.1</version> <version>3.2-SNAPSHOT</version>
<name>OpenRefine - Jython extension</name> <name>OpenRefine - Jython extension</name>
<description>OpenRefine integration of Python as an expression language</description> <description>OpenRefine integration of Python as an expression language</description>
@ -13,7 +13,7 @@
<parent> <parent>
<groupId>org.openrefine</groupId> <groupId>org.openrefine</groupId>
<artifactId>extensions</artifactId> <artifactId>extensions</artifactId>
<version>3.1</version> <version>3.2-SNAPSHOT</version>
</parent> </parent>
<build> <build>

View File

@ -11,7 +11,7 @@
<parent> <parent>
<groupId>org.openrefine</groupId> <groupId>org.openrefine</groupId>
<artifactId>extensions</artifactId> <artifactId>extensions</artifactId>
<version>3.1</version> <version>3.2-SNAPSHOT</version>
</parent> </parent>
<build> <build>

View File

@ -5,7 +5,7 @@
<groupId>org.openrefine</groupId> <groupId>org.openrefine</groupId>
<artifactId>extensions</artifactId> <artifactId>extensions</artifactId>
<packaging>pom</packaging> <packaging>pom</packaging>
<version>3.1</version> <version>3.2-SNAPSHOT</version>
<name>OpenRefine - extensions</name> <name>OpenRefine - extensions</name>
<description>Extensions add importers, exporters and other sorts of features to OpenRefine</description> <description>Extensions add importers, exporters and other sorts of features to OpenRefine</description>
@ -14,7 +14,7 @@
<parent> <parent>
<groupId>org.openrefine</groupId> <groupId>org.openrefine</groupId>
<artifactId>openrefine</artifactId> <artifactId>openrefine</artifactId>
<version>3.1</version> <version>3.2-SNAPSHOT</version>
</parent> </parent>
<modules> <modules>

View File

@ -11,7 +11,7 @@
<parent> <parent>
<groupId>org.openrefine</groupId> <groupId>org.openrefine</groupId>
<artifactId>extensions</artifactId> <artifactId>extensions</artifactId>
<version>3.1</version> <version>3.2-SNAPSHOT</version>
</parent> </parent>
<build> <build>

View File

@ -11,7 +11,7 @@
<parent> <parent>
<groupId>org.openrefine</groupId> <groupId>org.openrefine</groupId>
<artifactId>openrefine</artifactId> <artifactId>openrefine</artifactId>
<version>3.1</version> <version>3.2-SNAPSHOT</version>
</parent> </parent>
<properties> <properties>

View File

@ -64,7 +64,7 @@ import edu.mit.simile.butterfly.Butterfly;
import edu.mit.simile.butterfly.ButterflyModule; import edu.mit.simile.butterfly.ButterflyModule;
public class RefineServlet extends Butterfly { public class RefineServlet extends Butterfly {
static private String ASSIGNED_VERSION = "3.1"; static private String ASSIGNED_VERSION = "3.2";
static public String VERSION = ""; static public String VERSION = "";
static public String REVISION = ""; static public String REVISION = "";

View File

@ -9,7 +9,7 @@
<parent> <parent>
<groupId>org.openrefine</groupId> <groupId>org.openrefine</groupId>
<artifactId>openrefine</artifactId> <artifactId>openrefine</artifactId>
<version>3.1</version> <version>3.2-SNAPSHOT</version>
</parent> </parent>
<properties> <properties>
<rootdir>${basedir}/..</rootdir> <rootdir>${basedir}/..</rootdir>

View File

@ -5,7 +5,7 @@
<groupId>org.openrefine</groupId> <groupId>org.openrefine</groupId>
<artifactId>openrefine</artifactId> <artifactId>openrefine</artifactId>
<packaging>pom</packaging> <packaging>pom</packaging>
<version>3.1</version> <version>3.2-SNAPSHOT</version>
<name>OpenRefine</name> <name>OpenRefine</name>
<description>OpenRefine is a free, open source power tool for working with messy data and improving it</description> <description>OpenRefine is a free, open source power tool for working with messy data and improving it</description>

View File

@ -11,7 +11,7 @@
<parent> <parent>
<groupId>org.openrefine</groupId> <groupId>org.openrefine</groupId>
<artifactId>openrefine</artifactId> <artifactId>openrefine</artifactId>
<version>3.1</version> <version>3.2-SNAPSHOT</version>
</parent> </parent>
<properties> <properties>