mirror of
https://github.com/cincheo/jsweet.git
synced 2025-12-15 15:29:22 +00:00
update core lib version number to avoid clash with JSweet 3
This commit is contained in:
parent
a2157730c8
commit
49f67a25e3
@ -4,7 +4,7 @@
|
|||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>org.jsweet</groupId>
|
<groupId>org.jsweet</groupId>
|
||||||
<artifactId>jsweet-core</artifactId>
|
<artifactId>jsweet-core</artifactId>
|
||||||
<version>6.1.0</version>
|
<version>6.0.5</version>
|
||||||
<name>JSweet Core Lib</name>
|
<name>JSweet Core Lib</name>
|
||||||
<description>JavaScript API for JSweet</description>
|
<description>JavaScript API for JSweet</description>
|
||||||
<url>http://www.jsweet.org</url>
|
<url>http://www.jsweet.org</url>
|
||||||
|
|||||||
@ -260,7 +260,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.jsweet</groupId>
|
<groupId>org.jsweet</groupId>
|
||||||
<artifactId>jsweet-core</artifactId>
|
<artifactId>jsweet-core</artifactId>
|
||||||
<version>6.1.0</version>
|
<version>6.0.5</version>
|
||||||
<scope>test</scope>
|
<scope>test</scope>
|
||||||
<optional>true</optional>
|
<optional>true</optional>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user