Skip to content

Commit

Permalink
0.0.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
dlmarion committed Feb 2, 2017
1 parent d2ba7f6 commit 3c0bf87
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion analytics/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ under the License.
<parent>
<groupId>timely</groupId>
<artifactId>timely</artifactId>
<version>0.0.4-SNAPSHOT</version>
<version>0.0.4</version>
</parent>
<properties>
<flink.version>1.1.4</flink.version>
Expand Down
2 changes: 1 addition & 1 deletion client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>timely</groupId>
<artifactId>timely</artifactId>
<version>0.0.4-SNAPSHOT</version>
<version>0.0.4</version>
</parent>
<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion collectd-nsq-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>timely</groupId>
<artifactId>timely</artifactId>
<version>0.0.4-SNAPSHOT</version>
<version>0.0.4</version>
</parent>
<artifactId>collectd-nsq-plugin</artifactId>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion collectd-plugin-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>timely</groupId>
<artifactId>timely</artifactId>
<version>0.0.4-SNAPSHOT</version>
<version>0.0.4</version>
</parent>
<artifactId>collectd-plugin-parent</artifactId>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion collectd-timely-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>timely</groupId>
<artifactId>timely</artifactId>
<version>0.0.4-SNAPSHOT</version>
<version>0.0.4</version>
</parent>
<artifactId>collectd-timely-plugin</artifactId>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>timely</groupId>
<artifactId>timely</artifactId>
<version>0.0.4-SNAPSHOT</version>
<version>0.0.4</version>
</parent>
<artifactId>timely-common</artifactId>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion grafana/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>timely</groupId>
<artifactId>timely</artifactId>
<version>0.0.4-SNAPSHOT</version>
<version>0.0.4</version>
</parent>
<build>
<plugins>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>timely</groupId>
<artifactId>timely</artifactId>
<version>0.0.4-SNAPSHOT</version>
<version>0.0.4</version>
<packaging>pom</packaging>
<name>Timely</name>
<description>A secure and scalable time series database based on Apache Accumulo</description>
Expand Down
2 changes: 1 addition & 1 deletion server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>timely</groupId>
<artifactId>timely</artifactId>
<version>0.0.4-SNAPSHOT</version>
<version>0.0.4</version>
</parent>
<dependencies>
<dependency>
Expand Down

0 comments on commit 3c0bf87

Please sign in to comment.