Skip to content

Commit

Permalink
Bump core-lib versions to *.3.1-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
kohlschuetter committed Oct 10, 2023
1 parent 338a003 commit 1b8ec9e
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion candy-generator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@
<dependency>
<groupId>org.jsweet</groupId>
<artifactId>jsweet-core</artifactId>
<version>5.3.0</version>
<version>5.3.1-SNAPSHOT</version>
</dependency>

<dependency>
Expand Down
1 change: 1 addition & 0 deletions core-lib/es5/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@
/.project
/.settings/
/.jsweet/
/jsweet-core
2 changes: 1 addition & 1 deletion core-lib/es5/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<artifactId>jsweet-core</artifactId>
<name>JSweet Core Lib</name>
<description>JavaScript API for JSweet</description>
<version>5.3.0</version>
<version>5.3.1-SNAPSHOT</version>
<properties>
<timestamp>${maven.build.timestamp}</timestamp>
<maven.build.timestamp.format>yyyy-MM-dd HH:mm:ss</maven.build.timestamp.format>
Expand Down
1 change: 1 addition & 0 deletions core-lib/es6/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@
/.project
/.settings/
/.jsweet/
/jsweet-core
2 changes: 1 addition & 1 deletion core-lib/es6/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.jsweet</groupId>
<artifactId>jsweet-core</artifactId>
<version>6.3.0</version>
<version>6.3.1-SNAPSHOT</version>
<name>JSweet Core Lib</name>
<description>JavaScript API for JSweet</description>
<url>http://www.jsweet.org</url>
Expand Down
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
<module>file-visitor</module>
<module>typescript.java-ts.core</module>
<module>core-lib/es5</module>
<module>core-lib/es6</module>
<module>candy-generator</module>
<module>transpiler</module>
</modules>
Expand Down
2 changes: 1 addition & 1 deletion transpiler/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@
<dependency>
<groupId>org.jsweet</groupId>
<artifactId>jsweet-core</artifactId>
<version>6.3.0</version>
<version>6.3.1-SNAPSHOT</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
Expand Down

0 comments on commit 1b8ec9e

Please sign in to comment.