aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEugene Kliuchnikov <eustas@google.com>2017-02-20 16:16:45 +0100
committerGitHub <noreply@github.com>2017-02-20 16:16:45 +0100
commitaaac88a1e0165676c27ec11cc675dc49a93dfa35 (patch)
treee4460f7eb0dd5da53d70258318d1e2faacd2e2f9
parent527db7af8cc8541beb45c3ac5a32075a2f7ea92a (diff)
downloadbrotli-aaac88a1e0165676c27ec11cc675dc49a93dfa35.zip
brotli-aaac88a1e0165676c27ec11cc675dc49a93dfa35.tar.gz
brotli-aaac88a1e0165676c27ec11cc675dc49a93dfa35.tar.bz2
Switch to 0.2.0-SNAPSHOT (#515)
-rwxr-xr-xjava/dec/pom.xml4
-rwxr-xr-xjava/integration/pom.xml6
-rwxr-xr-xjava/pom.xml2
3 files changed, 6 insertions, 6 deletions
diff --git a/java/dec/pom.xml b/java/dec/pom.xml
index 82b87a2..4d4935c 100755
--- a/java/dec/pom.xml
+++ b/java/dec/pom.xml
@@ -5,10 +5,10 @@
<parent>
<groupId>org.brotli</groupId>
<artifactId>parent</artifactId>
- <version>0.1.0</version>
+ <version>0.2.0-SNAPSHOT</version>
</parent>
<artifactId>dec</artifactId>
- <version>0.1.0</version>
+ <version>0.2.0-SNAPSHOT</version>
<packaging>jar</packaging>
<name>${project.groupId}:${project.artifactId}</name>
diff --git a/java/integration/pom.xml b/java/integration/pom.xml
index d2a985a..2858a12 100755
--- a/java/integration/pom.xml
+++ b/java/integration/pom.xml
@@ -5,10 +5,10 @@
<parent>
<groupId>org.brotli</groupId>
<artifactId>parent</artifactId>
- <version>0.1.0</version>
+ <version>0.2.0-SNAPSHOT</version>
</parent>
<artifactId>integration</artifactId>
- <version>0.1.0</version>
+ <version>0.2.0-SNAPSHOT</version>
<packaging>jar</packaging>
<name>${project.groupId}:${project.artifactId}</name>
@@ -17,7 +17,7 @@
<dependency>
<groupId>org.brotli</groupId>
<artifactId>dec</artifactId>
- <version>0.1.0</version>
+ <version>0.2.0-SNAPSHOT</version>
</dependency>
</dependencies>
diff --git a/java/pom.xml b/java/pom.xml
index 5841f7a..bb4a5a3 100755
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -4,7 +4,7 @@
<groupId>org.brotli</groupId>
<artifactId>parent</artifactId>
- <version>0.1.0</version>
+ <version>0.2.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>${project.groupId}:${project.artifactId}</name>