Sha256: 3bd58bd61aa20aec40988a9cd40b2fe351345da783e72d0dbd0cc8a74495874c
Contents?: true
Size: 855 Bytes
Versions: 3
Compression:
Stored size: 855 Bytes
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.0.7</jruby.plugins.version> </properties> <repositories> <repository> <id>rubygems-releases</id> <url>http://rubygems-proxy.torquebox.org/releases</url> </repository> </repositories> <build> <plugins> <plugin> <groupId>de.saumya.mojo</groupId> <artifactId>gem-maven-plugin</artifactId> <version>${jruby.plugins.version}</version> <configuration> <gemspec>maven-tools.gemspec</gemspec> </configuration> </plugin> </plugins> </build> </project>
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
maven-tools-1.0.8 | spec/dsl/profile_gemspec_spec/no_gems.xml |
maven-tools-1.0.7 | spec/dsl/profile_gemspec_spec/no_gems.xml |
maven-tools-1.0.6 | spec/dsl/profile_gemspec_spec/no_gems.xml |