Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix -Pjruby-jars
I did run
$ cd maven/jruby-jars
$ rmvn validate
which generates both files from the current jruby/VERSION
  • Loading branch information
mkristian committed Nov 24, 2014
1 parent f0a8db7 commit 20f81da
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion maven/jruby-jars/lib/jruby-jars/version.rb
@@ -1,4 +1,4 @@
module JRubyJars
VERSION = '9.0.0.0.SNAPSHOT'
VERSION = '9.0.0.0.snapshot'
MAVEN_VERSION = '9.0.0.0-SNAPSHOT'
end
4 changes: 2 additions & 2 deletions 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}-9.0.0.0.SNAPSHOT</finalName>
<finalName>${project.artifactId}-9.0.0.0.snapshot</finalName>
<plugins>
<plugin>
<groupId>de.saumya.mojo</groupId>
Expand Down Expand Up @@ -114,7 +114,7 @@ freezing to) a specific jruby-complete jar version.</description>
<artifactId>maven-invoker-plugin</artifactId>
<configuration>
<properties>
<ruby.version>9.0.0.0.SNAPSHOT</ruby.version>
<ruby.version>9.0.0.0.snapshot</ruby.version>
<gem.home>${project.build.directory}/rubygems</gem.home>
<gem.path>${project.build.directory}/rubygems</gem.path>
</properties>
Expand Down

0 comments on commit 20f81da

Please sign in to comment.