Skip to content

Commit

Permalink
remove snapshot dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
lgrignon committed Jan 12, 2020
1 parent 65c54e8 commit 9269068
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions transpiler/pom.xml
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.jsweet</groupId>
<artifactId>jsweet-transpiler</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0-RC1</version>
<name>JSweet transpiler</name>
<description>A Java to TypeScript/JavaScript Open Transpiler</description>
<developers>
Expand Down Expand Up @@ -230,12 +230,12 @@
<dependency>
<groupId>org.jsweet.ext</groupId>
<artifactId>typescript.java-ts.core</artifactId>
<version>2.0.2-SNAPSHOT</version>
<version>2.0.2</version>
</dependency>
<dependency>
<groupId>org.jsweet.ext</groupId>
<artifactId>sourcemap-builder</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</dependency>
<dependency>
<groupId>org.osgi</groupId>
Expand All @@ -248,7 +248,7 @@
<dependency>
<groupId>org.jsweet</groupId>
<artifactId>jsweet-core</artifactId>
<version>6.1.0-SNAPSHOT</version>
<version>6.1.0</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
Expand Down

0 comments on commit 9269068

Please sign in to comment.