Skip to content

Commit

Permalink
#4 switch to IntelliJ 17.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael O'Brien committed Sep 16, 2018
1 parent aad9277 commit 3921814
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>3.2</version>
<configuration>
<source>1.7</source>
<target>1.7</target>
<source>1.8</source>
<target>1.8</target>
<resource>
<directory>${basedir}/src/main/resources/xft</directory>
<filtering>false</filtering>
Expand Down
4 changes: 2 additions & 2 deletions radar.se/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>3.2</version>
<configuration>
<source>1.7</source>
<target>1.7</target>
<source>1.8</source>
<target>1.8</target>
<resource>
<directory>${basedir}/src/main/resources/xft</directory>
<filtering>false</filtering>
Expand Down
4 changes: 2 additions & 2 deletions radar.web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<version>3.2</version>
<configuration>
<source>1.8</source>
<target>1.7</target>
<target>1.8</target>
</configuration>
</plugin>
</plugins>
Expand Down Expand Up @@ -124,7 +124,7 @@
<dependency>
<groupId>org.obrienlabs</groupId>
<artifactId>radar.model</artifactId>
<version>0.0.2-SNAPSHOT</version>
<version>0.0.5-SNAPSHOT</version>
</dependency>
</dependencies>
</project>

0 comments on commit 3921814

Please sign in to comment.