File tree Expand file tree Collapse file tree 2 files changed +5
-30
lines changed
Expand file tree Collapse file tree 2 files changed +5
-30
lines changed Original file line number Diff line number Diff line change 11# Plugin Changelog
22
3+ # 4.2.1 - Bug Fixes
4+
5+ This update includes minor bug fixes and dependency bumps. It will be the last update before v5 comes out in a few months.
6+
37# 4.2.0 - Bye Bye AnvilGUI
48
59- Drop support for AnvilGUI in favor of typing the input in chat.
Original file line number Diff line number Diff line change 66
77 <groupId >dev.majek.pc</groupId >
88 <artifactId >PartyChat</artifactId >
9- <version >4.2.1-SNAPSHOT </version >
9+ <version >4.2.1</version >
1010 <packaging >jar</packaging >
1111
1212 <name >PartyChat</name >
158158 </execution >
159159 </executions >
160160 </plugin >
161- <plugin >
162- <groupId >org.codehaus.mojo</groupId >
163- <artifactId >license-maven-plugin</artifactId >
164- <version >2.0.0</version >
165- <configuration >
166- <licenseName >mit</licenseName >
167- <inceptionYear >2020</inceptionYear >
168- <organizationName >Majekdor</organizationName >
169- <projectName >This file is part of PartyChat, licensed under the MIT License.</projectName >
170- <addJavaLicenseAfterPackage >false</addJavaLicenseAfterPackage >
171- <sectionDelimiter >-</sectionDelimiter >
172- </configuration >
173- <!-- <executions>
174- <execution>
175- <id>first</id>
176- <goals>
177- <goal>update-file-header</goal>
178- </goals>
179- <phase>process-sources</phase>
180- <configuration>
181- <licenseName>mit</licenseName>
182- <roots>
183- <root>src/main/java</root>
184- <root>src/test</root>
185- </roots>
186- </configuration>
187- </execution>
188- </executions>-->
189- </plugin >
190161 </plugins >
191162 <resources >
192163 <resource >
You can’t perform that action at this time.
0 commit comments