Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8cdb01a

Browse files
committed
nuke .dev from pom.xml in finalName.
1 parent c831ac1 commit 8cdb01a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

maven/jruby-jars/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ freezing to) a specific jruby-complete jar version.</description>
6767
</extension>
6868
</extensions>
6969
<directory>${basedir}/pkg</directory>
70-
<finalName>${project.artifactId}-1.7.27.dev</finalName>
70+
<finalName>${project.artifactId}-1.7.27</finalName>
7171
<plugins>
7272
<plugin>
7373
<groupId>de.saumya.mojo</groupId>
@@ -114,7 +114,7 @@ freezing to) a specific jruby-complete jar version.</description>
114114
<artifactId>maven-invoker-plugin</artifactId>
115115
<configuration>
116116
<properties>
117-
<ruby.version>1.7.27.dev</ruby.version>
117+
<ruby.version>1.7.27</ruby.version>
118118
<gem.home>${project.build.directory}/rubygems</gem.home>
119119
<gem.path>${project.build.directory}/rubygems</gem.path>
120120
</properties>

0 commit comments

Comments
 (0)