Skip to content

Commit

Permalink
Maven
Browse files Browse the repository at this point in the history
  • Loading branch information
erxor committed Nov 8, 2015
1 parent 5c6ded5 commit fb1d2e3
Show file tree
Hide file tree
Showing 13 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>PSP</groupId>
<artifactId>PSP</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>1.0</version>
<build>
<sourceDirectory>src</sourceDirectory>
<resources>
Expand All @@ -18,8 +18,8 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>3.1</version>
<configuration>
<source>1.7</source>
<target>1.7</target>
<source>1.8</source>
<target>1.8</target>
</configuration>
</plugin>
</plugins>
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 1 addition & 0 deletions src/test/java/application/MainTest.java
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
package application;

0 comments on commit fb1d2e3

Please sign in to comment.