Skip to content

Commit 4e1ba7d

Browse files
committed
copy-rename-maven-plugin version
1 parent 479a50a commit 4e1ba7d

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

shaded/pom.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
)
3434
end
3535

36-
plugin :'com.coderplus.maven.plugins:copy-rename-maven-plugin' do
36+
plugin :'com.coderplus.maven.plugins:copy-rename-maven-plugin', '1.0' do
3737
execute_goals 'copy',
3838
id: 'copy to lib/jruby.jar',
3939
phase: 'package',

shaded/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ DO NOT MODIFY - GENERATED CODE
7070
<plugin>
7171
<groupId>com.coderplus.maven.plugins</groupId>
7272
<artifactId>copy-rename-maven-plugin</artifactId>
73+
<version>1.0</version>
7374
<executions>
7475
<execution>
7576
<id>copy to lib/jruby.jar</id>

0 commit comments

Comments
 (0)