Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix issues with jruby-jars for release
  • Loading branch information
enebo committed Dec 9, 2014
1 parent 084d55e commit fafd1a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
1.7.17-SNAPSHOT
1.7.17
2 changes: 1 addition & 1 deletion maven/jruby-jars/pom.xml
Expand Up @@ -67,7 +67,7 @@ freezing to) a specific jruby-complete jar version.</description>
</extension>
</extensions>
<directory>${basedir}/pkg</directory>
<finalName>${project.artifactId}-1.7.17.dev</finalName>
<finalName>${project.artifactId}-${project.version}</finalName>
<plugins>
<plugin>
<groupId>de.saumya.mojo</groupId>
Expand Down

0 comments on commit fafd1a7

Please sign in to comment.