Skip to content

Commit

Permalink
release-0.2.0 (part2)
Browse files Browse the repository at this point in the history
  • Loading branch information
nitram509 committed Jan 3, 2016
1 parent 71ca927 commit 43bb78d
Show file tree
Hide file tree
Showing 10 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ cd ../..
mvn -pl jbrotli-native install
mvn -pl jbrotli install
mvn -pl jbrotli-performance package
java -jar jbrotli-performance/target/jbrotli-performnace-0.2.0-SNAPSHOT.jar
java -jar jbrotli-performance/target/jbrotli-performnace-0.2.0.jar
```

## Performance benchmark results
Expand Down
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-SNAPSHOT</version>
<version>0.2.0</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-SNAPSHOT</version>
<version>0.2.0</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-SNAPSHOT</version>
<version>0.2.0</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-SNAPSHOT</version>
<version>0.2.0</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-SNAPSHOT</version>
<version>0.2.0</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-SNAPSHOT</version>
<version>0.2.0</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-SNAPSHOT</version>
<version>0.2.0</version>
</parent>

<artifactId>jbrotli-performance</artifactId>
<version>0.2.0-SNAPSHOT</version>
<version>0.2.0</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-SNAPSHOT</version>
<version>0.2.0</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-SNAPSHOT</version>
<version>0.2.0</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-SNAPSHOT</version>
<version>0.2.0</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-SNAPSHOT</version>
<version>0.2.0</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-SNAPSHOT</version>
<version>0.2.0</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-SNAPSHOT</version>
<version>0.2.0</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-SNAPSHOT</version>
<version>0.2.0</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-SNAPSHOT</version>
<version>0.2.0</version>

<packaging>pom</packaging>

Expand Down

0 comments on commit 43bb78d

Please sign in to comment.