Sha256: 6d7709a58589674d2904fdaf7f0b99b163d62bf3f5532f6402e8fbb0240935f6
Contents?: true
Size: 1.39 KB
Versions: 3
Compression:
Stored size: 1.39 KB
Contents
<project> <modelVersion>4.0.0</modelVersion> <groupId>no_group_id_given</groupId> <artifactId>BASEDIR</artifactId> <version>0.0.0</version> <name>BASEDIR</name> <properties> <project.build.sourceEncoding>utf-8</project.build.sourceEncoding> <jruby.plugins.version>1.0.7</jruby.plugins.version> </properties> <dependencies> <dependency> <groupId>rubygems</groupId> <artifactId>virtus</artifactId> <version>[1.0,1.99999]</version> <type>gem</type> </dependency> <dependency> <groupId>rubygems</groupId> <artifactId>rake</artifactId> <version>[10.0,10.99999]</version> <type>gem</type> <scope>test</scope> </dependency> <dependency> <groupId>rubygems</groupId> <artifactId>minitest</artifactId> <version>[5.3,5.99999]</version> <type>gem</type> <scope>test</scope> </dependency> </dependencies> <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