Skip to content

Commit

Permalink
release v1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
insano10 committed May 7, 2016
1 parent c4b3c7b commit 37f8389
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.insano10</groupId>
<artifactId>gocd-pr-comment-scalastyle</artifactId>
<version>1.2-SNAPSHOT</version>
<version>1.2</version>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8" ?>
<go-plugin id="github.pr.comment.scalastyle" version="1.2-SNAPSHOT">
<go-plugin id="github.pr.comment.scalastyle" version="1.2">
<about>
<name>Github Pull Request Comment: Scalastyle</name>
<version>1.2-SNAPSHOT</version>
<version>1.2</version>
<target-go-version>15.1.0</target-go-version>
<description>Comments on Github pull requests with Scalastyle results</description>
<vendor>
Expand Down

0 comments on commit 37f8389

Please sign in to comment.