Skip to content

Commit

Permalink
set to version 0.4.0-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
nitram509 committed Mar 20, 2016
1 parent ae947e5 commit 1dd4f7e
Show file tree
Hide file tree
Showing 14 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion jbrotli-native/darwin-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-darwin-x86-amd64</artifactId>
<packaging>jar</packaging>
<version>0.3.1-SNAPSHOT</version>
<version>0.4.0-SNAPSHOT</version>

<description>Java bindings for Brotli: a new compression algorithm for the internet.</description>
<url>https://github.com/MeteoGroup/jbrotli</url>
Expand Down
2 changes: 1 addition & 1 deletion jbrotli-native/linux-arm32-vfp-hflt/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-arm32-vfp-hflt</artifactId>
<packaging>jar</packaging>
<version>0.3.1-SNAPSHOT</version>
<version>0.4.0-SNAPSHOT</version>

<description>Java bindings for Brotli: a new compression algorithm for the internet.</description>
<url>https://github.com/MeteoGroup/jbrotli</url>
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.1-SNAPSHOT</version>
<version>0.4.0-SNAPSHOT</version>

<description>Java bindings for Brotli: a new compression algorithm for the internet.</description>
<url>https://github.com/MeteoGroup/jbrotli</url>
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.1-SNAPSHOT</version>
<version>0.4.0-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.1-SNAPSHOT</version>
<version>0.4.0-SNAPSHOT</version>

<description>Java bindings for Brotli: a new compression algorithm for the internet.</description>
<url>https://github.com/MeteoGroup/jbrotli</url>
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.1-SNAPSHOT</version>
<version>0.4.0-SNAPSHOT</version>

<description>Java bindings for Brotli: a new compression algorithm for the internet.</description>
<url>https://github.com/MeteoGroup/jbrotli</url>
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.1-SNAPSHOT</version>
<version>0.4.0-SNAPSHOT</version>

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

<dependency>
Expand Down
4 changes: 2 additions & 2 deletions jbrotli-servlet-examples/dropwizard/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@

<groupId>org.meteogroup.jbrotli</groupId>
<artifactId>jbrotli-servlet-examples-dropwizard</artifactId>
<version>0.3.1-SNAPSHOT</version>
<version>0.4.0-SNAPSHOT</version>

<properties>
<maven.compiler.source>1.7</maven.compiler.source>
<maven.compiler.target>1.7</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

<version.jbrotli.native>0.3.1-SNAPSHOT</version.jbrotli.native>
<version.jbrotli.native>0.4.0-SNAPSHOT</version.jbrotli.native>
<dropwizard.version>0.9.2</dropwizard.version>
</properties>

Expand Down
2 changes: 1 addition & 1 deletion jbrotli-servlet-examples/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-servlet-examples</artifactId>
<packaging>pom</packaging>
<version>0.3.1-SNAPSHOT</version>
<version>0.4.0-SNAPSHOT</version>

<modules>
<module>dropwizard</module>
Expand Down
4 changes: 2 additions & 2 deletions jbrotli-servlet-examples/simple-web-app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@

<groupId>org.meteogroup.jbrotli</groupId>
<artifactId>jbrotli-servlet-examples-simple-web-app</artifactId>
<version>0.3.1-SNAPSHOT</version>
<version>0.4.0-SNAPSHOT</version>
<packaging>war</packaging>

<properties>
<maven.compiler.source>1.7</maven.compiler.source>
<maven.compiler.target>1.7</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

<version.jbrotli.native>0.3.1-SNAPSHOT</version.jbrotli.native>
<version.jbrotli.native>0.4.0-SNAPSHOT</version.jbrotli.native>
<version.tomcat-embed>8.0.32</version.tomcat-embed>
</properties>

Expand Down
4 changes: 2 additions & 2 deletions jbrotli-servlet-examples/spring-boot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@

<groupId>org.meteogroup.jbrotli</groupId>
<artifactId>jbrotli-servlet-examples-spring-boot</artifactId>
<version>0.3.1-SNAPSHOT</version>
<version>0.4.0-SNAPSHOT</version>

<properties>
<maven.compiler.source>1.7</maven.compiler.source>
<maven.compiler.target>1.7</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

<version.jbrotli.native>0.3.1-SNAPSHOT</version.jbrotli.native>
<version.jbrotli.native>0.4.0-SNAPSHOT</version.jbrotli.native>
</properties>

<parent>
Expand Down
4 changes: 2 additions & 2 deletions jbrotli-servlet/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-servlet</artifactId>
<packaging>jar</packaging>
<version>0.3.1-SNAPSHOT</version>
<version>0.4.0-SNAPSHOT</version>

<description>Java bindings for Brotli: a new compression algorithm for the internet.</description>
<url>https://github.com/MeteoGroup/jbrotli</url>
Expand All @@ -17,7 +17,7 @@
<maven.compiler.target>1.7</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

<version.jbrotli.native>0.3.1-SNAPSHOT</version.jbrotli.native>
<version.jbrotli.native>0.4.0-SNAPSHOT</version.jbrotli.native>
</properties>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions jbrotli/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</artifactId>
<packaging>jar</packaging>
<version>0.3.1-SNAPSHOT</version>
<version>0.4.0-SNAPSHOT</version>

<description>Java bindings for Brotli: a new compression algorithm for the internet.</description>
<url>https://github.com/MeteoGroup/jbrotli</url>
Expand All @@ -16,7 +16,7 @@
<maven.compiler.source>1.7</maven.compiler.source>
<maven.compiler.target>1.7</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<version.jbrotli.native>0.3.1-SNAPSHOT</version.jbrotli.native>
<version.jbrotli.native>0.4.0-SNAPSHOT</version.jbrotli.native>
</properties>

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

<packaging>pom</packaging>

Expand Down

0 comments on commit 1dd4f7e

Please sign in to comment.