Skip to content

Commit 91420ce

Browse files
committed
[maven-release-plugin] prepare release v0.0.3
1 parent 39fe488 commit 91420ce

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,10 +1,9 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1+
<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">
32
<modelVersion>4.0.0</modelVersion>
43

54
<groupId>de.fakeller.performance</groupId>
65
<artifactId>fastpan-variability-analyzer</artifactId>
7-
<version>0.0.3-SNAPSHOT</version>
6+
<version>0.0.3</version>
87

98
<name>fastpan-variability-analyzer</name>
109
<description>Provides variability-aware performance analyzers leveraging machine learning techniques</description>
@@ -13,7 +12,7 @@
1312
<scm>
1413
<developerConnection>scm:git:[email protected]:DECLARE-Project/fastpan-variability-analyzer.git
1514
</developerConnection>
16-
<tag>HEAD</tag>
15+
<tag>v0.0.3</tag>
1716
</scm>
1817

1918
<properties>

0 commit comments

Comments
 (0)