Skip to content

Commit 71d6c3b

Browse files
[maven-release-plugin] prepare release 0.3.3
1 parent 68fa1ff commit 71d6c3b

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

pom.xml

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

65
<parent>
@@ -10,7 +9,7 @@
109
</parent>
1110

1211
<artifactId>sonar-delphi-plugin</artifactId>
13-
<version>0.3.3-SNAPSHOT</version>
12+
<version>0.3.3</version>
1413
<packaging>sonar-plugin</packaging>
1514

1615
<name>Sonar Delphi Plugin</name>
@@ -54,7 +53,7 @@
5453
<connection>scm:git:[email protected]:fabriciocolombo/sonar-delphi.git</connection>
5554
<developerConnection>scm:git:[email protected]:fabriciocolombo/sonar-delphi.git</developerConnection>
5655
<url>https://github.com/fabriciocolombo/sonar-delphi</url>
57-
<tag>HEAD</tag>
56+
<tag>0.3.3</tag>
5857
</scm>
5958

6059
<issueManagement>

0 commit comments

Comments
 (0)