File tree Expand file tree Collapse file tree 3 files changed +9
-7
lines changed
Expand file tree Collapse file tree 3 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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
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 >
Original file line number Diff line number Diff line change 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 >
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 >
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 >
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 >
You can’t perform that action at this time.
0 commit comments