mirror of
https://github.com/plexusorg/toml4j.git
synced 2024-11-01 01:39:26 +00:00
[maven-release-plugin] prepare release toml4j-0.1.0
This commit is contained in:
parent
fd40992c1f
commit
49411767e8
5
pom.xml
5
pom.xml
|
@ -1,5 +1,4 @@
|
||||||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
<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">
|
||||||
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>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.sonatype.oss</groupId>
|
<groupId>org.sonatype.oss</groupId>
|
||||||
|
@ -8,7 +7,7 @@
|
||||||
</parent>
|
</parent>
|
||||||
<groupId>com.moandjiezana.toml</groupId>
|
<groupId>com.moandjiezana.toml</groupId>
|
||||||
<artifactId>toml4j</artifactId>
|
<artifactId>toml4j</artifactId>
|
||||||
<version>1.0.0-SNAPSHOT</version>
|
<version>0.1.0</version>
|
||||||
<name>toml4j</name>
|
<name>toml4j</name>
|
||||||
<description>A parser for TOML</description>
|
<description>A parser for TOML</description>
|
||||||
<url>http://moandjiezana.com/toml/</url>
|
<url>http://moandjiezana.com/toml/</url>
|
||||||
|
|
Loading…
Reference in a new issue