Skip to content

Commit 6aaa674

Browse files
committed
[maven-release-plugin] prepare release triemap-1.3.0
1 parent 0bb0483 commit 6aaa674

File tree

5 files changed

+14
-14
lines changed

5 files changed

+14
-14
lines changed

bom/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
<groupId>tech.pantheon.triemap</groupId>
2929
<artifactId>bom</artifactId>
30-
<version>1.3.0-SNAPSHOT</version>
30+
<version>1.3.0</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.3.0-SNAPSHOT</version>
42+
<version>1.3.0</version>
4343
</dependency>
4444
<dependency>
4545
<groupId>tech.pantheon.triemap</groupId>
4646
<artifactId>pt-triemap</artifactId>
47-
<version>1.3.0-SNAPSHOT</version>
47+
<version>1.3.0</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.3.0</tag>
8989
</scm>
9090
<developers>
9191
<developer>

dependency-check/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

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

3232
<name>PANTHEON.tech :: TrieMap :: Dependency Check</name>
3333
<description>Artifact for validating the contents of BOM</description>
@@ -43,7 +43,7 @@
4343
<dependency>
4444
<groupId>tech.pantheon.triemap</groupId>
4545
<artifactId>bom</artifactId>
46-
<version>1.3.0-SNAPSHOT</version>
46+
<version>1.3.0</version>
4747
<scope>import</scope>
4848
<type>pom</type>
4949
</dependency>
@@ -74,7 +74,7 @@
7474
<connection>scm:git:https://github.com/PantheonTechnologies/triemap.git</connection>
7575
<developerConnection>scm:git:https://github.com/PantheonTechnologies/triemap.git</developerConnection>
7676
<url>https://github.com/PantheonTechnologies/triemap</url>
77-
<tag>HEAD</tag>
77+
<tag>triemap-1.3.0</tag>
7878
</scm>
7979
<developers>
8080
<developer>

pom.xml

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

2727
<groupId>tech.pantheon.triemap</groupId>
2828
<artifactId>triemap-aggregator</artifactId>
29-
<version>1.3.0-SNAPSHOT</version>
29+
<version>1.3.0</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.3.0</tag>
103103
</scm>
104104
<developers>
105105
<developer>

pt-triemap/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
<groupId>tech.pantheon.triemap</groupId>
2929
<artifactId>pt-triemap</artifactId>
30-
<version>1.3.0-SNAPSHOT</version>
30+
<version>1.3.0</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.3.0-SNAPSHOT</version>
42+
<version>1.3.0</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.3.0</tag>
9292
</scm>
9393
<developers>
9494
<developer>

triemap/pom.xml

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

2727
<groupId>tech.pantheon.triemap</groupId>
2828
<artifactId>triemap</artifactId>
29-
<version>1.3.0-SNAPSHOT</version>
29+
<version>1.3.0</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.3.0</tag>
101101
</scm>
102102
<developers>
103103
<developer>

0 commit comments

Comments
 (0)