Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stevespringett committed Oct 15, 2017
1 parent b04f6f4 commit fe3b031
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -8,7 +8,7 @@
</parent>
<groupId>org.sonarsource.owasp</groupId>
<artifactId>sonar-dependency-check</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0</version>
<packaging>pom</packaging>
<name>Dependency-Check for SonarQube</name>
<description>Integrates Dependency-Check reports into SonarQube</description>
Expand Down Expand Up @@ -44,7 +44,7 @@
<connection>scm:git:https://github.com/stevespringett/dependency-check-sonar-plugin</connection>
<developerConnection>scm:git:https://github.com/stevespringett/dependency-check-sonar-plugin.git</developerConnection>
<url>https://github.com/stevespringett/dependency-check-sonar-plugin</url>
<tag>HEAD</tag>
<tag>1.1.0</tag>
</scm>

<issueManagement>
Expand Down
2 changes: 1 addition & 1 deletion sonar-dependency-check-plugin/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.sonarsource.owasp</groupId>
<artifactId>sonar-dependency-check</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0</version>
<relativePath>..</relativePath>
</parent>
<artifactId>sonar-dependency-check-plugin</artifactId>
Expand Down

0 comments on commit fe3b031

Please sign in to comment.