Skip to content

Commit

Permalink
set version 0.2.1-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
nitram509 committed Jan 19, 2016
1 parent b6ea57d commit 0ea83e1
Show file tree
Hide file tree
Showing 9 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion jbrotli-native/darwin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.meteogroup.jbrotli</groupId>
<artifactId>jbrotli-native</artifactId>
<version>0.2.0</version>
<version>0.2.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion jbrotli-native/linux-x86-amd64/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.meteogroup.jbrotli</groupId>
<artifactId>jbrotli-native</artifactId>
<version>0.2.0</version>
<version>0.2.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion jbrotli-native/linux-x86/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.meteogroup.jbrotli</groupId>
<artifactId>jbrotli-native</artifactId>
<version>0.2.0</version>
<version>0.2.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion jbrotli-native/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.meteogroup.jbrotli</groupId>
<artifactId>jbrotli-parent</artifactId>
<version>0.2.0</version>
<version>0.2.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion jbrotli-native/win32-x86-amd64/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.meteogroup.jbrotli</groupId>
<artifactId>jbrotli-native</artifactId>
<version>0.2.0</version>
<version>0.2.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion jbrotli-native/win32-x86/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.meteogroup.jbrotli</groupId>
<artifactId>jbrotli-native</artifactId>
<version>0.2.0</version>
<version>0.2.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
6 changes: 3 additions & 3 deletions jbrotli-performance/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
<parent>
<groupId>com.meteogroup.jbrotli</groupId>
<artifactId>jbrotli-parent</artifactId>
<version>0.2.0</version>
<version>0.2.1-SNAPSHOT</version>
</parent>

<artifactId>jbrotli-performance</artifactId>
<version>0.2.0</version>
<version>0.2.1-SNAPSHOT</version>

<properties>
<maven.compiler.source>1.8</maven.compiler.source>
Expand All @@ -24,7 +24,7 @@
<dependency>
<groupId>com.meteogroup.jbrotli</groupId>
<artifactId>jbrotli</artifactId>
<version>0.2.0</version>
<version>0.2.1-SNAPSHOT</version>
</dependency>

<dependency>
Expand Down
12 changes: 6 additions & 6 deletions jbrotli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.meteogroup.jbrotli</groupId>
<artifactId>jbrotli-parent</artifactId>
<version>0.2.0</version>
<version>0.2.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand All @@ -33,7 +33,7 @@
<dependency>
<groupId>com.meteogroup.jbrotli</groupId>
<artifactId>jbrotli-native-win32-x86-amd64</artifactId>
<version>0.2.0</version>
<version>0.2.1-SNAPSHOT</version>
</dependency>
</dependencies>
</profile>
Expand All @@ -50,7 +50,7 @@
<dependency>
<groupId>com.meteogroup.jbrotli</groupId>
<artifactId>jbrotli-native-win32-x86</artifactId>
<version>0.2.0</version>
<version>0.2.1-SNAPSHOT</version>
</dependency>
</dependencies>
</profile>
Expand All @@ -66,7 +66,7 @@
<dependency>
<groupId>com.meteogroup.jbrotli</groupId>
<artifactId>jbrotli-native-darwin</artifactId>
<version>0.2.0</version>
<version>0.2.1-SNAPSHOT</version>
</dependency>
</dependencies>
</profile>
Expand All @@ -83,7 +83,7 @@
<dependency>
<groupId>com.meteogroup.jbrotli</groupId>
<artifactId>jbrotli-native-linux-x86-amd64</artifactId>
<version>0.2.0</version>
<version>0.2.1-SNAPSHOT</version>
</dependency>
</dependencies>
</profile>
Expand All @@ -100,7 +100,7 @@
<dependency>
<groupId>com.meteogroup.jbrotli</groupId>
<artifactId>jbrotli-native-linux-x86</artifactId>
<version>0.2.0</version>
<version>0.2.1-SNAPSHOT</version>
</dependency>
</dependencies>
</profile>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.meteogroup.jbrotli</groupId>
<artifactId>jbrotli-parent</artifactId>
<version>0.2.0</version>
<version>0.2.1-SNAPSHOT</version>

<packaging>pom</packaging>

Expand Down

0 comments on commit 0ea83e1

Please sign in to comment.