Skip to content

Commit

Permalink
Release 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jitlogic committed Apr 4, 2020
1 parent 7ed1a39 commit c5d32b7
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 10 deletions.
6 changes: 4 additions & 2 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
Zorka 2.0.0 (2020-??-??)
Zorka 2.0.0 (2020-04-03)
-------------------------

*
* fix: Prometheus scrapping mode;
* fix: zipkin/jaeger output;
* fix: TLS support for internal HTTP server;


Zorka 1.90.9 (2020-03-07)
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 @@
<groupId>com.jitlogic.zorka</groupId>
<artifactId>zorka</artifactId>
<packaging>pom</packaging>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
<name>zorka: parent aggregator</name>
<url>http://zorka.io</url>

Expand Down
2 changes: 1 addition & 1 deletion zorka-agent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>zorka</artifactId>
<groupId>com.jitlogic.zorka</groupId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion zorka-bsh-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>zorka</artifactId>
<groupId>com.jitlogic.zorka</groupId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion zorka-bsh-shell/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>zorka</artifactId>
<groupId>com.jitlogic.zorka</groupId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion zorka-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>zorka</artifactId>
<groupId>com.jitlogic.zorka</groupId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion zorka-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.jitlogic.zorka</groupId>
<artifactId>zorka</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
</parent>
<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion zorka-dist/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>zorka</artifactId>
<groupId>com.jitlogic.zorka</groupId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion zorka-slf4j/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>zorka</artifactId>
<groupId>com.jitlogic.zorka</groupId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down

0 comments on commit c5d32b7

Please sign in to comment.