Skip to content

Commit

Permalink
Edit pom
Browse files Browse the repository at this point in the history
  • Loading branch information
trixon committed Jan 21, 2017
1 parent 52a7b69 commit 08134ee
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 42 deletions.
8 changes: 5 additions & 3 deletions pom.xml
Expand Up @@ -144,17 +144,19 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.6.0</version>
<version>3.6.1</version>
<configuration>
<source>1.8</source>
<target>1.8</target>
</configuration>
</plugin>
<plugin>
<artifactId>maven-assembly-plugin</artifactId>
<version>2.5.3</version>
<version>3.0.0</version>
<configuration>
<descriptor>src/assembly/dep.xml</descriptor>
<descriptors>
<descriptor>src/assembly/dep.xml</descriptor>
</descriptors>
</configuration>
<executions>
<execution>
Expand Down
39 changes: 0 additions & 39 deletions src/assembly/bin.xml

This file was deleted.

0 comments on commit 08134ee

Please sign in to comment.