Skip to content

Commit 2ecc594

Browse files
committed
[maven-release-plugin] prepare release sonar-postgres-plugin-1.0
1 parent d7d8259 commit 2ecc594

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

pom.xml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<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">
53
<modelVersion>4.0.0</modelVersion>
64

75
<groupId>com.premiumminds.sonar.postgres</groupId>
86
<artifactId>sonar-postgres-plugin</artifactId>
9-
<version>1.0-SNAPSHOT</version>
7+
<version>1.0</version>
108

119
<packaging>sonar-plugin</packaging>
1210

@@ -16,7 +14,7 @@
1614
<connection>scm:git:[email protected]:premium-minds/sonar-postgres-plugin.git</connection>
1715
<developerConnection>scm:git:[email protected]:premium-minds/sonar-postgres-plugin.git</developerConnection>
1816
<url>https://github.com/premium-minds/sonar-postgres-plugin</url>
19-
<tag>HEAD</tag>
17+
<tag>sonar-postgres-plugin-1.0</tag>
2018
</scm>
2119

2220
<properties>

0 commit comments

Comments
 (0)