Skip to content

Commit

Permalink
fix jruby-maven-plugin and build of gem (#777)
Browse files Browse the repository at this point in the history
* use snapshot version of jruby-maven-plugin

* pick the right snapshot version

* use snapshot everywhere

* trigger travis

* use 1.1.7 jruby-maven-plugin
  • Loading branch information
mkristian authored and robertpanzer committed Mar 8, 2019
1 parent 9701649 commit 44a599b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
2 changes: 1 addition & 1 deletion asciidoctor-gem-installer.pom
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<plugin>
<groupId>de.saumya.mojo</groupId>
<artifactId>gem-maven-plugin</artifactId>
<version>1.1.5</version>
<version>1.1.7</version>
<extensions>true</extensions>
</plugin>
</plugins>
Expand Down
8 changes: 1 addition & 7 deletions asciidoctor-pdf-gem-installer.pom
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,6 @@
<url>http://rubygems-proxy.torquebox.org/releases</url>
</repository>
</repositories>
<pluginRepositories>
<pluginRepository>
<id>rubygems-releases</id>
<url>http://rubygems-proxy.torquebox.org/releases</url>
</pluginRepository>
</pluginRepositories>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
Expand All @@ -29,7 +23,7 @@
<plugin>
<groupId>de.saumya.mojo</groupId>
<artifactId>gem-maven-plugin</artifactId>
<version>1.0.6</version>
<version>1.1.7-</version>
<extensions>true</extensions>
</plugin>
</plugins>
Expand Down

0 comments on commit 44a599b

Please sign in to comment.