Skip to content

Commit 9a6775e

Browse files
committed
[maven-release-plugin] prepare release triemap-1.1.0
1 parent 6482677 commit 9a6775e

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.1.0-SNAPSHOT</version>
30+
<version>1.1.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.1.0-SNAPSHOT</version>
42+
<version>1.1.0</version>
4343
</dependency>
4444
<dependency>
4545
<groupId>tech.pantheon.triemap</groupId>
4646
<artifactId>pt-triemap</artifactId>
47-
<version>1.1.0-SNAPSHOT</version>
47+
<version>1.1.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.1.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.1.0-SNAPSHOT</version>
30+
<version>1.1.0</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.1.0-SNAPSHOT</version>
41+
<version>1.1.0</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.1.0</tag>
9292
</scm>
9393
<developers>
9494
<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.1.0-SNAPSHOT</version>
29+
<version>1.1.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.1.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.1.0-SNAPSHOT</version>
30+
<version>1.1.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.1.0-SNAPSHOT</version>
42+
<version>1.1.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.1.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.1.0-SNAPSHOT</version>
29+
<version>1.1.0</version>
3030
<packaging>bundle</packaging>
3131

3232
<name>PANTHEON.tech :: TrieMap</name>
@@ -148,7 +148,7 @@
148148
<connection>scm:git:https://github.com/PantheonTechnologies/triemap.git</connection>
149149
<developerConnection>scm:git:https://github.com/PantheonTechnologies/triemap.git</developerConnection>
150150
<url>https://github.com/PantheonTechnologies/triemap</url>
151-
<tag>HEAD</tag>
151+
<tag>triemap-1.1.0</tag>
152152
</scm>
153153
<developers>
154154
<developer>

0 commit comments

Comments
 (0)