Skip to content

Commit

Permalink
[ci skip]prepare release sidewinder-parent-0.0.29
Browse files Browse the repository at this point in the history
  • Loading branch information
ambud committed Nov 14, 2017
1 parent 885a715 commit 27d5eca
Show file tree
Hide file tree
Showing 11 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion ambari/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.srotya.sidewinder</groupId>
<artifactId>sidewinder-parent</artifactId>
<version>0.0.29-SNAPSHOT</version>
<version>0.0.29</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>ambari-stack</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion archiver/hdfs-archiver/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.srotya.sidewinder</groupId>
<artifactId>sidewinder-archiver</artifactId>
<version>0.0.29-SNAPSHOT</version>
<version>0.0.29</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>hdfs-archiver</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion archiver/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.srotya.sidewinder</groupId>
<artifactId>sidewinder-parent</artifactId>
<version>0.0.29-SNAPSHOT</version>
<version>0.0.29</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>sidewinder-archiver</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion archiver/s3-archiver/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.srotya.sidewinder</groupId>
<artifactId>sidewinder-archiver</artifactId>
<version>0.0.29-SNAPSHOT</version>
<version>0.0.29</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>s3-archiver</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.srotya.sidewinder</groupId>
<artifactId>sidewinder-parent</artifactId>
<version>0.0.29-SNAPSHOT</version>
<version>0.0.29</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>sidewinder-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.srotya.sidewinder</groupId>
<artifactId>sidewinder-parent</artifactId>
<version>0.0.29-SNAPSHOT</version>
<version>0.0.29</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>sidewinder-examples</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/stock-quants/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.srotya.sidewinder</groupId>
<artifactId>sidewinder-examples</artifactId>
<version>0.0.29-SNAPSHOT</version>
<version>0.0.29</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>com.srotya.sidewinder.examples</groupId>
Expand Down
2 changes: 1 addition & 1 deletion examples/telegraf-monitor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.srotya.sidewinder</groupId>
<artifactId>sidewinder-examples</artifactId>
<version>0.0.29-SNAPSHOT</version>
<version>0.0.29</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>com.srotya.sidewinder.examples</groupId>
Expand Down
2 changes: 1 addition & 1 deletion ingesters/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.srotya.sidewinder</groupId>
<artifactId>sidewinder-parent</artifactId>
<version>0.0.29-SNAPSHOT</version>
<version>0.0.29</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>sidewinder-ingesters</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</parent>
<groupId>com.srotya.sidewinder</groupId>
<artifactId>sidewinder-parent</artifactId>
<version>0.0.29-SNAPSHOT</version>
<version>0.0.29</version>
<packaging>pom</packaging>
<name>sidewinder</name>
<description>A timeseries database</description>
Expand Down Expand Up @@ -173,6 +173,6 @@
<connection>scm:git:[email protected]:srotya/sidewinder.git</connection>
<developerConnection>scm:git:[email protected]:srotya/sidewinder.git</developerConnection>
<url>https://github.com/srotya/sidewinder.git</url>
<tag>HEAD</tag>
<tag>sidewinder-parent-0.0.29</tag>
</scm>
</project>
2 changes: 1 addition & 1 deletion rpc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.srotya.sidewinder</groupId>
<artifactId>sidewinder-parent</artifactId>
<version>0.0.29-SNAPSHOT</version>
<version>0.0.29</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>sidewinder-rpc</artifactId>
Expand Down

0 comments on commit 27d5eca

Please sign in to comment.