Skip to content

Commit

Permalink
Updates version
Browse files Browse the repository at this point in the history
  • Loading branch information
Otavio Santana committed Mar 14, 2017
1 parent 17add6e commit d61cbe1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion diana-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<parent>
<groupId>org.jnosql.diana</groupId>
<artifactId>diana-parent</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.0.1</version>
</parent>

<properties>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@
<parent>
<groupId>org.jnosql</groupId>
<artifactId>jnosql-parent</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.0.1</version>
</parent>

<groupId>org.jnosql.diana</groupId>
<artifactId>diana-parent</artifactId>
<packaging>pom</packaging>
<version>0.0.1-SNAPSHOT</version>
<version>0.0.1</version>
<name>${project.groupId}:${project.artifactId}</name>
<description>Diana is a flexible and extensible API to connect NoSQL databases. It brings an easy interface to
support key-value, column family, document oriented and graph databases as JDBC is for SQL databases
Expand Down

0 comments on commit d61cbe1

Please sign in to comment.