Skip to content

Commit ed2d8ee

Browse files
committed
[maven-release-plugin] prepare release triemap-1.2.1
1 parent 6eff469 commit ed2d8ee

File tree

5 files changed

+19
-19
lines changed

5 files changed

+19
-19
lines changed

bom/pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@
2222
<groupId>org.opendaylight.odlparent</groupId>
2323
<artifactId>odlparent-lite</artifactId>
2424
<version>10.0.6</version>
25-
<relativePath/>
25+
<relativePath />
2626
</parent>
2727

2828
<groupId>tech.pantheon.triemap</groupId>
2929
<artifactId>bom</artifactId>
30-
<version>1.2.1-SNAPSHOT</version>
30+
<version>1.2.1</version>
3131
<packaging>pom</packaging>
3232

3333
<name>PANTHEON.tech :: TrieMap :: Bill of Materials</name>
@@ -39,12 +39,12 @@
3939
<dependency>
4040
<groupId>tech.pantheon.triemap</groupId>
4141
<artifactId>triemap</artifactId>
42-
<version>1.2.1-SNAPSHOT</version>
42+
<version>1.2.1</version>
4343
</dependency>
4444
<dependency>
4545
<groupId>tech.pantheon.triemap</groupId>
4646
<artifactId>pt-triemap</artifactId>
47-
<version>1.2.1-SNAPSHOT</version>
47+
<version>1.2.1</version>
4848
<type>xml</type>
4949
<classifier>features</classifier>
5050
</dependency>
@@ -85,7 +85,7 @@
8585
<scm>
8686
<connection>scm:git:https://github.com/PantheonTechnologies/triemap.git</connection>
8787
<url>https://github.com/PantheonTechnologies/triemap</url>
88-
<tag>HEAD</tag>
88+
<tag>triemap-1.2.1</tag>
8989
</scm>
9090
<developers>
9191
<developer>

dependency-check/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@
2222
<groupId>org.opendaylight.odlparent</groupId>
2323
<artifactId>odlparent</artifactId>
2424
<version>10.0.6</version>
25-
<relativePath/>
25+
<relativePath />
2626
</parent>
2727

2828
<groupId>tech.pantheon.triemap</groupId>
2929
<artifactId>dependency-check</artifactId>
30-
<version>1.2.1-SNAPSHOT</version>
30+
<version>1.2.1</version>
3131

3232
<name>PANTHEON.tech :: TrieMap :: Dependency Check</name>
3333
<description>Artifact for validating the contents of BOM</description>
@@ -38,7 +38,7 @@
3838
<dependency>
3939
<groupId>tech.pantheon.triemap</groupId>
4040
<artifactId>bom</artifactId>
41-
<version>1.2.1-SNAPSHOT</version>
41+
<version>1.2.1</version>
4242
<scope>import</scope>
4343
<type>pom</type>
4444
</dependency>
@@ -88,7 +88,7 @@
8888
<connection>scm:git:https://github.com/PantheonTechnologies/triemap.git</connection>
8989
<developerConnection>scm:git:https://github.com/PantheonTechnologies/triemap.git</developerConnection>
9090
<url>https://github.com/PantheonTechnologies/triemap</url>
91-
<tag>HEAD</tag>
91+
<tag>triemap-1.2.1</tag>
9292
</scm>
9393
<developers>
9494
<developer>

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@
2121
<groupId>org.opendaylight.odlparent</groupId>
2222
<artifactId>odlparent-lite</artifactId>
2323
<version>10.0.6</version>
24-
<relativePath/>
24+
<relativePath />
2525
</parent>
2626

2727
<groupId>tech.pantheon.triemap</groupId>
2828
<artifactId>triemap-aggregator</artifactId>
29-
<version>1.2.1-SNAPSHOT</version>
29+
<version>1.2.1</version>
3030
<packaging>pom</packaging>
3131

3232
<name>PANTHEON.tech :: TrieMap :: Aggregator</name>
@@ -99,7 +99,7 @@
9999
<connection>scm:git:https://github.com/PantheonTechnologies/triemap.git</connection>
100100
<developerConnection>scm:git:https://github.com/PantheonTechnologies/triemap.git</developerConnection>
101101
<url>https://github.com/PantheonTechnologies/triemap</url>
102-
<tag>HEAD</tag>
102+
<tag>triemap-1.2.1</tag>
103103
</scm>
104104
<developers>
105105
<developer>

pt-triemap/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@
2222
<groupId>org.opendaylight.odlparent</groupId>
2323
<artifactId>single-feature-parent</artifactId>
2424
<version>10.0.6</version>
25-
<relativePath/>
25+
<relativePath />
2626
</parent>
2727

2828
<groupId>tech.pantheon.triemap</groupId>
2929
<artifactId>pt-triemap</artifactId>
30-
<version>1.2.1-SNAPSHOT</version>
30+
<version>1.2.1</version>
3131
<packaging>feature</packaging>
3232

3333
<name>PANTHEON.tech :: TrieMap :: Feature</name>
@@ -39,7 +39,7 @@
3939
<dependency>
4040
<groupId>tech.pantheon.triemap</groupId>
4141
<artifactId>bom</artifactId>
42-
<version>1.2.1-SNAPSHOT</version>
42+
<version>1.2.1</version>
4343
<scope>import</scope>
4444
<type>pom</type>
4545
</dependency>
@@ -88,7 +88,7 @@
8888
<connection>scm:git:https://github.com/PantheonTechnologies/triemap.git</connection>
8989
<developerConnection>scm:git:https://github.com/PantheonTechnologies/triemap.git</developerConnection>
9090
<url>https://github.com/PantheonTechnologies/triemap</url>
91-
<tag>HEAD</tag>
91+
<tag>triemap-1.2.1</tag>
9292
</scm>
9393
<developers>
9494
<developer>

triemap/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@
2121
<groupId>org.opendaylight.odlparent</groupId>
2222
<artifactId>bundle-parent</artifactId>
2323
<version>10.0.6</version>
24-
<relativePath/>
24+
<relativePath />
2525
</parent>
2626

2727
<groupId>tech.pantheon.triemap</groupId>
2828
<artifactId>triemap</artifactId>
29-
<version>1.2.1-SNAPSHOT</version>
29+
<version>1.2.1</version>
3030
<packaging>bundle</packaging>
3131

3232
<name>PANTHEON.tech :: TrieMap</name>
@@ -97,7 +97,7 @@
9797
<connection>scm:git:https://github.com/PantheonTechnologies/triemap.git</connection>
9898
<developerConnection>scm:git:https://github.com/PantheonTechnologies/triemap.git</developerConnection>
9999
<url>https://github.com/PantheonTechnologies/triemap</url>
100-
<tag>HEAD</tag>
100+
<tag>triemap-1.2.1</tag>
101101
</scm>
102102
<developers>
103103
<developer>

0 commit comments

Comments
 (0)