mirror of
https://github.com/cincheo/jsweet.git
synced 2025-12-15 15:29:22 +00:00
Bump core-lib versions to 5/6.3.1-SNAPSHOT
This commit is contained in:
parent
ada265cb28
commit
4d5e1c0686
@ -229,7 +229,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.jsweet</groupId>
|
<groupId>org.jsweet</groupId>
|
||||||
<artifactId>jsweet-core</artifactId>
|
<artifactId>jsweet-core</artifactId>
|
||||||
<version>5.3.0</version>
|
<version>5.3.1-SNAPSHOT</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
|
|||||||
@ -6,7 +6,7 @@
|
|||||||
<artifactId>jsweet-core</artifactId>
|
<artifactId>jsweet-core</artifactId>
|
||||||
<name>JSweet Core Lib</name>
|
<name>JSweet Core Lib</name>
|
||||||
<description>JavaScript API for JSweet</description>
|
<description>JavaScript API for JSweet</description>
|
||||||
<version>5.3.0</version>
|
<version>5.3.1-SNAPSHOT</version>
|
||||||
<properties>
|
<properties>
|
||||||
<timestamp>${maven.build.timestamp}</timestamp>
|
<timestamp>${maven.build.timestamp}</timestamp>
|
||||||
<maven.build.timestamp.format>yyyy-MM-dd HH:mm:ss</maven.build.timestamp.format>
|
<maven.build.timestamp.format>yyyy-MM-dd HH:mm:ss</maven.build.timestamp.format>
|
||||||
|
|||||||
@ -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.3.0</version>
|
<version>6.3.1-SNAPSHOT</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>
|
||||||
|
|||||||
@ -282,7 +282,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.jsweet</groupId>
|
<groupId>org.jsweet</groupId>
|
||||||
<artifactId>jsweet-core</artifactId>
|
<artifactId>jsweet-core</artifactId>
|
||||||
<version>6.3.0</version>
|
<version>6.3.1-SNAPSHOT</version>
|
||||||
<scope>compile</scope>
|
<scope>compile</scope>
|
||||||
<optional>true</optional>
|
<optional>true</optional>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user