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

1.7 -> 1.8-SNAPSHOT

parent 47a5fed3
No related branches found
No related tags found
No related merge requests found
This document summarizes changes made in all releases starting with 1.6-Beta.
* 1.8 (Oct 17, 2013)
* 1.7 (April 18, 2013)
- Major changes
- Improved UI
......
......@@ -5,7 +5,7 @@
<groupId>net.kieker-monitoring</groupId>
<artifactId>Kieker.WebGUI</artifactId>
<version>1.7</version>
<version>1.8-SNAPSHOT</version>
<packaging>war</packaging>
<name>Kieker.WebGUI</name>
<licenses>
......@@ -38,6 +38,10 @@
<url>http://repository.primefaces.org</url>
<layout>default</layout>
</repository>
<repository>
<id>sonatype.oss.snapshots</id>
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
</repository>
</repositories>
<dependencies>
......@@ -171,7 +175,7 @@
<dependency>
<groupId>net.kieker-monitoring</groupId>
<artifactId>kieker</artifactId>
<version>1.7</version>
<version>1.8-SNAPSHOT</version>
<classifier>emf</classifier>
</dependency>
<dependency>
......
......@@ -82,7 +82,7 @@ public class FSProjectDAOImpl implements IProjectDAO, ReleaseListener {
private static final Log LOG = LogFactory.getLog(FSProjectDAOImpl.class);
private static final MIAnalysisMetaModelFactory FACTORY = MIAnalysisMetaModelFactory.eINSTANCE;
private static final String KIEKER_LIB = "kieker-1.7-emf.jar";
private static final String KIEKER_LIB = "kieker-1.8-SNAPSHOT-emf.jar";
private static final String META_FILE = "meta.dat";
private static final String KAX_EXTENSION = "kax";
private static final String LIB_EXTENSION = "jar";
......
......@@ -13,7 +13,7 @@
<h:outputText value="Kieker.WebGUI" />
<br />
<br />
<h:outputText value="Version: 1.7" />
<h:outputText value="Version: 1.8-SNAPSHOT" />
<br />
<h:outputText value="Copyright (c) 2013 Kieker Project" />
<br />
......
......@@ -32,7 +32,7 @@ import kieker.webgui.persistence.impl.util.CloseableURLClassLoader;
*/
public class ClassAndMethodContainerTest {
private static final String KIEKER_LIB = "kieker-1.7-emf.jar";
private static final String KIEKER_LIB = "kieker-1.8-SNAPSHOT-emf.jar";
/**
* Default constructor. <b>Do not use this constructor. This is just a test class and not to be used outside a JUnit test!</b>
......
......@@ -34,7 +34,7 @@ import kieker.webgui.common.ClassAndMethodContainer;
*/
public class PluginFinderTest {
private static final String KIEKER_LIB = "kieker-1.7-emf.jar";
private static final String KIEKER_LIB = "kieker-1.8-SNAPSHOT-emf.jar";
/**
* Default constructor. <b>Do not use this constructor. This is just a test class and not to be used outside a JUnit test!</b>
......
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