Skip to content

Commit

Permalink
Adjusted POM
Browse files Browse the repository at this point in the history
  • Loading branch information
czengler committed Jan 18, 2020
1 parent 3066329 commit b8ab3d4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.logicng</groupId>
<artifactId>logicng</artifactId>
<version>1.6.2</version>
<version>2.0.0-SNAPSHOT</version>
<packaging>jar</packaging>

<name>LogicNG</name>
Expand Down Expand Up @@ -68,8 +68,8 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

<maven.compiler.source>1.7</maven.compiler.source>
<maven.compiler.target>1.7</maven.compiler.target>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>

<sonar.language>java</sonar.language>
<sonar.exclusions>**/LogicNGPropositional*.java,**/LogicNGPseudoBoolean*.java</sonar.exclusions>
Expand Down

0 comments on commit b8ab3d4

Please sign in to comment.