Skip to content

Commit

Permalink
4.13.0-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
InventivetalentDev committed Feb 12, 2021
1 parent ce9cb5c commit ca2422b
Showing 1 changed file with 21 additions and 11 deletions.
32 changes: 21 additions & 11 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,15 @@

<groupId>org.inventivetalent</groupId>
<artifactId>animatedframes</artifactId>
<version>4.12.1-SNAPSHOT</version>
<version>4.13.0-SNAPSHOT</version>
<name>AnimatedFrames</name>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>1.9</maven.compiler.source>
<maven.compiler.target>1.9</maven.compiler.target>
</properties>

<build>
<finalName>AnimatedFrames_v${project.version}</finalName>
<sourceDirectory>src/main/java</sourceDirectory>
Expand All @@ -59,16 +65,16 @@
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.3</version>
<version>3.8.1</version>
<configuration>
<source>1.8</source>
<target>1.8</target>
<source>1.9</source>
<target>1.9</target>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>2.4</version>
<version>3.2.2</version>
<executions>
<execution>
<phase>package</phase>
Expand Down Expand Up @@ -140,12 +146,12 @@
<dependency>
<groupId>org.inventivetalent</groupId>
<artifactId>mapmanager</artifactId>
<version>1.7.10-SNAPSHOT</version>
<version>1.8.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.inventivetalent</groupId>
<artifactId>pluginannotations</artifactId>
<version>1.4.7-SNAPSHOT</version>
<version>1.5.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.inventivetalent</groupId>
Expand All @@ -160,7 +166,7 @@
<dependency>
<groupId>org.inventivetalent</groupId>
<artifactId>frame-map-util</artifactId>
<version>1.2.3-SNAPSHOT</version>
<version>1.3.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.inventivetalent.spiget-update</groupId>
Expand All @@ -171,12 +177,12 @@
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.16.8</version>
<version>1.18.16</version>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.6.2</version>
<version>2.8.5</version>
</dependency>
</dependencies>

Expand All @@ -185,6 +191,10 @@
<id>inventive-repo</id>
<url>https://repo.inventivetalent.org/content/groups/public/</url>
</repository>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
<repository>
<id>md_5-repo</id>
<url>http://repo.md-5.net/content/repositories/public/</url>
Expand All @@ -198,4 +208,4 @@
<url>https://hub.spigotmc.org/nexus/content/groups/public/</url>
</repository>
</repositories>
</project>
</project>

0 comments on commit ca2422b

Please sign in to comment.