Preparations for release 1.1.4

This commit is contained in:
2018-11-19 11:40:57 +01:00
parent f0205d1cc7
commit d571675a31
3 changed files with 40 additions and 23 deletions

View File

@ -6,7 +6,7 @@
<groupId>de.stklcode.pubtrans</groupId>
<artifactId>juraclient</artifactId>
<version>1.1.4-SNAPSHOT</version>
<version>1.1.4</version>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@ -72,13 +72,13 @@
<dependency>
<groupId>net.bytebuddy</groupId>
<artifactId>byte-buddy</artifactId>
<version>1.9.3</version>
<version>1.9.4</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>net.bytebuddy</groupId>
<artifactId>byte-buddy-agent</artifactId>
<version>1.9.3</version>
<version>1.9.4</version>
<scope>test</scope>
</dependency>
</dependencies>