Skip to content

Commit

Permalink
Merge e5f0981 into 3d2e7a6
Browse files Browse the repository at this point in the history
  • Loading branch information
wonwoo committed Mar 9, 2018
2 parents 3d2e7a6 + e5f0981 commit a274b2c
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>1.0.1-SNAPSHOT</version>
<version>1.0.1-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>1.0.1-SNAPSHOT</version>
<version>1.0.1-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>1.0.1-SNAPSHOT</version>
<version>1.0.1-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>1.0.1-SNAPSHOT</version>
<version>1.0.1-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>1.0.1-SNAPSHOT</version>
<version>1.0.1-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>1.0.1-SNAPSHOT</version>
<version>1.0.1-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>1.0.1-SNAPSHOT</version>
<version>1.0.1-RELEASE</version>

<developers>
<developer>
Expand Down

0 comments on commit a274b2c

Please sign in to comment.