Skip to content
Snippets Groups Projects
Commit 524f39f7 authored by Nils Christian Ehmke's avatar Nils Christian Ehmke
Browse files

Prepared everything for the beta release.

parent 3a3c4267
No related branches found
No related tags found
No related merge requests found
No preview for this file type
......@@ -5,7 +5,7 @@
<groupId>net.kieker-monitoring</groupId>
<artifactId>Kieker.WebGUI</artifactId>
<version>1.6-SNAPSHOT</version>
<version>1.6-Beta</version>
<packaging>war</packaging>
<name>Kieker.WebGUI</name>
......@@ -13,7 +13,7 @@
<properties>
<endorsed.dir>${project.build.directory}/endorsed</endorsed.dir>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<kieker.jar>kieker-1.6-SNAPSHOT_emf.jar</kieker.jar>
<kieker.jar>kieker-1.6_emf.jar</kieker.jar>
</properties>
<repositories>
......
......@@ -80,7 +80,7 @@ public final class FSManager {
/**
* The library for kieker which is contained in the war-file as a resource.
*/
private static final String KIEKER_LIB = "kieker-1.6-SNAPSHOT_emf.jar";
private static final String KIEKER_LIB = "kieker-1.6_emf.jar";
/**
* This is the buffer (in bytes) used to copy and upload files.
*/
......
......@@ -13,7 +13,7 @@
<h:outputText value="Kieker.WebGUI" />
<br />
<br />
<h:outputText value="Version: 1.6-SNAPSHOT" />
<h:outputText value="Version: 1.6-Beta" />
<br />
<h:outputText value="Copyright (c) 2012 Kieker Project" />
<br />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment