Skip to content

Commit 1998663

Browse files
committed
v4.2.1 close #100 close #99 close #98 close #97 close #96 close #95 close #94
1 parent ee7846e commit 1998663

File tree

2 files changed

+5
-30
lines changed

2 files changed

+5
-30
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
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.

pom.xml

Lines changed: 1 addition & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
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>
@@ -158,35 +158,6 @@
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>

0 commit comments

Comments
 (0)