next snapshot version [skip ci]

This commit is contained in:
Christian Meier 2015-07-03 09:22:19 +02:00
parent 9d6f095e26
commit ac7f27fb60
3 changed files with 10 additions and 3 deletions

View File

@ -3,6 +3,6 @@
<extension>
<groupId>io.takari.polyglot</groupId>
<artifactId>polyglot-ruby</artifactId>
<version>0.1.8</version>
<version>0.1.11</version>
</extension>
</extensions>

View File

@ -1,6 +1,6 @@
#-*- mode: ruby -*-
id 'de.saumya.mojo:jruby-mains:0.3.0'
id 'de.saumya.mojo:jruby-mains:0.3.1-SNAPSHOT'
repository( :id => 'rso-public-grid',
:url => 'https://repository.sonatype.org/content/groups/sonatype-public-grid',

View File

@ -1,10 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
DO NOT MODIFIY - GENERATED CODE
-->
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>de.saumya.mojo</groupId>
<artifactId>jruby-mains</artifactId>
<version>0.3.0</version>
<version>0.3.1-SNAPSHOT</version>
<name>jruby-mains</name>
<description>a set of main method to launch a jruby application from within a jar or war file or start jetty as executable</description>
<url>http://github.com/#{github}</url>