Skip to content

Commit

Permalink
release 0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
treblereel committed Jul 7, 2024
1 parent 34d7d3b commit af51148
Show file tree
Hide file tree
Showing 22 changed files with 23 additions and 23 deletions.
2 changes: 1 addition & 1 deletion annotations/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.treblereel.j2cl.processors</groupId>
<artifactId>parent</artifactId>
<version>0.7.0-SNAPSHOT</version>
<version>0.7</version>
</parent>

<artifactId>annotations</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.treblereel.j2cl.processors</groupId>
<artifactId>parent</artifactId>
<version>0.7.0-SNAPSHOT</version>
<version>0.7</version>
</parent>

<artifactId>common</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>org.treblereel.j2cl.processors</groupId>
<artifactId>parent</artifactId>
<version>0.7.0-SNAPSHOT</version>
<version>0.7</version>
<packaging>pom</packaging>

<name>GWT3 processors parent</name>
Expand Down
2 changes: 1 addition & 1 deletion processor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.treblereel.j2cl.processors</groupId>
<artifactId>parent</artifactId>
<version>0.7.0-SNAPSHOT</version>
<version>0.7</version>
</parent>

<artifactId>processors</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions tests/commons/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>org.treblereel.j2cl</groupId>
<artifactId>common-tests</artifactId>
<version>0.7.0-SNAPSHOT</version>
<version>0.7</version>

<name>Common test cases</name>
<description>Common test cases</description>
Expand Down Expand Up @@ -85,7 +85,7 @@
<dependency>
<groupId>org.treblereel.j2cl.processors</groupId>
<artifactId>common</artifactId>
<version>0.7.0-SNAPSHOT</version>
<version>0.7</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion tests/entrypoint/jstype/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>org.treblereel.j2cl</groupId>
<artifactId>entrypoint-jstype-tests</artifactId>
<version>0.7.0-SNAPSHOT</version>
<version>0.7</version>

<name>GWT3 Entry Point Tests for @JsType class</name>
<description>Test cases for the GWT3 Entry Point for @JsType class</description>
Expand Down
2 changes: 1 addition & 1 deletion tests/entrypoint/pojo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>org.treblereel.j2cl</groupId>
<artifactId>entrypoint-pojo-tests</artifactId>
<version>0.7.0-SNAPSHOT</version>
<version>0.7</version>

<name>GWT3 Entry Point Tests for Pojo class</name>
<description>Test cases for the GWT3 Entry Point for Pojo class</description>
Expand Down
2 changes: 1 addition & 1 deletion tests/entrypoint/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>org.treblereel.j2cl</groupId>
<artifactId>entrypoint-tests</artifactId>
<version>0.7.0-SNAPSHOT</version>
<version>0.7</version>
<packaging>pom</packaging>

<name>GWT3 Entry Point Tests</name>
Expand Down
2 changes: 1 addition & 1 deletion tests/es6shim/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<artifactId>es6shim-tests</artifactId>
<groupId>org.treblereel.j2cl</groupId>
<version>0.7.0-SNAPSHOT</version>
<version>0.7</version>
<packaging>jar</packaging>

<name>ES6SHIM Tests</name>
Expand Down
2 changes: 1 addition & 1 deletion tests/exports/javaenv/pom-advanced.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>org.treblereel.j2cl</groupId>
<artifactId>javaenv-advanced</artifactId>
<version>0.7.0-SNAPSHOT</version>
<version>0.7</version>
<packaging>jar</packaging>

<name>GWTExports java env Tests ADVANCED mode</name>
Expand Down
2 changes: 1 addition & 1 deletion tests/exports/javaenv/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>org.treblereel.j2cl</groupId>
<artifactId>javaenv</artifactId>
<version>0.7.0-SNAPSHOT</version>
<version>0.7</version>
<packaging>jar</packaging>

<name>GWTExports java env Tests BUNDLE_JAR mode</name>
Expand Down
2 changes: 1 addition & 1 deletion tests/exports/jsenv/bundle_jar_pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>org.treblereel.j2cl</groupId>
<artifactId>exports-bundle_jar</artifactId>
<version>0.7.0-SNAPSHOT</version>
<version>0.7</version>
<packaging>jar</packaging>

<name>GWTExports Tests BUNDLE_JAR mode</name>
Expand Down
2 changes: 1 addition & 1 deletion tests/exports/jsenv/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>org.treblereel.j2cl</groupId>
<artifactId>jsenv</artifactId>
<version>0.7.0-SNAPSHOT</version>
<version>0.7</version>
<packaging>jar</packaging>

<name>GWTExports Tests ADVANCED mode</name>
Expand Down
2 changes: 1 addition & 1 deletion tests/exports/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.treblereel.j2cl</groupId>
<artifactId>tests-parent</artifactId>
<version>0.7.0-SNAPSHOT</version>
<version>0.7</version>
</parent>
<packaging>pom</packaging>

Expand Down
2 changes: 1 addition & 1 deletion tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>org.treblereel.j2cl</groupId>
<artifactId>tests-parent</artifactId>
<version>0.7.0-SNAPSHOT</version>
<version>0.7</version>
<packaging>pom</packaging>

<name>GWT3 processors Tests</name>
Expand Down
2 changes: 1 addition & 1 deletion tests/resources/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.treblereel.j2cl</groupId>
<artifactId>tests-parent</artifactId>
<version>0.7.0-SNAPSHOT</version>
<version>0.7</version>
</parent>

<artifactId>resources</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion tests/translation/default/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>org.treblereel.j2cl</groupId>
<artifactId>translation-default</artifactId>
<version>0.7.0-SNAPSHOT</version>
<version>0.7</version>
<packaging>jar</packaging>

<name>Translation Tests en</name>
Expand Down
2 changes: 1 addition & 1 deletion tests/translation/fr/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>org.treblereel.j2cl</groupId>
<artifactId>translation-fr</artifactId>
<version>0.7.0-SNAPSHOT</version>
<version>0.7</version>
<packaging>jar</packaging>

<name>Translation Tests fr</name>
Expand Down
2 changes: 1 addition & 1 deletion tests/translation/fr_nr/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>org.treblereel.j2cl</groupId>
<artifactId>translation-fr-nr</artifactId>
<version>0.7.0-SNAPSHOT</version>
<version>0.7</version>
<packaging>jar</packaging>

<name>Translation Tests fr-nr</name>
Expand Down
2 changes: 1 addition & 1 deletion tests/translation/no_bundle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.treblereel.j2cl</groupId>
<artifactId>translation-tests</artifactId>
<version>0.7.0-SNAPSHOT</version>
<version>0.7</version>
</parent>

<artifactId>translation-no_bundle</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion tests/translation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>org.treblereel.j2cl</groupId>
<artifactId>translation-tests</artifactId>
<version>0.7.0-SNAPSHOT</version>
<version>0.7</version>
<packaging>pom</packaging>

<name>GWT3 Entry Point Tests</name>
Expand Down
2 changes: 1 addition & 1 deletion utils/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>org.treblereel.j2cl.processors</groupId>
<version>0.7.0-SNAPSHOT</version>
<version>0.7</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down

0 comments on commit af51148

Please sign in to comment.