Skip to content

Commit

Permalink
Version 0.11.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
totemo committed Dec 28, 2016
1 parent 6572fe1 commit 2264448
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.github.totemo</groupId>
<artifactId>Doppelganger</artifactId>
<version>0.10.0</version>
<version>0.11.0</version>
<packaging>jar</packaging>
<name>Doppelganger</name>
<description>Provides custom, summonable mobs that are reminiscent of the built-in golem types.</description>
Expand Down Expand Up @@ -49,16 +49,16 @@
<archive>
<addMavenDescriptor>false</addMavenDescriptor>
</archive>
<finalName>Doppelganger</finalName>
<finalName>${project.artifactId}-${project.version}</finalName>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>2.0.2</version>
<configuration>
<source>1.5</source>
<target>1.5</target>
<source>1.8</source>
<target>1.8</target>
</configuration>
</plugin>
</plugins>
Expand Down

0 comments on commit 2264448

Please sign in to comment.