update core lib version number to avoid clash with JSweet 3

This commit is contained in:
Renaud Pawlak 2020-08-07 09:07:02 +02:00
parent a2157730c8
commit 49f67a25e3
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.jsweet</groupId>
<artifactId>jsweet-core</artifactId>
<version>6.1.0</version>
<version>6.0.5</version>
<name>JSweet Core Lib</name>
<description>JavaScript API for JSweet</description>
<url>http://www.jsweet.org</url>

View File

@ -260,7 +260,7 @@
<dependency>
<groupId>org.jsweet</groupId>
<artifactId>jsweet-core</artifactId>
<version>6.1.0</version>
<version>6.0.5</version>
<scope>test</scope>
<optional>true</optional>
</dependency>