Skip to content

Commit 27d5eca

Browse files
committed
[ci skip]prepare release sidewinder-parent-0.0.29
1 parent 885a715 commit 27d5eca

11 files changed

Lines changed: 12 additions & 12 deletions

File tree

ambari/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.srotya.sidewinder</groupId>
66
<artifactId>sidewinder-parent</artifactId>
7-
<version>0.0.29-SNAPSHOT</version>
7+
<version>0.0.29</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<artifactId>ambari-stack</artifactId>

archiver/hdfs-archiver/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.srotya.sidewinder</groupId>
66
<artifactId>sidewinder-archiver</artifactId>
7-
<version>0.0.29-SNAPSHOT</version>
7+
<version>0.0.29</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<artifactId>hdfs-archiver</artifactId>

archiver/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.srotya.sidewinder</groupId>
66
<artifactId>sidewinder-parent</artifactId>
7-
<version>0.0.29-SNAPSHOT</version>
7+
<version>0.0.29</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<artifactId>sidewinder-archiver</artifactId>

archiver/s3-archiver/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.srotya.sidewinder</groupId>
66
<artifactId>sidewinder-archiver</artifactId>
7-
<version>0.0.29-SNAPSHOT</version>
7+
<version>0.0.29</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<artifactId>s3-archiver</artifactId>

core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.srotya.sidewinder</groupId>
66
<artifactId>sidewinder-parent</artifactId>
7-
<version>0.0.29-SNAPSHOT</version>
7+
<version>0.0.29</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<artifactId>sidewinder-core</artifactId>

examples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.srotya.sidewinder</groupId>
66
<artifactId>sidewinder-parent</artifactId>
7-
<version>0.0.29-SNAPSHOT</version>
7+
<version>0.0.29</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<artifactId>sidewinder-examples</artifactId>

examples/stock-quants/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.srotya.sidewinder</groupId>
66
<artifactId>sidewinder-examples</artifactId>
7-
<version>0.0.29-SNAPSHOT</version>
7+
<version>0.0.29</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<groupId>com.srotya.sidewinder.examples</groupId>

examples/telegraf-monitor/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.srotya.sidewinder</groupId>
66
<artifactId>sidewinder-examples</artifactId>
7-
<version>0.0.29-SNAPSHOT</version>
7+
<version>0.0.29</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<groupId>com.srotya.sidewinder.examples</groupId>

ingesters/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.srotya.sidewinder</groupId>
66
<artifactId>sidewinder-parent</artifactId>
7-
<version>0.0.29-SNAPSHOT</version>
7+
<version>0.0.29</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<artifactId>sidewinder-ingesters</artifactId>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</parent>
99
<groupId>com.srotya.sidewinder</groupId>
1010
<artifactId>sidewinder-parent</artifactId>
11-
<version>0.0.29-SNAPSHOT</version>
11+
<version>0.0.29</version>
1212
<packaging>pom</packaging>
1313
<name>sidewinder</name>
1414
<description>A timeseries database</description>
@@ -173,6 +173,6 @@
173173
<connection>scm:git:git@github.com:srotya/sidewinder.git</connection>
174174
<developerConnection>scm:git:git@github.com:srotya/sidewinder.git</developerConnection>
175175
<url>https://github.com/srotya/sidewinder.git</url>
176-
<tag>HEAD</tag>
176+
<tag>sidewinder-parent-0.0.29</tag>
177177
</scm>
178178
</project>

0 commit comments

Comments
 (0)