Skip to content

Commit

Permalink
[ci skip]prepare release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ambud committed Mar 12, 2018
1 parent c6ff42c commit b19dd3f
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 7 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.2.0-SNAPSHOT</version>
<version>0.2.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>ambari-stack</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.2.0-SNAPSHOT</version>
<version>0.2.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>sidewinder-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion dist/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.2.0-SNAPSHOT</version>
<version>0.2.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>dist</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion dist/standalone/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>dist</artifactId>
<version>0.2.0-SNAPSHOT</version>
<version>0.2.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>sidewinder-standalone-dist</artifactId>
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.2.0-SNAPSHOT</version>
<version>0.2.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>sidewinder-ingesters</artifactId>
Expand Down
3 changes: 2 additions & 1 deletion 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.2.0-SNAPSHOT</version>
<version>0.2.0</version>
<packaging>pom</packaging>
<name>sidewinder</name>
<description>A timeseries database</description>
Expand Down Expand Up @@ -172,5 +172,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>0.2.0</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.2.0-SNAPSHOT</version>
<version>0.2.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>sidewinder-rpc</artifactId>
Expand Down

0 comments on commit b19dd3f

Please sign in to comment.