Bump core-lib versions to 5/6.3.1-SNAPSHOT

This commit is contained in:
Christian Kohlschütter 2023-10-10 14:53:40 +02:00
parent ada265cb28
commit 4d5e1c0686
4 changed files with 4 additions and 4 deletions

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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>