forked from fmueller/sonar-scala
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[maven-release-plugin] prepare release sonar-scala-plugin-1.1.0
- Loading branch information
1 parent
c070d1e
commit 87af709
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<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> | ||
|
@@ -11,7 +10,7 @@ | |
|
||
<artifactId>sonar-scala-plugin</artifactId> | ||
<packaging>sonar-plugin</packaging> | ||
<version>1.1.0-SNAPSHOT</version> | ||
<version>1.1.0</version> | ||
|
||
<name>Sonar Scala Plugin</name> | ||
<description>Enables analysis of Scala projects into Sonar.</description> | ||
|
@@ -30,6 +29,7 @@ | |
<connection>scm:git:[email protected]:SonarCommunity/sonar-scala.git</connection> | ||
<developerConnection>scm:git:[email protected]:SonarCommunity/sonar-scala.git</developerConnection> | ||
<url>https://github.com/SonarCommunity/sonar-scala</url> | ||
<tag>sonar-scala-plugin-1.1.0</tag> | ||
</scm> | ||
|
||
<issueManagement> | ||
|