Skip to content

Commit

Permalink
update JTA version in Neo4j bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
yvrng committed Sep 19, 2017
1 parent d9d2234 commit f36ea34
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion neoemf-data/blueprints/neo4j/neo4j-wrapper/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<properties>
<neo4j.version>2.1.8</neo4j.version>
<lucene.version>3.6.2</lucene.version>
<jta.version>1.1.1</jta.version>
<jta.version>1.1</jta.version>
</properties>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion neoemf-data/blueprints/neo4j/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<properties>
<neo4j.version>2.1.8</neo4j.version><!-- 2.2.0+ no longer use `javax.transaction` -->
<lucene.version>3.6.2</lucene.version>
<jta.version>1.1.1</jta.version>
<jta.version>1.1</jta.version>
</properties>

<dependencies>
Expand Down

0 comments on commit f36ea34

Please sign in to comment.