Sha256: 76871a76bff30892552ea04d24c7d5923d1b3ecfa550e6a55f78d13be42585be

Contents?: true

Size: 1.24 KB

Versions: 2

Compression:

Stored size: 1.24 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>
    <jruby.plugins.version>3.0.0-SNAPSHOT</jruby.plugins.version>
    <mavengem.wagon.version>2.0.0-SNAPSHOT</mavengem.wagon.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>
  <build>
    <plugins>
      <plugin>
        <groupId>org.jruby.maven</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

2 entries across 2 versions & 1 rubygems

Version Path
maven-tools-1.2.0 spec/dsl/gemspec_spec/maven-tools.xml
maven-tools-1.2.0.pre1 spec/dsl/gemspec_spec/maven-tools.xml