Skip to content

Commit

Permalink
1.5.1-SNAPSHOT -> 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesse White committed Feb 7, 2019
1 parent 4b62a44 commit cd494da
Show file tree
Hide file tree
Showing 20 changed files with 33 additions and 28 deletions.
5 changes: 5 additions & 0 deletions NEWS.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
1.5.1
~~~~~

Added support for configuration the number of connections used in the pool.

1.5.0
~~~~~

Expand Down
2 changes: 1 addition & 1 deletion aggregate/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.opennms.newts</groupId>
<artifactId>newts-parent</artifactId>
<version>1.5.1-SNAPSHOT</version>
<version>1.5.1</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.opennms.newts</groupId>
<artifactId>newts-parent</artifactId>
<version>1.5.1-SNAPSHOT</version>
<version>1.5.1</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion assembly/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.opennms.newts</groupId>
<artifactId>newts-parent</artifactId>
<version>1.5.1-SNAPSHOT</version>
<version>1.5.1</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion cassandra/common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.opennms.newts</groupId>
<artifactId>newts-cassandra-parent</artifactId>
<version>1.5.1-SNAPSHOT</version>
<version>1.5.1</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion cassandra/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.opennms.newts</groupId>
<artifactId>newts-parent</artifactId>
<version>1.5.1-SNAPSHOT</version>
<version>1.5.1</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion cassandra/search/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.opennms.newts</groupId>
<artifactId>newts-cassandra-parent</artifactId>
<version>1.5.1-SNAPSHOT</version>
<version>1.5.1</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion cassandra/storage/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.opennms.newts</groupId>
<artifactId>newts-cassandra-parent</artifactId>
<version>1.5.1-SNAPSHOT</version>
<version>1.5.1</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion cassandra/test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.opennms.newts</groupId>
<artifactId>newts-cassandra-parent</artifactId>
<version>1.5.1-SNAPSHOT</version>
<version>1.5.1</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion examples/gsod/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.opennms.newts</groupId>
<artifactId>newts-examples</artifactId>
<version>1.5.1-SNAPSHOT</version>
<version>1.5.1</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.opennms.newts</groupId>
<artifactId>newts-parent</artifactId>
<version>1.5.1-SNAPSHOT</version>
<version>1.5.1</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion examples/stress/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.opennms.newts</groupId>
<artifactId>newts-examples</artifactId>
<version>1.5.1-SNAPSHOT</version>
<version>1.5.1</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion graphite/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.opennms.newts</groupId>
<artifactId>newts-parent</artifactId>
<version>1.5.1-SNAPSHOT</version>
<version>1.5.1</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
20 changes: 10 additions & 10 deletions karaf/features.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<features xmlns="http://karaf.apache.org/xmlns/features/v1.0.0" name="newts-1.5.1-SNAPSHOT">
<features xmlns="http://karaf.apache.org/xmlns/features/v1.0.0" name="newts-1.5.1">

<feature name="netty" description="Netty IO library" version="4.0.56.Final">
<bundle dependency="true">mvn:io.netty/netty-handler/4.0.56.Final</bundle>
Expand All @@ -22,28 +22,28 @@
<bundle dependency="true">mvn:com.fasterxml.jackson.core/jackson-annotations/2.5.4</bundle>
</feature>

<feature name="newts-api" description="Newts API" version="1.5.1-SNAPSHOT">
<feature name="newts-api" description="Newts API" version="1.5.1">
<feature>fastxml-jackson</feature>
<bundle dependency="true">mvn:com.google.guava/guava/18.0</bundle>
<bundle dependency="true">mvn:org.apache.commons/commons-jexl/2.1.1</bundle>
<bundle>mvn:org.opennms.newts/newts-api/1.5.1-SNAPSHOT</bundle>
<bundle>mvn:org.opennms.newts/newts-aggregate/1.5.1-SNAPSHOT</bundle>
<bundle>mvn:org.opennms.newts/newts-api/1.5.1</bundle>
<bundle>mvn:org.opennms.newts/newts-aggregate/1.5.1</bundle>
</feature>

<feature name="newts-cassandra-common" description="Newts Cassandra Common" version="1.5.1-SNAPSHOT">
<feature name="newts-cassandra-common" description="Newts Cassandra Common" version="1.5.1">
<feature>newts-api</feature>
<feature>cassandra-driver</feature>
<bundle>mvn:org.opennms.newts/newts-cassandra-common/1.5.1-SNAPSHOT</bundle>
<bundle>mvn:org.opennms.newts/newts-cassandra-common/1.5.1</bundle>
</feature>

<feature name="newts-cassandra" description="Newts Cassandra Repository" version="1.5.1-SNAPSHOT">
<feature name="newts-cassandra" description="Newts Cassandra Repository" version="1.5.1">
<feature>newts-cassandra-common</feature>
<bundle>mvn:org.opennms.newts/newts-cassandra/1.5.1-SNAPSHOT</bundle>
<bundle>mvn:org.opennms.newts/newts-cassandra/1.5.1</bundle>
</feature>

<feature name="newts-cassandra-search" description="Newts Cassandra Search" version="1.5.1-SNAPSHOT">
<feature name="newts-cassandra-search" description="Newts Cassandra Search" version="1.5.1">
<feature>newts-cassandra-common</feature>
<bundle>mvn:org.opennms.newts/newts-cassandra-search/1.5.1-SNAPSHOT</bundle>
<bundle>mvn:org.opennms.newts/newts-cassandra-search/1.5.1</bundle>
</feature>

</features>
2 changes: 1 addition & 1 deletion karaf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>org.opennms.newts</groupId>
<artifactId>newts-parent</artifactId>
<version>1.5.1-SNAPSHOT</version>
<version>1.5.1</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion metrics-reporter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.opennms.newts</groupId>
<artifactId>newts-parent</artifactId>
<version>1.5.1-SNAPSHOT</version>
<version>1.5.1</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<groupId>org.opennms.newts</groupId>
<artifactId>newts-parent</artifactId>
<version>1.5.1-SNAPSHOT</version>
<version>1.5.1</version>
<packaging>pom</packaging>
<url>http://newts.io</url>
<name>Newts</name>
Expand Down
2 changes: 1 addition & 1 deletion queryparser/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.opennms.newts</groupId>
<artifactId>newts-parent</artifactId>
<version>1.5.1-SNAPSHOT</version>
<version>1.5.1</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion rest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.opennms.newts</groupId>
<artifactId>newts-parent</artifactId>
<version>1.5.1-SNAPSHOT</version>
<version>1.5.1</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.opennms.newts</groupId>
<artifactId>newts-parent</artifactId>
<version>1.5.1-SNAPSHOT</version>
<version>1.5.1</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down

0 comments on commit cd494da

Please sign in to comment.