Skip to content

Commit b0959e6

Browse files
committed
Release 1.90.8
1 parent 3b6a899 commit b0959e6

File tree

336 files changed

+338
-336
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

336 files changed

+338
-336
lines changed

CHANGES.md

Lines changed: 3 additions & 1 deletion

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<groupId>com.jitlogic.zorka</groupId>
44
<artifactId>zorka</artifactId>
55
<packaging>pom</packaging>
6-
<version>1.90.8-SNAPSHOT</version>
6+
<version>1.90.8</version>
77
<name>zorka: parent aggregator</name>
88
<url>http://zorka.io</url>
99

zorka-agent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>zorka</artifactId>
77
<groupId>com.jitlogic.zorka</groupId>
8-
<version>1.90.8-SNAPSHOT</version>
8+
<version>1.90.8</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

zorka-agent/src/main/java/com/jitlogic/zorka/agent/AgentMain.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2012-2019 Rafal Lewczuk <[email protected]>
2+
* Copyright 2012-2020 Rafal Lewczuk <[email protected]>
33
*
44
* ZORKA is free software. You can redistribute it and/or modify it under the
55
* terms of the GNU General Public License as published by the Free Software

zorka-bsh-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<artifactId>zorka</artifactId>
88
<groupId>com.jitlogic.zorka</groupId>
9-
<version>1.90.8-SNAPSHOT</version>
9+
<version>1.90.8</version>
1010
</parent>
1111

1212
<modelVersion>4.0.0</modelVersion>

zorka-bsh-shell/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<artifactId>zorka</artifactId>
88
<groupId>com.jitlogic.zorka</groupId>
9-
<version>1.90.8-SNAPSHOT</version>
9+
<version>1.90.8</version>
1010
</parent>
1111

1212
<modelVersion>4.0.0</modelVersion>

zorka-common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>zorka</artifactId>
77
<groupId>com.jitlogic.zorka</groupId>
8-
<version>1.90.8-SNAPSHOT</version>
8+
<version>1.90.8</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

zorka-common/src/main/java/com/jitlogic/zorka/common/ZorkaAgent.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2012-2019 Rafal Lewczuk <[email protected]>
2+
* Copyright 2012-2020 Rafal Lewczuk <[email protected]>
33
* <p/>
44
* This is free software. You can redistribute it and/or modify it under the
55
* terms of the GNU General Public License as published by the Free Software

zorka-common/src/main/java/com/jitlogic/zorka/common/ZorkaService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2012-2019 Rafal Lewczuk <[email protected]>
2+
* Copyright 2012-2020 Rafal Lewczuk <[email protected]>
33
* <p/>
44
* This is free software. You can redistribute it and/or modify it under the
55
* terms of the GNU General Public License as published by the Free Software

zorka-common/src/main/java/com/jitlogic/zorka/common/ZorkaSubmitter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2012-2019 Rafal Lewczuk <[email protected]>
2+
* Copyright 2012-2020 Rafal Lewczuk <[email protected]>
33
* <p/>
44
* This is free software. You can redistribute it and/or modify it under the
55
* terms of the GNU General Public License as published by the Free Software

0 commit comments

Comments
 (0)