Skip to content

Commit

Permalink
Release 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Leo Wang committed Mar 30, 2015
1 parent 1db153b commit 818c8d7
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions jsurfer-gson/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>jsurfer</artifactId>
<groupId>org.leo.json</groupId>
<version>1.0-SNAPSHOT</version>
<version>1.1</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand All @@ -29,12 +29,12 @@
<dependency>
<groupId>org.leo.json</groupId>
<artifactId>jsurfer-simple</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.1</version>
</dependency>
<dependency>
<groupId>org.leo.json</groupId>
<artifactId>jsurfer-simple</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.1</version>
<scope>test</scope>
<classifier>tests</classifier>
</dependency>
Expand Down
6 changes: 3 additions & 3 deletions jsurfer-jackson/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>jsurfer</artifactId>
<groupId>org.leo.json</groupId>
<version>1.0-SNAPSHOT</version>
<version>1.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -15,12 +15,12 @@
<dependency>
<groupId>org.leo.json</groupId>
<artifactId>jsurfer-simple</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.1</version>
</dependency>
<dependency>
<groupId>org.leo.json</groupId>
<artifactId>jsurfer-simple</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.1</version>
<scope>test</scope>
<classifier>tests</classifier>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion jsurfer-simple/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>jsurfer</artifactId>
<groupId>org.leo.json</groupId>
<version>1.0-SNAPSHOT</version>
<version>1.1</version>
</parent>

<modelVersion>4.0.0</modelVersion>
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.leo.json</groupId>
<artifactId>jsurfer</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.1</version>
<packaging>pom</packaging>

<modules>
Expand Down

0 comments on commit 818c8d7

Please sign in to comment.