Skip to content

Commit

Permalink
2.1.2 manual release
Browse files Browse the repository at this point in the history
  • Loading branch information
kogitant committed Sep 27, 2017
1 parent 78084ed commit d031726
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.koant.sonar.slack</groupId>
<artifactId>cks-slack-notifier</artifactId>
<version>2.1-SNAPSHOT</version>
<version>2.1.2</version>
<packaging>sonar-plugin</packaging>

<name>CKS Slack Notifier Plugin</name>
Expand All @@ -18,7 +17,7 @@
<maven.compiler.target>1.8</maven.compiler.target>

<!-- JaCoCo support -->
<argLine></argLine>
<argLine />
<sonar.version>6.1</sonar.version>
</properties>

Expand Down

0 comments on commit d031726

Please sign in to comment.