mirror of
https://github.com/cincheo/jsweet.git
synced 2025-12-15 15:29:22 +00:00
2.3.0 release
This commit is contained in:
parent
de0931843a
commit
90caa06096
@ -5,7 +5,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>6.0.1-SNAPSHOT</version>
|
<version>6.0.1</version>
|
||||||
|
|
||||||
<developers>
|
<developers>
|
||||||
<developer>
|
<developer>
|
||||||
|
|||||||
@ -3,7 +3,7 @@
|
|||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>org.jsweet</groupId>
|
<groupId>org.jsweet</groupId>
|
||||||
<artifactId>jsweet-transpiler</artifactId>
|
<artifactId>jsweet-transpiler</artifactId>
|
||||||
<version>2.3.0-SNAPSHOT</version>
|
<version>2.3.0</version>
|
||||||
<name>JSweet transpiler</name>
|
<name>JSweet transpiler</name>
|
||||||
<description>A Java to TypeScript/JavaScript Open Transpiler</description>
|
<description>A Java to TypeScript/JavaScript Open Transpiler</description>
|
||||||
<developers>
|
<developers>
|
||||||
@ -234,7 +234,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.jsweet</groupId>
|
<groupId>org.jsweet</groupId>
|
||||||
<artifactId>jsweet-core</artifactId>
|
<artifactId>jsweet-core</artifactId>
|
||||||
<version>6.0.1-SNAPSHOT</version>
|
<version>6.0.1</version>
|
||||||
<scope>test</scope>
|
<scope>test</scope>
|
||||||
<optional>true</optional>
|
<optional>true</optional>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user