Skip to content

Commit ba13674

Browse files
committed
[maven-release-plugin] prepare release v0.7.6
1 parent 4517e12 commit ba13674

File tree

10 files changed

+11
-11
lines changed

10 files changed

+11
-11
lines changed

common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.github.ardoco.core</groupId>
66
<artifactId>parent</artifactId>
7-
<version>0.7.6-SNAPSHOT</version>
7+
<version>0.7.6</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<artifactId>common</artifactId>

connection-generator/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.github.ardoco.core</groupId>
66
<artifactId>parent</artifactId>
7-
<version>0.7.6-SNAPSHOT</version>
7+
<version>0.7.6</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<artifactId>connection-generator</artifactId>

inconsistency-detection/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.github.ardoco.core</groupId>
66
<artifactId>parent</artifactId>
7-
<version>0.7.6-SNAPSHOT</version>
7+
<version>0.7.6</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<artifactId>inconsistency-detection</artifactId>

model-provider/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.github.ardoco.core</groupId>
66
<artifactId>parent</artifactId>
7-
<version>0.7.6-SNAPSHOT</version>
7+
<version>0.7.6</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<artifactId>model-provider</artifactId>

pipeline/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.github.ardoco.core</groupId>
66
<artifactId>parent</artifactId>
7-
<version>0.7.6-SNAPSHOT</version>
7+
<version>0.7.6</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<artifactId>pipeline</artifactId>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<groupId>io.github.ardoco.core</groupId>
1212
<artifactId>parent</artifactId>
13-
<version>0.7.6-SNAPSHOT</version>
13+
<version>0.7.6</version>
1414
<packaging>pom</packaging>
1515
<name>ArDoCo (Core) - The Consistency Analyzer</name>
1616
<description>The goal of this project is to connect architecture documentation and models while identifying missing
@@ -60,7 +60,7 @@
6060
<connection>scm:git:git://github.com/ArDoCo/Core.git</connection>
6161
<developerConnection>scm:git:ssh://github.com:ArDoCo/Core.git</developerConnection>
6262
<url>http://github.com/ArDoCo/Core/tree/main</url>
63-
<tag>HEAD</tag>
63+
<tag>v0.7.6</tag>
6464
</scm>
6565
<issueManagement>
6666
<system>GitHub Issues</system>

recommendation-generator/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.github.ardoco.core</groupId>
66
<artifactId>parent</artifactId>
7-
<version>0.7.6-SNAPSHOT</version>
7+
<version>0.7.6</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<artifactId>recommendation-generator</artifactId>

tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.github.ardoco.core</groupId>
66
<artifactId>parent</artifactId>
7-
<version>0.7.6-SNAPSHOT</version>
7+
<version>0.7.6</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<artifactId>tests</artifactId>

text-extraction/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.github.ardoco.core</groupId>
66
<artifactId>parent</artifactId>
7-
<version>0.7.6-SNAPSHOT</version>
7+
<version>0.7.6</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<artifactId>text-extraction</artifactId>

text-provider/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.github.ardoco.core</groupId>
66
<artifactId>parent</artifactId>
7-
<version>0.7.6-SNAPSHOT</version>
7+
<version>0.7.6</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<artifactId>text-provider</artifactId>

0 commit comments

Comments
 (0)