Sha256: aae8606dc8571826cc9985b4b3e8e14ab08d317e1b86dfc0b9d86b5bb013142c
Contents?: true
Size: 1.75 KB
Versions: 5
Compression:
Stored size: 1.75 KB
Contents
<project> <modelVersion>4.0.0</modelVersion> <groupId>no_group_id_given</groupId> <artifactId>profile_gemspec_spec</artifactId> <version>0.0.0</version> <name>profile_gemspec_spec</name> <properties> <project.build.sourceEncoding>utf-8</project.build.sourceEncoding> <jruby.plugins.version>1.1.4</jruby.plugins.version> <mavengem.wagon.version>0.2.0</mavengem.wagon.version> </properties> <dependencies> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-simple</artifactId> <version>1.6.4</version> </dependency> <dependency> <groupId>org.jruby</groupId> <artifactId>jruby</artifactId> <version>1.7.16</version> <type>pom</type> </dependency> <dependency> <groupId>org.jruby</groupId> <artifactId>jruby</artifactId> <version>1.7.16</version> <classifier>noasm</classifier> <exclusions> <exclusion> <groupId>org.jruby</groupId> <artifactId>jruby-stdlib</artifactId> </exclusion> </exclusions> </dependency> </dependencies> <repositories> <repository> <id>mavengems</id> <url>mavengem:https://rubygems.org</url> </repository> </repositories> <build> <extensions> <extension> <groupId>org.torquebox.mojo</groupId> <artifactId>mavengem-wagon</artifactId> <version>${mavengem.wagon.version}</version> </extension> </extensions> <plugins> <plugin> <groupId>de.saumya.mojo</groupId> <artifactId>gem-maven-plugin</artifactId> <version>${jruby.plugins.version}</version> <configuration> <gemspec>jars_and_poms.gemspec</gemspec> </configuration> </plugin> </plugins> </build> </project>
Version data entries
5 entries across 5 versions & 1 rubygems