Sha256: 5165b6ab8d3647db5b47067833cf6eb8084cea98b163914840e6e76da313581b
Contents?: true
Size: 727 Bytes
Versions: 14
Compression:
Stored size: 727 Bytes
Contents
<?xml version="1.0" encoding="UTF-8"?><project> <parent> <artifactId>maven</artifactId> <groupId>org.apache.maven</groupId> <version>2.0.5</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>maven-artifact</artifactId> <name>Maven Artifact</name> <version>2.0.5</version> <dependencies> <dependency> <groupId>org.codehaus.plexus</groupId> <artifactId>plexus-utils</artifactId> </dependency> <dependency> <groupId>org.codehaus.plexus</groupId> <artifactId>plexus-container-default</artifactId> <scope>test</scope> </dependency> </dependencies> <distributionManagement> <status>deployed</status> </distributionManagement> </project>
Version data entries
14 entries across 14 versions & 1 rubygems