Skip to content

Commit 69a6eb8

Browse files
committed
change version of parent pom from 1.6.0 to 1.7.0
1 parent 4c464c1 commit 69a6eb8

1 file changed

Lines changed: 9 additions & 2 deletions

File tree

pom.xml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
<parent>
77
<groupId>org.jqassistant.contrib.common</groupId>
88
<artifactId>parent</artifactId>
9-
<version>1.6.0</version>
9+
<version>1.7.0</version>
1010
</parent>
1111

1212
<groupId>org.jqassistant.contrib.plugin.kieker</groupId>
1313
<artifactId>jqa-kieker-plugin</artifactId>
14-
<version>1.0.0-SNAPSHOT</version>
14+
<version>0.0.1</version>
1515

1616
<name>jQAssistant Kieker Plugin</name>
1717
<description>The jQAssistant plugin to scan and to analyze Kieker trace logs.</description>
@@ -29,6 +29,13 @@
2929
</developer>
3030
</developers>
3131

32+
<scm>
33+
<connection>scm:git:[email protected]:softvis-research/jqa-kieker-plugin.git</connection>
34+
<developerConnection>scm:git:[email protected]:/softvis-research/jqa-kieker-plugin.git</developerConnection>
35+
<url>https://github.com//softvis-research/jqa-kieker-plugin</url>
36+
<tag>HEAD</tag>
37+
</scm>
38+
3239
<licenses>
3340
<license>
3441
<name>GNU General Public License, v3</name>

0 commit comments

Comments
 (0)