Skip to content

Commit 7bfbb21

Browse files
[maven-release-plugin] prepare release root-2.9.0
1 parent 2774f3b commit 7bfbb21

3 files changed

Lines changed: 6 additions & 9 deletions

File tree

fermenter-mda/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.technologybrewery.fermenter</groupId>
55
<artifactId>root</artifactId>
6-
<version>2.9.0-SNAPSHOT</version>
6+
<version>2.9.0</version>
77
</parent>
88

99
<name>Fermenter::Model-Driven Architecture Code Generator</name>

pom.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
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
<parent>
@@ -9,7 +8,7 @@
98
</parent>
109

1110
<groupId>org.technologybrewery.fermenter</groupId>
12-
<version>2.9.0-SNAPSHOT</version>
11+
<version>2.9.0</version>
1312
<artifactId>root</artifactId>
1413
<packaging>pom</packaging>
1514

@@ -52,7 +51,7 @@
5251
<connection>scm:git:ssh://git@github.com/TechnologyBrewery/fermenter.git</connection>
5352
<developerConnection>scm:git:ssh://git@github.com/TechnologyBrewery/fermenter.git</developerConnection>
5453
<url>https://github.com/TechnologyBrewery/fermenter</url>
55-
<tag>HEAD</tag>
54+
<tag>root-2.9.0</tag>
5655
</scm>
5756

5857
<modules>

test-primer/pom.xml

Lines changed: 2 additions & 4 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
<parent>
75
<groupId>org.technologybrewery.fermenter</groupId>
86
<artifactId>root</artifactId>
9-
<version>2.9.0-SNAPSHOT</version>
7+
<version>2.9.0</version>
108
</parent>
119

1210
<artifactId>test-primer</artifactId>

0 commit comments

Comments
 (0)