Skip to content

Commit

Permalink
4.13.1-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
InventivetalentDev committed May 28, 2021
1 parent f4feedd commit cb5f180
Showing 1 changed file with 6 additions and 39 deletions.
45 changes: 6 additions & 39 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,40 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
~ Copyright 2015-2016 inventivetalent. All rights reserved.
~
~ Redistribution and use in source and binary forms, with or without modification, are
~ permitted provided that the following conditions are met:
~
~ 1. Redistributions of source code must retain the above copyright notice, this list of
~ conditions and the following disclaimer.
~
~ 2. Redistributions in binary form must reproduce the above copyright notice, this list
~ of conditions and the following disclaimer in the documentation and/or other materials
~ provided with the distribution.
~
~ THIS SOFTWARE IS PROVIDED BY THE AUTHOR ''AS IS'' AND ANY EXPRESS OR IMPLIED
~ WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
~ FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR
~ CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
~ CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
~ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
~ ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
~ NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
~ ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
~
~ The views and conclusions contained in the software and documentation are those of the
~ authors and contributors and should not be interpreted as representing official policies,
~ either expressed or implied, of anybody else.
-->

<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

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

<properties>
Expand Down Expand Up @@ -67,8 +39,8 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>3.8.1</version>
<configuration>
<source>1.9</source>
<target>1.9</target>
<source>11</source>
<target>11</target>
</configuration>
</plugin>
<plugin>
Expand All @@ -84,7 +56,6 @@
<configuration>
<artifactSet>
<includes>
<include>org.mcstats.*</include>
<include>org.inventivetalent:animatedframes**</include>
<include>org.inventivetalent:particleapi**</include>
<include>org.inventivetalent:pluginannotations**</include>
Expand All @@ -98,10 +69,6 @@
</includes>
</artifactSet>
<relocations>
<relocation>
<pattern>org.mcstats</pattern>
<shadedPattern>org.inventivetalent.animatedframes.mcstats</shadedPattern>
</relocation>
<relocation>
<pattern>org.inventivetalent.vectors</pattern>
<shadedPattern>org.inventivetalent.animatedframes.vectors</shadedPattern>
Expand Down Expand Up @@ -146,7 +113,7 @@
<dependency>
<groupId>org.inventivetalent</groupId>
<artifactId>mapmanager</artifactId>
<version>1.8.0-SNAPSHOT</version>
<version>1.8.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.inventivetalent</groupId>
Expand All @@ -161,12 +128,12 @@
<dependency>
<groupId>org.inventivetalent</groupId>
<artifactId>boundingboxapi</artifactId>
<version>1.3.4-SNAPSHOT</version>
<version>1.3.5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.inventivetalent</groupId>
<artifactId>frame-map-util</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.inventivetalent.spiget-update</groupId>
Expand Down

0 comments on commit cb5f180

Please sign in to comment.