Skip to content

Commit 27f2c03

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent cfba7b7 commit 27f2c03

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.4.0</version>
30+
<version>1.4.1-SNAPSHOT</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.4.0</version>
42+
<version>1.4.1-SNAPSHOT</version>
4343
</dependency>
4444
<dependency>
4545
<groupId>tech.pantheon.triemap</groupId>
4646
<artifactId>pt-triemap</artifactId>
47-
<version>1.4.0</version>
47+
<version>1.4.1-SNAPSHOT</version>
4848
<type>xml</type>
4949
<classifier>features</classifier>
5050
</dependency>
@@ -84,7 +84,7 @@
8484
<scm>
8585
<connection>scm:git:https://github.com/PantheonTechnologies/triemap.git</connection>
8686
<url>https://github.com/PantheonTechnologies/triemap</url>
87-
<tag>triemap-1.4.0</tag>
87+
<tag>triemap-1.4.0-SNAPSHOT</tag>
8888
</scm>
8989
<developers>
9090
<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.4.0</version>
30+
<version>1.4.1-SNAPSHOT</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.4.0</version>
46+
<version>1.4.1-SNAPSHOT</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>triemap-1.4.0</tag>
77+
<tag>triemap-1.4.0-SNAPSHOT</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.4.0</version>
29+
<version>1.4.1-SNAPSHOT</version>
3030
<packaging>pom</packaging>
3131

3232
<name>PANTHEON.tech :: TrieMap :: Aggregator</name>
@@ -86,7 +86,7 @@
8686
<connection>scm:git:https://github.com/PantheonTechnologies/triemap.git</connection>
8787
<developerConnection>scm:git:https://github.com/PantheonTechnologies/triemap.git</developerConnection>
8888
<url>https://github.com/PantheonTechnologies/triemap</url>
89-
<tag>triemap-1.4.0</tag>
89+
<tag>HEAD</tag>
9090
</scm>
9191
<developers>
9292
<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.4.0</version>
30+
<version>1.4.1-SNAPSHOT</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.4.0</version>
42+
<version>1.4.1-SNAPSHOT</version>
4343
<scope>import</scope>
4444
<type>pom</type>
4545
</dependency>
@@ -87,7 +87,7 @@
8787
<connection>scm:git:https://github.com/PantheonTechnologies/triemap.git</connection>
8888
<developerConnection>scm:git:https://github.com/PantheonTechnologies/triemap.git</developerConnection>
8989
<url>https://github.com/PantheonTechnologies/triemap</url>
90-
<tag>triemap-1.4.0</tag>
90+
<tag>triemap-1.4.0-SNAPSHOT</tag>
9191
</scm>
9292
<developers>
9393
<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.4.0</version>
29+
<version>1.4.1-SNAPSHOT</version>
3030

3131
<name>PANTHEON.tech :: TrieMap</name>
3232
<description>Java implementation of a concurrent trie hash map from Scala collections library</description>
@@ -110,7 +110,7 @@
110110
<connection>scm:git:https://github.com/PantheonTechnologies/triemap.git</connection>
111111
<developerConnection>scm:git:https://github.com/PantheonTechnologies/triemap.git</developerConnection>
112112
<url>https://github.com/PantheonTechnologies/triemap</url>
113-
<tag>triemap-1.4.0</tag>
113+
<tag>triemap-1.4.0-SNAPSHOT</tag>
114114
</scm>
115115
<issueManagement>
116116
<system>GitHub</system>

0 commit comments

Comments
 (0)