@@ -104,19 +104,17 @@ default_bc_version = File.read File.expand_path('lib/jopenssl/version.rb', File.
104104default_bc_version = default_bc_version [ /BOUNCY_CASTLE_VERSION\s ?=\s ?'(.*?)'/ , 1 ]
105105
106106properties ( 'jruby.plugins.version' => '1.1.6' ,
107- 'jruby.versions' => '1.7.26 ' ,
107+ 'jruby.versions' => '9.1.17.0 ' ,
108108 'bc.versions' => default_bc_version ,
109109 'invoker.test' => '${bc.versions}' ,
110110 # allow to skip all tests with -Dmaven.test.skip
111111 'invoker.skip' => '${maven.test.skip}' ,
112112 'runit.dir' => 'src/test/ruby/**/test_*.rb' ,
113113 # use this version of jruby for ALL the jruby-maven-plugins
114- 'jruby.version' => '9.1.17.0' ,
114+ 'jruby.version' => '9.1.17.0' , # Java 7 compatible till supporting JRuby 1.7
115115 # dump pom.xml as readonly when running 'rmvn'
116116 'polyglot.dump.pom' => 'pom.xml' ,
117- 'polyglot.dump.readonly' => true ,
118- 'tesla.dump.pom' => 'pom.xml' ,
119- 'tesla.dump.readonly' => true )
117+ 'polyglot.dump.readonly' => true )
120118
121119# make sure we have the embedded jars in place before we run runit plugin
122120plugin! :dependency do
171169}
172170
173171profile :id => 'release' do
174- plugin :source do
175- execute_goal :jar , id : 'attach-sources'
176- end
177- plugin :javadoc do
178- execute_goal :jar , id : 'attach-javadoc'
179- end
180172 plugin :gpg , '1.6' do
181173 execute_goal :sign , :phase => :verify
182174 end
0 commit comments