pacer-neo4j 2.1.1-java → 2.1.2-java

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,10 +1,10 @@
1
1
  module Pacer
2
2
  module Neo4j
3
- VERSION = "2.1.1"
3
+ VERSION = "2.1.2"
4
4
  JAR = "pacer-neo4j-#{ VERSION }-standalone.jar"
5
5
  JAR_PATH = "lib/#{ JAR }"
6
- BLUEPRINTS_VERSION = "2.2.0"
7
- PIPES_VERSION = "2.2.0"
6
+ BLUEPRINTS_VERSION = "2.1.0"
7
+ PIPES_VERSION = "2.1.0"
8
8
  PACER_REQ = ">= 1.1.2"
9
9
  end
10
10
  end
data/pom.xml CHANGED
@@ -7,9 +7,9 @@
7
7
  <artifactId>pacer-neo4j</artifactId>
8
8
  <!-- NOTE: the following properties are automatically updated based on the values in lib/pacer-neo4j/version.rb -->
9
9
  <properties>
10
- <blueprints.version>2.2.0</blueprints.version>
11
- <gem.version>2.1.1</gem.version>
12
- <pipes.version>2.2.0</pipes.version>
10
+ <blueprints.version>2.1.0</blueprints.version>
11
+ <gem.version>2.1.2</gem.version>
12
+ <pipes.version>2.1.0</pipes.version>
13
13
  </properties>
14
14
  <!-- NOTE: the following properties are automatically updated based on the values in lib/pacer-neo4j/version.rb -->
15
15
  <version>${gem.version}</version>
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: pacer-neo4j
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 2.1.1
5
+ version: 2.1.2
6
6
  platform: java
7
7
  authors:
8
8
  - Darrick Wiebe
@@ -59,7 +59,7 @@ files:
59
59
  - pacer-neo4j.gemspec
60
60
  - pom.xml
61
61
  - pom/standalone.xml
62
- - lib/pacer-neo4j-2.1.1-standalone.jar
62
+ - lib/pacer-neo4j-2.1.2-standalone.jar
63
63
  homepage: http://neo4j.org
64
64
  licenses: []
65
65
  post_install_message: