Skip to content
This repository has been archived by the owner on Jun 2, 2021. It is now read-only.

Commit

Permalink
[maven-release-plugin] prepare release 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ehartmann committed Jan 4, 2013
1 parent 2a071ac commit 86110f6
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
@@ -1,5 +1,4 @@
<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/maven-v4_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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>parent</artifactId>
Expand All @@ -9,7 +8,7 @@
</parent>

<artifactId>sonar-build-breaker-plugin</artifactId>
<version>1.1-SNAPSHOT</version>
<version>1.1</version>
<packaging>sonar-plugin</packaging>

<name>Sonar Build Breaker Plugin</name>
Expand All @@ -34,6 +33,7 @@
<connection>scm:git:git@github.com:SonarCommunity/sonar-build-breaker.git</connection>
<developerConnection>scm:git:git@github.com:SonarCommunity/sonar-build-breaker.git</developerConnection>
<url>https://github.com/SonarCommunity/sonar-build-breaker</url>
<tag>1.1</tag>
</scm>

<issueManagement>
Expand Down

0 comments on commit 86110f6

Please sign in to comment.