Skip to content

Commit

Permalink
Adjust pom te fix cryptic mvn error.
Browse files Browse the repository at this point in the history
  • Loading branch information
Darrick Wiebe committed Aug 24, 2011
1 parent a1a4065 commit 629fc51
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/pacer-dex/version.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module Pacer
module Dex
VERSION = "1.0.3"
VERSION = "1.0.4"
JAR = "pacer-dex-#{ VERSION }-standalone.jar"
JAR_PATH = "lib/#{ JAR }"
end
Expand Down
9 changes: 7 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<groupId>com.tinkerpop.pacer</groupId>
<artifactId>pacer-dex</artifactId>
<!-- NOTE: the version property is automatically updated based on the value in lib/pacer-dex/version.rb -->
<version>1.0.3</version>
<version>1.0.4</version>
<!-- NOTE: the version property is automatically updated based on the value in lib/pacer-dex/version.rb -->
<packaging>pom</packaging>
<url>https://github.com/pangloss/pacer</url>
Expand All @@ -23,6 +23,11 @@
</developers>
<dependencies>
<!-- PROPERTY GRAPH MODEL SUPPORT -->
<dependency>
<groupId>com.tinkerpop.blueprints</groupId>
<artifactId>blueprints-core</artifactId>
<version>1.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.tinkerpop.blueprints</groupId>
<artifactId>blueprints-dex-graph</artifactId>
Expand Down Expand Up @@ -58,7 +63,7 @@

<build>
<directory>${basedir}/target</directory>
<finalName>${artifactId}-${version}</finalName>
<finalName>${project.artifactId}-${project.version}</finalName>
<resources>
<resource>
<directory>${basedir}/src/main/resources
Expand Down

0 comments on commit 629fc51

Please sign in to comment.