Skip to content

Commit

Permalink
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion maven/jruby-jars/lib/jruby-jars/version.rb
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -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>
@@ -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>

0 comments on commit 6098d8b

Please sign in to comment.