Skip to content

Commit 0e26764

Browse files
committed
Prepare release 0.9.1 (Beta1).
1 parent 78cddca commit 0e26764

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

pom.xml

+1-1
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>0.9.1-SNAPSHOT</version>
6+
<version>0.9.1</version>
77
<name>zorka: parent aggregator</name>
88
<url>http://www.jitlogic.com/zorka</url>
99

zorka-agent/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
66
<parent>
77
<groupId>com.jitlogic.zorka</groupId>
88
<artifactId>zorka</artifactId>
9-
<version>0.9.1-SNAPSHOT</version>
9+
<version>0.9.1</version>
1010
</parent>
1111
<dependencies>
1212
<dependency>

zorka-common/pom.xml

+1-1
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>0.9.1-SNAPSHOT</version>
8+
<version>0.9.1</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

zorka-viewer/pom.xml

+1-1
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>0.9.1-SNAPSHOT</version>
8+
<version>0.9.1</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

0 commit comments

Comments
 (0)