Skip to content

Commit

Permalink
2.7.3 - resolve serialization issue
Browse files Browse the repository at this point in the history
  • Loading branch information
kiranhart committed Jan 5, 2022
1 parent da6e5e0 commit 637d0f9
Showing 1 changed file with 2 additions and 25 deletions.
27 changes: 2 additions & 25 deletions pom.xml
Expand Up @@ -7,15 +7,15 @@
<artifactId>skulls</artifactId>

<name>Skulls</name>
<version>2.7.2</version>
<version>2.7.3</version>
<packaging>jar</packaging>

<properties>
<author>Kiran Hart</author>
<jarName>Skulls</jarName>
<main.class>${project.groupId}.${project.artifactId}.${project.name}</main.class>
<java.version>1.8</java.version>
<tweety.version>1.8.0</tweety.version>
<tweety.version>1.9.1</tweety.version>
<tweety.path>com.github.kiranhart</tweety.path>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
Expand Down Expand Up @@ -97,29 +97,6 @@
</relocations>
</configuration>
</plugin>
<plugin>
<artifactId>maven-resources-plugin</artifactId>
<version>3.0.2</version>
<executions>
<execution>
<id>copy-files-on-build</id>
<phase>package</phase>
<goals>
<goal>copy-resources</goal>
</goals>
<configuration>
<outputDirectory>C:\Dev\Minecraft\latest\plugins</outputDirectory>
<resources>
<resource>
<directory>C:\Users\Kiran\Documents\Development\Minecraft\Active\${jarName}\target</directory>
<include>${jarName}-${project.version}.jar</include>
<filtering>false</filtering>
</resource>
</resources>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<artifactId>maven-resources-plugin</artifactId>
<version>3.0.2</version>
Expand Down

0 comments on commit 637d0f9

Please sign in to comment.