Skip to content

Commit 9e8e1e0

Browse files
committed
Remove Snapshot for release
1 parent b5d40e8 commit 9e8e1e0

File tree

4 files changed

+53
-53
lines changed

4 files changed

+53
-53
lines changed

item-nbt-api/pom.xml

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
1-
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
5-
<modelVersion>4.0.0</modelVersion>
6-
7-
<parent>
8-
<groupId>de.tr7zw</groupId>
9-
<artifactId>item-nbt-parent</artifactId>
10-
<version>2.0.0-SNAPSHOT</version>
11-
</parent>
12-
13-
<artifactId>item-nbt-api</artifactId>
14-
<packaging>jar</packaging>
15-
16-
<build>
17-
<defaultGoal>clean install javadoc:javadoc</defaultGoal>
18-
</build>
19-
20-
</project>
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<project xmlns="http://maven.apache.org/POM/4.0.0"
3+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
5+
<modelVersion>4.0.0</modelVersion>
6+
7+
<parent>
8+
<groupId>de.tr7zw</groupId>
9+
<artifactId>item-nbt-parent</artifactId>
10+
<version>2.0.0</version>
11+
</parent>
12+
13+
<artifactId>item-nbt-api</artifactId>
14+
<packaging>jar</packaging>
15+
16+
<build>
17+
<defaultGoal>clean install javadoc:javadoc</defaultGoal>
18+
</build>
19+
20+
</project>

item-nbt-plugin/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,21 @@
44
<parent>
55
<groupId>de.tr7zw</groupId>
66
<artifactId>item-nbt-parent</artifactId>
7-
<version>2.0.0-SNAPSHOT</version>
7+
<version>2.0.0</version>
88
</parent>
99
<artifactId>item-nbt-api-plugin</artifactId>
1010
<packaging>jar</packaging>
1111
<dependencies>
1212
<dependency>
1313
<groupId>de.tr7zw</groupId>
1414
<artifactId>item-nbt-api</artifactId>
15-
<version>2.0.0-SNAPSHOT</version>
15+
<version>2.0.0</version>
1616
<scope>compile</scope>
1717
</dependency>
1818
<dependency>
1919
<groupId>de.tr7zw</groupId>
2020
<artifactId>nbt-injector</artifactId>
21-
<version>2.0.0-SNAPSHOT</version>
21+
<version>2.0.0</version>
2222
<scope>compile</scope>
2323
</dependency>
2424
</dependencies>
@@ -77,7 +77,7 @@
7777
<versions>1.8.8-R0.1-SNAPSHOT-latest, 1.9.2-R0.1-SNAPSHOT-latest, 1.9.4-R0.1-SNAPSHOT-latest, 1.10.2-R0.1-SNAPSHOT-latest,1.11.2,1.12.2,1.13.2,1.14.1,1.14.2,1.14.3</versions>
7878
<works>Success! This version of NBT-API</works>
7979
<error>WARNING! This version of NBT-API</error>
80-
<filename>item-nbt-api-plugin-2.0.0-SNAPSHOT.jar</filename>
80+
<filename>item-nbt-api-plugin-2.0.0.jar</filename>
8181
<foldername>item-nbt-plugin</foldername>
8282
</configuration>
8383
</plugin>

nbt-injector/pom.xml

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,28 @@
1-
<?xml version="1.0" encoding="UTF-8"?>
2-
<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">
3-
<modelVersion>4.0.0</modelVersion>
4-
<parent>
5-
<groupId>de.tr7zw</groupId>
6-
<artifactId>item-nbt-parent</artifactId>
7-
<version>2.0.0-SNAPSHOT</version>
8-
</parent>
9-
<artifactId>nbt-injector</artifactId>
10-
<packaging>jar</packaging>
11-
<dependencies>
12-
<dependency>
13-
<groupId>de.tr7zw</groupId>
14-
<artifactId>item-nbt-api</artifactId>
15-
<version>2.0.0-SNAPSHOT</version>
16-
<scope>compile</scope>
17-
</dependency>
18-
<dependency>
19-
<groupId>org.javassist</groupId>
20-
<artifactId>javassist</artifactId>
21-
<version>3.25.0-GA</version>
22-
<scope>compile</scope>
23-
</dependency>
24-
</dependencies>
25-
<build>
26-
<defaultGoal>clean install javadoc:javadoc</defaultGoal>
27-
</build>
28-
</project>
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<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">
3+
<modelVersion>4.0.0</modelVersion>
4+
<parent>
5+
<groupId>de.tr7zw</groupId>
6+
<artifactId>item-nbt-parent</artifactId>
7+
<version>2.0.0</version>
8+
</parent>
9+
<artifactId>nbt-injector</artifactId>
10+
<packaging>jar</packaging>
11+
<dependencies>
12+
<dependency>
13+
<groupId>de.tr7zw</groupId>
14+
<artifactId>item-nbt-api</artifactId>
15+
<version>2.0.0</version>
16+
<scope>compile</scope>
17+
</dependency>
18+
<dependency>
19+
<groupId>org.javassist</groupId>
20+
<artifactId>javassist</artifactId>
21+
<version>3.25.0-GA</version>
22+
<scope>compile</scope>
23+
</dependency>
24+
</dependencies>
25+
<build>
26+
<defaultGoal>clean install javadoc:javadoc</defaultGoal>
27+
</build>
28+
</project>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>de.tr7zw</groupId>
55
<artifactId>item-nbt-parent</artifactId>
6-
<version>2.0.0-SNAPSHOT</version>
6+
<version>2.0.0</version>
77
<packaging>pom</packaging>
88
<modules>
99
<module>item-nbt-api</module>

0 commit comments

Comments
 (0)