Skip to content

Commit b1eee19

Browse files
committed
updated version.
1 parent 5b48d68 commit b1eee19

File tree

3 files changed

+9
-7
lines changed

3 files changed

+9
-7
lines changed

PacketEntityAPI-Plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>net.iso2013.peapi</groupId>
88
<artifactId>PacketEntityAPI-Parent</artifactId>
9-
<version>1.2.1-SNAPSHOT</version>
9+
<version>1.2.2-SNAPSHOT</version>
1010
</parent>
1111

1212
<artifactId>PacketEntityAPI-Plugin</artifactId>

PacketEntityAPI/pom.xml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>net.iso2013.peapi</groupId>
77
<artifactId>PacketEntityAPI-Parent</artifactId>
8-
<version>1.2.1-SNAPSHOT</version>
8+
<version>1.2.2-SNAPSHOT</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

@@ -41,8 +41,6 @@
4141
</execution>
4242
</executions>
4343
<configuration>
44-
<reportOutputDirectory>../docs</reportOutputDirectory>
45-
<destDir>javadocs</destDir>
4644
<doctitle>PacketEntityAPI docs v${project.version}</doctitle>
4745
<windowtitle>PacketEntityAPI docs v${project.version}</windowtitle>
4846
</configuration>

pom.xml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<groupId>net.iso2013.peapi</groupId>
88
<artifactId>PacketEntityAPI-Parent</artifactId>
99
<packaging>pom</packaging>
10-
<version>1.2.1-SNAPSHOT</version>
10+
<version>1.2.2-SNAPSHOT</version>
1111
<modules>
1212
<module>PacketEntityAPI</module>
1313
<module>PacketEntityAPI-Plugin</module>
@@ -26,6 +26,10 @@
2626
<id>frostalf</id>
2727
<url>https://repo.frostalf.net</url>
2828
</repository>
29+
<repository>
30+
<id>dmulloy2-repo</id>
31+
<url>https://repo.dmulloy2.net/nexus/repository/public/</url>
32+
</repository>
2933
<repository>
3034
<id>sonatype</id>
3135
<url>https://oss.sonatype.org/content/groups/public/</url>
@@ -46,7 +50,7 @@
4650
<dependency>
4751
<groupId>com.comphenix.protocol</groupId>
4852
<artifactId>ProtocolLib</artifactId>
49-
<version>4.5.1-SNAPSHOT</version>
53+
<version>4.5.0</version>
5054
<scope>provided</scope>
5155
</dependency>
5256
<dependency>
@@ -57,7 +61,7 @@
5761
</dependencies>
5862

5963
<build>
60-
<defaultGoal>clean install</defaultGoal>
64+
<defaultGoal>clean package install</defaultGoal>
6165
<plugins>
6266
<plugin>
6367
<groupId>org.apache.maven.plugins</groupId>

0 commit comments

Comments
 (0)