Skip to content

Commit

Permalink
release 0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
treblereel committed Oct 2, 2023
1 parent 36b1971 commit 299b3d6
Show file tree
Hide file tree
Showing 18 changed files with 20 additions and 20 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>io.crysknife</groupId>
<artifactId>crysknife-parent</artifactId>
<version>0.5.2-SNAPSHOT</version>
<version>0.6</version>
</parent>

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

<groupId>io.crysknife</groupId>
<artifactId>bom</artifactId>
<version>0.5.2-SNAPSHOT</version>
<version>0.6</version>
<packaging>pom</packaging>


Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.crysknife</groupId>
<artifactId>crysknife-parent</artifactId>
<version>0.5.2-SNAPSHOT</version>
<version>0.6</version>
</parent>

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

<groupId>io.crysknife.demo</groupId>
<artifactId>demo</artifactId>
<version>0.5.2-SNAPSHOT</version>
<version>0.6</version>
<packaging>jar</packaging>

<properties>
Expand All @@ -21,7 +21,7 @@
<webappdir>${project.build.directory}/webapp</webappdir>
<webapp.libdir>${webappdir}/WEB-INF/lib</webapp.libdir>
<elemental2.version>1.1.0</elemental2.version>
<j2cl.maven.plugin.version>0.21-SNAPSHOT</j2cl.maven.plugin.version>
<j2cl.maven.plugin.version>0.22-SNAPSHOT</j2cl.maven.plugin.version>
<org.treblereel.j2cl.processors.version>0.6.1</org.treblereel.j2cl.processors.version>
</properties>

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

<groupId>io.crysknife</groupId>
<artifactId>internal-bom</artifactId>
<version>0.5.2-SNAPSHOT</version>
<version>0.6</version>
<packaging>pom</packaging>


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

<groupId>io.crysknife</groupId>
<artifactId>crysknife-parent</artifactId>
<version>0.5.2-SNAPSHOT</version>
<version>0.6</version>
<packaging>pom</packaging>

<name>crysknife 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>io.crysknife</groupId>
<artifactId>crysknife-parent</artifactId>
<version>0.5.2-SNAPSHOT</version>
<version>0.6</version>
</parent>

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

<groupId>io.crysknife.tests</groupId>
<artifactId>j2cl-tests</artifactId>
<version>0.5.2-SNAPSHOT</version>
<version>0.6</version>
<description>J2CL tests</description>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion tests/jre-tests/cdi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.crysknife.tests</groupId>
<artifactId>jre-cdi-tests</artifactId>
<version>0.5.2-SNAPSHOT</version>
<version>0.6</version>
<packaging>jar</packaging>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion tests/jre-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>jre-parent</artifactId>
<groupId>io.crysknife.tests</groupId>
<version>0.5.2-SNAPSHOT</version>
<version>0.6</version>
<packaging>pom</packaging>
<name>Crysknife :: Tests :: JRE</name>

Expand Down
2 changes: 1 addition & 1 deletion tests/jre-tests/reduces-classpath/app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.crysknife.tests</groupId>
<artifactId>reduces-classpath-app</artifactId>
<version>0.5.2-SNAPSHOT</version>
<version>0.6</version>
<packaging>jar</packaging>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion tests/jre-tests/reduces-classpath/dep/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.crysknife.tests</groupId>
<artifactId>reduces-classpath-dep</artifactId>
<version>0.5.2-SNAPSHOT</version>
<version>0.6</version>
<packaging>jar</packaging>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion tests/jre-tests/reduces-classpath/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.crysknife</groupId>
<artifactId>reduces-classpath-parent</artifactId>
<version>0.5.2-SNAPSHOT</version>
<version>0.6</version>
<packaging>pom</packaging>

<modules>
Expand Down
2 changes: 1 addition & 1 deletion tests/jre-tests/simple/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.crysknife.tests</groupId>
<artifactId>jre-simple-tests</artifactId>
<version>0.5.2-SNAPSHOT</version>
<version>0.6</version>
<packaging>jar</packaging>

<properties>
Expand Down
4 changes: 2 additions & 2 deletions tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<parent>
<groupId>io.crysknife</groupId>
<artifactId>crysknife-parent</artifactId>
<version>0.5.2-SNAPSHOT</version>
<version>0.6</version>
</parent>

<artifactId>tests-parent</artifactId>
<groupId>io.crysknife.tests</groupId>
<version>0.5.2-SNAPSHOT</version>
<version>0.6</version>
<packaging>pom</packaging>

<modules>
Expand Down
2 changes: 1 addition & 1 deletion ui/core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.crysknife.ui</groupId>
<artifactId>parent</artifactId>
<version>0.5.2-SNAPSHOT</version>
<version>0.6</version>
</parent>

<artifactId>crysknife-ui-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion ui/generator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.crysknife.ui</groupId>
<artifactId>parent</artifactId>
<version>0.5.2-SNAPSHOT</version>
<version>0.6</version>
</parent>

<artifactId>crysknife-ui-generator</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.crysknife</groupId>
<artifactId>crysknife-parent</artifactId>
<version>0.5.2-SNAPSHOT</version>
<version>0.6</version>
</parent>

<groupId>io.crysknife.ui</groupId>
Expand Down

0 comments on commit 299b3d6

Please sign in to comment.