Skip to content

Commit bff2f47

Browse files
authored
v1.6.1 (#81)
* v1.6.1 * openjdk for CI
1 parent 552f81f commit bff2f47

File tree

35 files changed

+41
-41
lines changed

35 files changed

+41
-41
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ language: java
22
sudo: false
33

44
jdk:
5-
- oraclejdk8
5+
- openjdk8
66

77
install:
88
- mvn clean install -Dmaven.javadoc.skip=true -B -V

boot/all-in-one-bootstrap/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.alipay.sofa.lookout</groupId>
88
<artifactId>lookout-server-parent</artifactId>
9-
<version>1.6.2-SNAPSHOT</version>
9+
<version>1.6.1</version>
1010
<relativePath>../../server/pom.xml</relativePath>
1111
</parent>
1212

boot/gateway-bootstrap/pom.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.alipay.sofa.lookout</groupId>
88
<artifactId>lookout-server-parent</artifactId>
9-
<version>1.6.2-SNAPSHOT</version>
9+
<version>1.6.1</version>
1010
<relativePath>../../server/pom.xml</relativePath>
1111
</parent>
1212

@@ -16,17 +16,17 @@
1616
<dependency>
1717
<groupId>com.alipay.sofa.lookout</groupId>
1818
<artifactId>metrics-gateway-spring-boot-starter</artifactId>
19-
<version>1.6.2-SNAPSHOT</version>
19+
<version>1.6.1</version>
2020
</dependency>
2121
<dependency>
2222
<groupId>com.alipay.sofa.lookout</groupId>
2323
<artifactId>lookout-sofa-boot-starter</artifactId>
24-
<version>1.6.2-SNAPSHOT</version>
24+
<version>1.6.1</version>
2525
</dependency>
2626
<dependency>
2727
<groupId>com.alipay.sofa.lookout</groupId>
2828
<artifactId>sofa-ark-support</artifactId>
29-
<version>1.6.2-SNAPSHOT</version>
29+
<version>1.6.1</version>
3030
</dependency>
3131
<dependency>
3232
<groupId>org.springframework.boot</groupId>

boot/metrics-server-bootstrap/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
<parent>
77
<groupId>com.alipay.sofa.lookout</groupId>
88
<artifactId>lookout-server-parent</artifactId>
9-
<version>1.6.2-SNAPSHOT</version>
9+
<version>1.6.1</version>
1010
<relativePath>../../server/pom.xml</relativePath>
1111
</parent>
1212

1313
<artifactId>lookout-metrics-server-bootstrap</artifactId>
14-
<version>1.6.2-SNAPSHOT</version>
14+
<version>1.6.1</version>
1515
<properties>
1616
<metrics.server.version>1.6.1</metrics.server.version>
1717
<sofa.lookout.ark.version>1.6.1</sofa.lookout.ark.version>

boot/sofa-ark-support/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.alipay.sofa.lookout</groupId>
77
<artifactId>lookout-parent</artifactId>
8-
<version>1.6.2-SNAPSHOT</version>
8+
<version>1.6.1</version>
99
<relativePath>../../pom.xml</relativePath>
1010
</parent>
1111
<modelVersion>4.0.0</modelVersion>

client/lookout-api/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.alipay.sofa.lookout</groupId>
77
<artifactId>lookout-client-parent</artifactId>
8-
<version>1.6.2-SNAPSHOT</version>
8+
<version>1.6.1</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

client/lookout-client/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.alipay.sofa.lookout</groupId>
88
<artifactId>lookout-client-parent</artifactId>
9-
<version>1.6.2-SNAPSHOT</version>
9+
<version>1.6.1</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

client/lookout-common/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.alipay.sofa.lookout</groupId>
88
<artifactId>lookout-client-parent</artifactId>
9-
<version>1.6.2-SNAPSHOT</version>
9+
<version>1.6.1</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

client/lookout-core/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.alipay.sofa.lookout</groupId>
88
<artifactId>lookout-client-parent</artifactId>
9-
<version>1.6.2-SNAPSHOT</version>
9+
<version>1.6.1</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

client/lookout-ext-jvm/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.alipay.sofa.lookout</groupId>
88
<artifactId>lookout-client-parent</artifactId>
9-
<version>1.6.2-SNAPSHOT</version>
9+
<version>1.6.1</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

client/lookout-ext-os/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.alipay.sofa.lookout</groupId>
77
<artifactId>lookout-client-parent</artifactId>
8-
<version>1.6.2-SNAPSHOT</version>
8+
<version>1.6.1</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

client/lookout-reg-dropwizard/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.alipay.sofa.lookout</groupId>
88
<artifactId>lookout-client-parent</artifactId>
9-
<version>1.6.2-SNAPSHOT</version>
9+
<version>1.6.1</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

client/lookout-reg-prometheus/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.alipay.sofa.lookout</groupId>
88
<artifactId>lookout-client-parent</artifactId>
9-
<version>1.6.2-SNAPSHOT</version>
9+
<version>1.6.1</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

client/lookout-reg-server/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.alipay.sofa.lookout</groupId>
88
<artifactId>lookout-client-parent</artifactId>
9-
<version>1.6.2-SNAPSHOT</version>
9+
<version>1.6.1</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

client/lookout-sofa-boot-starter/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.alipay.sofa.lookout</groupId>
88
<artifactId>lookout-client-parent</artifactId>
9-
<version>1.6.2-SNAPSHOT</version>
9+
<version>1.6.1</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

client/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
<parent>
66
<groupId>com.alipay.sofa.lookout</groupId>
77
<artifactId>lookout-parent</artifactId>
8-
<version>1.6.2-SNAPSHOT</version>
8+
<version>1.6.1</version>
99
</parent>
1010
<groupId>com.alipay.sofa.lookout</groupId>
1111
<artifactId>lookout-client-parent</artifactId>
12-
<version>1.6.2-SNAPSHOT</version>
12+
<version>1.6.1</version>
1313
<packaging>pom</packaging>
1414
<name>${project.groupId}:${project.artifactId}</name>
1515
<description>It is a library which allows you to instrument your app with custom metrics</description>

gateway/core/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.alipay.sofa.lookout</groupId>
77
<artifactId>lookout-gateway-parent</artifactId>
8-
<version>1.6.2-SNAPSHOT</version>
8+
<version>1.6.1</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111
<modelVersion>4.0.0</modelVersion>

gateway/metrics/exporter/elasticsearch/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.alipay.sofa.lookout</groupId>
77
<artifactId>lookout-gateway-parent</artifactId>
8-
<version>1.6.2-SNAPSHOT</version>
8+
<version>1.6.1</version>
99
<relativePath>../../../</relativePath>
1010
</parent>
1111
<modelVersion>4.0.0</modelVersion>

gateway/metrics/exporter/standard/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.alipay.sofa.lookout</groupId>
77
<artifactId>lookout-gateway-parent</artifactId>
8-
<version>1.6.2-SNAPSHOT</version>
8+
<version>1.6.1</version>
99
<relativePath>../../../</relativePath>
1010
</parent>
1111
<modelVersion>4.0.0</modelVersion>

gateway/metrics/importer/metricbeat/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.alipay.sofa.lookout</groupId>
77
<artifactId>lookout-gateway-parent</artifactId>
8-
<version>1.6.2-SNAPSHOT</version>
8+
<version>1.6.1</version>
99
<relativePath>../../../</relativePath>
1010
</parent>
1111
<modelVersion>4.0.0</modelVersion>

gateway/metrics/importer/opentsdb/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.alipay.sofa.lookout</groupId>
77
<artifactId>lookout-gateway-parent</artifactId>
8-
<version>1.6.2-SNAPSHOT</version>
8+
<version>1.6.1</version>
99
<relativePath>../../../</relativePath>
1010
</parent>
1111
<modelVersion>4.0.0</modelVersion>

gateway/metrics/importer/prometheus/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.alipay.sofa.lookout</groupId>
77
<artifactId>lookout-gateway-parent</artifactId>
8-
<version>1.6.2-SNAPSHOT</version>
8+
<version>1.6.1</version>
99
<relativePath>../../../</relativePath>
1010
</parent>
1111
<modelVersion>4.0.0</modelVersion>

gateway/metrics/importer/standard/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.alipay.sofa.lookout</groupId>
77
<artifactId>lookout-gateway-parent</artifactId>
8-
<version>1.6.2-SNAPSHOT</version>
8+
<version>1.6.1</version>
99
<relativePath>../../../</relativePath>
1010
</parent>
1111
<modelVersion>4.0.0</modelVersion>

gateway/metrics/pipeline/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.alipay.sofa.lookout</groupId>
77
<artifactId>lookout-gateway-parent</artifactId>
8-
<version>1.6.2-SNAPSHOT</version>
8+
<version>1.6.1</version>
99
<relativePath>../../</relativePath>
1010
</parent>
1111
<modelVersion>4.0.0</modelVersion>

gateway/metrics/starter/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.alipay.sofa.lookout</groupId>
77
<artifactId>lookout-gateway-parent</artifactId>
8-
<version>1.6.2-SNAPSHOT</version>
8+
<version>1.6.1</version>
99
<relativePath>../../</relativePath>
1010
</parent>
1111
<modelVersion>4.0.0</modelVersion>

gateway/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.alipay.sofa.lookout</groupId>
77
<artifactId>lookout-parent</artifactId>
8-
<version>1.6.2-SNAPSHOT</version>
8+
<version>1.6.1</version>
99
</parent>
1010
<groupId>com.alipay.sofa.lookout</groupId>
1111
<artifactId>lookout-gateway-parent</artifactId>

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>com.alipay.sofa.lookout</groupId>
66
<artifactId>lookout-parent</artifactId>
7-
<version>1.6.2-SNAPSHOT</version>
7+
<version>1.6.1</version>
88
<packaging>pom</packaging>
99
<name>${project.groupId}:${project.artifactId}</name>
1010
<description>lookout root pom</description>

server/common/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.alipay.sofa.lookout</groupId>
88
<artifactId>lookout-server-parent</artifactId>
9-
<version>1.6.2-SNAPSHOT</version>
9+
<version>1.6.1</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

server/metrics/interfaces/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.alipay.sofa.lookout</groupId>
88
<artifactId>lookout-server-parent</artifactId>
9-
<version>1.6.2-SNAPSHOT</version>
9+
<version>1.6.1</version>
1010
<relativePath>../../pom.xml</relativePath>
1111
</parent>
1212

server/metrics/promql/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.alipay.sofa.lookout</groupId>
88
<artifactId>lookout-server-parent</artifactId>
9-
<version>1.6.2-SNAPSHOT</version>
9+
<version>1.6.1</version>
1010
<relativePath>../../pom.xml</relativePath>
1111
</parent>
1212

server/metrics/starter/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.alipay.sofa.lookout</groupId>
88
<artifactId>lookout-server-parent</artifactId>
9-
<version>1.6.2-SNAPSHOT</version>
9+
<version>1.6.1</version>
1010
<relativePath>../../pom.xml</relativePath>
1111
</parent>
1212

server/metrics/storage-ext-es/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.alipay.sofa.lookout</groupId>
88
<artifactId>lookout-server-parent</artifactId>
9-
<version>1.6.2-SNAPSHOT</version>
9+
<version>1.6.1</version>
1010
<relativePath>../../pom.xml</relativePath>
1111
</parent>
1212

server/metrics/web-ui/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.alipay.sofa.lookout</groupId>
88
<artifactId>lookout-server-parent</artifactId>
9-
<version>1.6.2-SNAPSHOT</version>
9+
<version>1.6.1</version>
1010
<relativePath>../../pom.xml</relativePath>
1111
</parent>
1212

server/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
<parent>
66
<groupId>com.alipay.sofa.lookout</groupId>
77
<artifactId>lookout-parent</artifactId>
8-
<version>1.6.2-SNAPSHOT</version>
8+
<version>1.6.1</version>
99
</parent>
1010
<groupId>com.alipay.sofa.lookout</groupId>
1111
<artifactId>lookout-server-parent</artifactId>
12-
<version>1.6.2-SNAPSHOT</version>
12+
<version>1.6.1</version>
1313
<packaging>pom</packaging>
1414
<name>${project.groupId}:${project.artifactId}</name>
1515
<description>It is a metrics project</description>

server/server-test/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.alipay.sofa.lookout</groupId>
77
<artifactId>lookout-server-parent</artifactId>
8-
<version>1.6.2-SNAPSHOT</version>
8+
<version>1.6.1</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111
<modelVersion>4.0.0</modelVersion>

0 commit comments

Comments
 (0)