Skip to content

Commit

Permalink
fixes version query
Browse files Browse the repository at this point in the history
  • Loading branch information
otaviojava committed Jun 23, 2018
1 parent 048a92f commit 9794908
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion diana-column/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
<dependency>
<groupId>org.jnosql.query</groupId>
<artifactId>jnosql-query-antlr</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>${project.version}</version>
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion diana-document/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
<dependency>
<groupId>org.jnosql.query</groupId>
<artifactId>jnosql-query-antlr</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>${project.version}</version>
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion diana-key-value/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
<dependency>
<groupId>org.jnosql.query</groupId>
<artifactId>jnosql-query-antlr</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>${project.version}</version>
</dependency>
</dependencies>

Expand Down

0 comments on commit 9794908

Please sign in to comment.