Sha256: 97e325238abe2c323be6525e8a5cd884387859dc1827d7542304d9cb60b3d37a
Contents?: true
Size: 555 Bytes
Versions: 7
Compression:
Stored size: 555 Bytes
Contents
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>org.burgers</groupId> <artifactId>sample-maven-project</artifactId> <packaging>pom</packaging> <version>1.0-SNAPSHOT</version> <modules> <module>parent</module> <module>other </module> </modules> </project>
Version data entries
7 entries across 7 versions & 1 rubygems