Skip to content

Commit

Permalink
v4.2.1 close #100 close #99 close #98 close #97 close #96 close #95 c…
Browse files Browse the repository at this point in the history
…lose #94
  • Loading branch information
Majekdor committed Mar 3, 2022
1 parent ee7846e commit 1998663
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 30 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Plugin Changelog

# 4.2.1 - Bug Fixes

This update includes minor bug fixes and dependency bumps. It will be the last update before v5 comes out in a few months.

# 4.2.0 - Bye Bye AnvilGUI

- Drop support for AnvilGUI in favor of typing the input in chat.
Expand Down
31 changes: 1 addition & 30 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>dev.majek.pc</groupId>
<artifactId>PartyChat</artifactId>
<version>4.2.1-SNAPSHOT</version>
<version>4.2.1</version>
<packaging>jar</packaging>

<name>PartyChat</name>
Expand Down Expand Up @@ -158,35 +158,6 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>license-maven-plugin</artifactId>
<version>2.0.0</version>
<configuration>
<licenseName>mit</licenseName>
<inceptionYear>2020</inceptionYear>
<organizationName>Majekdor</organizationName>
<projectName>This file is part of PartyChat, licensed under the MIT License.</projectName>
<addJavaLicenseAfterPackage>false</addJavaLicenseAfterPackage>
<sectionDelimiter>-</sectionDelimiter>
</configuration>
<!--<executions>
<execution>
<id>first</id>
<goals>
<goal>update-file-header</goal>
</goals>
<phase>process-sources</phase>
<configuration>
<licenseName>mit</licenseName>
<roots>
<root>src/main/java</root>
<root>src/test</root>
</roots>
</configuration>
</execution>
</executions>-->
</plugin>
</plugins>
<resources>
<resource>
Expand Down

0 comments on commit 1998663

Please sign in to comment.