Skip to content

Commit

Permalink
1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rultor committed Jan 8, 2016
1 parent 4f57917 commit 90ed9d5
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion db-conversion-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.jeromeloisel</groupId>
<artifactId>elasticsearch-crud</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>
<artifactId>db-conversion-api</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion db-conversion-jackson/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.jeromeloisel</groupId>
<artifactId>elasticsearch-crud</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>
<artifactId>db-conversion-jackson</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion db-entity/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.jeromeloisel</groupId>
<artifactId>elasticsearch-crud</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>
<artifactId>db-entity</artifactId>
</project>
2 changes: 1 addition & 1 deletion db-integration-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.jeromeloisel</groupId>
<artifactId>elasticsearch-crud</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>
<artifactId>db-integration-test</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion db-repository-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.jeromeloisel</groupId>
<artifactId>elasticsearch-crud</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>
<artifactId>db-repository-api</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion db-repository-elasticsearch/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.jeromeloisel</groupId>
<artifactId>elasticsearch-crud</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>
<artifactId>db-repository-elasticsearch</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion db-spring-elasticsearch-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.jeromeloisel</groupId>
<artifactId>elasticsearch-crud</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>
<artifactId>db-spring-elasticsearch-starter</artifactId>
<name>Spring Boot Elasticsearch DB starter</name>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<groupId>com.jeromeloisel</groupId>
<artifactId>elasticsearch-crud</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>1.0.1</version>
<packaging>pom</packaging>
<name>ElasticSearch CRUD Repository</name>
<description>Easily perform CRUD operations on Beans stored on Elasticsearch.</description>
Expand Down

0 comments on commit 90ed9d5

Please sign in to comment.