Merge pull request #6 from frode-carlsen/feature/update-to-v1.5

FIX updating version to 1.5
This commit is contained in:
Frode Carlsen 2019-08-02 17:38:46 +02:00 committed by GitHub
commit 892499b75a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 10 deletions

View File

@ -4,12 +4,10 @@
<parent>
<groupId>fc.cron</groupId>
<artifactId>cron</artifactId>
<version>1.4</version>
<version>1.5</version>
</parent>
<groupId>fc.cron</groupId>
<artifactId>cron-java8</artifactId>
<packaging>jar</packaging>
<version>1.4</version>
<name>cron-java8</name>
<build>

View File

@ -6,12 +6,10 @@
<parent>
<groupId>fc.cron</groupId>
<artifactId>cron</artifactId>
<version>1.4</version>
<version>1.5</version>
</parent>
<groupId>fc.cron</groupId>
<artifactId>cron-jodatime</artifactId>
<version>1.4</version>
<packaging>jar</packaging>
<name>cron-jodatime</name>
@ -19,12 +17,12 @@
<dependency>
<groupId>joda-time</groupId>
<artifactId>joda-time</artifactId>
<version>2.9.7</version>
<version>2.10.3</version>
</dependency>
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
<version>3.6.2</version>
<version>3.8.0</version>
<scope>test</scope>
</dependency>

View File

@ -5,7 +5,7 @@
<groupId>fc.cron</groupId>
<artifactId>cron</artifactId>
<packaging>pom</packaging>
<version>1.4</version>
<version>1.5</version>
<name>cron</name>
<url>https://github.com/frode-carlsen/cron</url>
@ -41,7 +41,6 @@
</dependency>
</dependencies>
<profiles>
<profile>
<id>release</id>