Skip to content

Commit

Permalink
Prepare for next iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewfarwell committed Apr 5, 2015
1 parent 7f114fa commit 9bd19a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<groupId>org.scalastyle</groupId>
<artifactId>scalastyle-maven-plugin</artifactId>
<packaging>maven-plugin</packaging>
<version>0.7.0</version>
<version>0.8.0-SNAPSHOT</version>
<name>Scalastyle Maven Plugin</name>
<description>Integrates Scalastyle style checker for Scala with maven</description>
<inceptionYear>2012</inceptionYear>
Expand All @@ -19,7 +19,7 @@

<properties>
<scalastyle.artifactId>scalastyle_2.11</scalastyle.artifactId>
<scalastyle.version>0.7.0</scalastyle.version>
<scalastyle.version>0.8.0-SNAPSHOT</scalastyle.version>
<maven.version>3.0</maven.version>
<maven.compiler.source>1.5</maven.compiler.source>
<maven.compiler.target>1.5</maven.compiler.target>
Expand Down

0 comments on commit 9bd19a7

Please sign in to comment.