Skip to content

Commit

Permalink
switch to 0.3.1-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
nitram509 committed Jan 31, 2016
1 parent 1b6c4f1 commit 1628f9b
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 11 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 @@
<groupId>org.meteogroup.jbrotli</groupId>
<artifactId>jbrotli-native-darwin</artifactId>
<packaging>jar</packaging>
<version>0.3.0</version>
<version>0.3.1-SNAPSHOT</version>

<properties>
<maven.compiler.source>1.8</maven.compiler.source>
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 @@
<groupId>org.meteogroup.jbrotli</groupId>
<artifactId>jbrotli-native-linux-x86-amd64</artifactId>
<packaging>jar</packaging>
<version>0.3.0</version>
<version>0.3.1-SNAPSHOT</version>

<properties>
<maven.compiler.source>1.8</maven.compiler.source>
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 @@
<groupId>org.meteogroup.jbrotli</groupId>
<artifactId>jbrotli-native-linux-x86</artifactId>
<packaging>jar</packaging>
<version>0.3.0</version>
<version>0.3.1-SNAPSHOT</version>

<properties>
<maven.compiler.source>1.8</maven.compiler.source>
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 @@
<groupId>org.meteogroup.jbrotli</groupId>
<artifactId>jbrotli-native</artifactId>
<packaging>pom</packaging>
<version>0.3.0</version>
<version>0.3.1-SNAPSHOT</version>

<profiles>

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 @@
<groupId>org.meteogroup.jbrotli</groupId>
<artifactId>jbrotli-native-win32-x86-amd64</artifactId>
<packaging>jar</packaging>
<version>0.3.0</version>
<version>0.3.1-SNAPSHOT</version>

<properties>
<maven.compiler.source>1.8</maven.compiler.source>
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 @@
<groupId>org.meteogroup.jbrotli</groupId>
<artifactId>jbrotli-native-win32-x86</artifactId>
<packaging>jar</packaging>
<version>0.3.0</version>
<version>0.3.1-SNAPSHOT</version>

<properties>
<maven.compiler.source>1.8</maven.compiler.source>
Expand Down
4 changes: 2 additions & 2 deletions jbrotli-performance/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>org.meteogroup.jbrotli</groupId>
<artifactId>jbrotli-performance</artifactId>
<packaging>jar</packaging>
<version>0.3.0</version>
<version>0.3.1-SNAPSHOT</version>

<properties>
<maven.compiler.source>1.8</maven.compiler.source>
Expand All @@ -20,7 +20,7 @@
<dependency>
<groupId>org.meteogroup.jbrotli</groupId>
<artifactId>jbrotli</artifactId>
<version>0.3.0</version>
<version>0.3.1-SNAPSHOT</version>
</dependency>

<dependency>
Expand Down
4 changes: 2 additions & 2 deletions jbrotli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
<groupId>org.meteogroup.jbrotli</groupId>
<artifactId>jbrotli</artifactId>
<packaging>jar</packaging>
<version>0.3.0</version>
<version>0.3.1-SNAPSHOT</version>

<properties>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<version.jbrotli.native>0.3.0</version.jbrotli.native>
<version.jbrotli.native>0.3.1-SNAPSHOT</version.jbrotli.native>
</properties>

<profiles>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>org.meteogroup.jbrotli</groupId>
<artifactId>jbrotli-parent</artifactId>
<version>0.3.0</version>
<version>0.3.1-SNAPSHOT</version>

<packaging>pom</packaging>

Expand Down

0 comments on commit 1628f9b

Please sign in to comment.