Skip to content

Commit abfebec

Browse files
committed
Set version to 2.2.1-SNAPSHOT
1 parent e335eeb commit abfebec

File tree

9 files changed

+10
-10
lines changed

9 files changed

+10
-10
lines changed

analytics/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>timely</groupId>
66
<artifactId>timely</artifactId>
7-
<version>2.2.0</version>
7+
<version>2.2.1-SNAPSHOT</version>
88
</parent>
99
<artifactId>timely-analytics</artifactId>
1010
<!--

balancer/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>timely</groupId>
66
<artifactId>timely</artifactId>
7-
<version>2.2.0</version>
7+
<version>2.2.1-SNAPSHOT</version>
88
</parent>
99
<artifactId>timely-balancer</artifactId>
1010
<description>Timely Balancer</description>

client/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
<parent>
55
<groupId>timely</groupId>
66
<artifactId>timely</artifactId>
7-
<version>2.2.0</version>
7+
<version>2.2.1-SNAPSHOT</version>
88
</parent>
99
<artifactId>timely-client</artifactId>
1010
<properties>
1111
<!-- PEP 440 compliant version gets substituted into src/main/python/template/setup.py -->
1212
<!-- use .dev0 instead of -SNAPSHOT -->
13-
<python.client.version>2.2.0</python.client.version>
13+
<python.client.version>2.2.1.dev0</python.client.version>
1414
</properties>
1515
<dependencies>
1616
<dependency>

collectd/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>timely</groupId>
66
<artifactId>timely</artifactId>
7-
<version>2.2.0</version>
7+
<version>2.2.1-SNAPSHOT</version>
88
</parent>
99
<artifactId>timely-collectd</artifactId>
1010
<dependencies>

common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>timely</groupId>
66
<artifactId>timely</artifactId>
7-
<version>2.2.0</version>
7+
<version>2.2.1-SNAPSHOT</version>
88
</parent>
99
<artifactId>timely-common</artifactId>
1010
<dependencies>

grafana/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>timely</groupId>
66
<artifactId>timely</artifactId>
7-
<version>2.2.0</version>
7+
<version>2.2.1-SNAPSHOT</version>
88
</parent>
99
<artifactId>timely-datasource</artifactId>
1010
<packaging>pom</packaging>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>timely</groupId>
55
<artifactId>timely</artifactId>
6-
<version>2.2.0</version>
6+
<version>2.2.1-SNAPSHOT</version>
77
<packaging>pom</packaging>
88
<name>Timely</name>
99
<description>A secure and scalable time series database based on Apache Accumulo</description>

server/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>timely</groupId>
66
<artifactId>timely</artifactId>
7-
<version>2.2.0</version>
7+
<version>2.2.1-SNAPSHOT</version>
88
</parent>
99
<artifactId>timely-server</artifactId>
1010
<description>Timely Server</description>

test/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>timely</groupId>
66
<artifactId>timely</artifactId>
7-
<version>2.2.0</version>
7+
<version>2.2.1-SNAPSHOT</version>
88
</parent>
99
<artifactId>timely-test</artifactId>
1010
<properties>

0 commit comments

Comments
 (0)