forked from jenkinsci/sonar-gerrit-plugin
-
Notifications
You must be signed in to change notification settings - Fork 5
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-gerrit-3.0.0
- Loading branch information
Martin Hofmann-Sobik
committed
Dec 14, 2020
1 parent
898615b
commit 61dca75
Showing
1 changed file
with
4 additions
and
5 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,17 +1,16 @@ | ||
<?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> | ||
<groupId>org.jenkins-ci.plugins</groupId> | ||
<artifactId>plugin</artifactId> | ||
<version>4.4</version> | ||
<relativePath/> | ||
<relativePath /> | ||
</parent> | ||
|
||
<artifactId>sonar-gerrit</artifactId> | ||
<version>2.4.4-SNAPSHOT</version> | ||
<version>3.0.0</version> | ||
<packaging>hpi</packaging> | ||
|
||
<properties> | ||
|
@@ -55,7 +54,7 @@ | |
<developerConnection>scm:git:ssh://[email protected]/jenkinsci/${project.artifactId}-plugin.git | ||
</developerConnection> | ||
<url>https://github.com/jenkinsci/${project.artifactId}-plugin</url> | ||
<tag>sonar-gerrit-2.4.3</tag> | ||
<tag>sonar-gerrit-3.0.0</tag> | ||
</scm> | ||
|
||
<repositories> | ||
|