Skip to content

Instantly share code, notes, and snippets.

@mkristian
Created November 24, 2015 12:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mkristian/653d4826b9d188bbc489 to your computer and use it in GitHub Desktop.
Save mkristian/653d4826b9d188bbc489 to your computer and use it in GitHub Desktop.
diff --git a/VERSION b/VERSION
index ad36e7a..52a89d4 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.7.23-SNAPSHOT
+1.7.23
diff --git a/maven/jruby-jars/pom.xml b/maven/jruby-jars/pom.xml
index 3478f71..cd4b58b 100644
--- a/maven/jruby-jars/pom.xml
+++ b/maven/jruby-jars/pom.xml
@@ -67,7 +67,7 @@ freezing to) a specific jruby-complete jar version.</description>
</extension>
</extensions>
<directory>${basedir}/pkg</directory>
- <finalName>${project.artifactId}-1.7.23.dev</finalName>
+ <finalName>${project.artifactId}-1.7.23</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>1.7.23.dev</ruby.version>
+ <ruby.version>1.7.23</ruby.version>
<gem.home>${project.build.directory}/rubygems</gem.home>
<gem.path>${project.build.directory}/rubygems</gem.path>
</properties>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment