Skip to content

Commit

Permalink
0.1.2 RELEASE
Browse files Browse the repository at this point in the history
  • Loading branch information
wonwoo committed Dec 15, 2017
1 parent 3a7e228 commit 35da239
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion dynamodb-spring-boot-autoconfigure/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>dynamodb-spring-boot</artifactId>
<groupId>com.github.wonwoo</groupId>
<version>0.1.1-RELEASE</version>
<version>0.1.2-RELEASE</version>
</parent>
<packaging>jar</packaging>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion dynamodb-spring-boot-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>dynamodb-spring-boot</artifactId>
<groupId>com.github.wonwoo</groupId>
<version>0.1.1-RELEASE</version>
<version>0.1.2-RELEASE</version>
</parent>
<packaging>jar</packaging>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion dynamodb-spring-boot-sample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>dynamodb-spring-boot</artifactId>
<groupId>com.github.wonwoo</groupId>
<version>0.1.1-RELEASE</version>
<version>0.1.2-RELEASE</version>
</parent>
<packaging>jar</packaging>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion dynamodb-spring-boot-starter-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>dynamodb-spring-boot</artifactId>
<groupId>com.github.wonwoo</groupId>
<version>0.1.1-RELEASE</version>
<version>0.1.2-RELEASE</version>
</parent>
<packaging>jar</packaging>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion dynamodb-spring-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>dynamodb-spring-boot</artifactId>
<groupId>com.github.wonwoo</groupId>
<version>0.1.1-RELEASE</version>
<version>0.1.2-RELEASE</version>
</parent>
<packaging>jar</packaging>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion dynamodb-spring-boot-test-autoconfigure/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>dynamodb-spring-boot</artifactId>
<groupId>com.github.wonwoo</groupId>
<version>0.1.1-RELEASE</version>
<version>0.1.2-RELEASE</version>
</parent>
<packaging>jar</packaging>
<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 @@ -5,7 +5,7 @@

<groupId>com.github.wonwoo</groupId>
<artifactId>dynamodb-spring-boot</artifactId>
<version>0.1.1-RELEASE</version>
<version>0.1.2-RELEASE</version>

<developers>
<developer>
Expand Down

0 comments on commit 35da239

Please sign in to comment.