Skip to content

Commit

Permalink
Ready for 0.22 (Vertispan#230)
Browse files Browse the repository at this point in the history
Updates versions in poms to next release, docs to latest stable.
  • Loading branch information
niloc132 authored Aug 31, 2023
1 parent c18f3ea commit 33ce152
Show file tree
Hide file tree
Showing 10 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion build-caching/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.vertispan.j2cl</groupId>
<artifactId>j2cl-tools</artifactId>
<version>0.21-SNAPSHOT</version>
<version>0.22-SNAPSHOT</version>
</parent>
<artifactId>build-caching</artifactId>

Expand Down
6 changes: 3 additions & 3 deletions j2cl-archetypes/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ To create a project interactively, use:
```
mvn archetype:generate -DarchetypeGroupId=com.vertispan.j2cl.archetypes \
-DarchetypeArtifactId=<archetype-name> \
-DarchetypeVersion=0.20
-DarchetypeVersion=0.21
```

To specify these four variables, add them as system properties:
```
mvn archetype:generate -DarchetypeGroupId=com.vertispan.j2cl.archetypes \
-DarchetypeArtifactId=<archetype-name> \
-DarchetypeVersion=0.20 \
-DarchetypeVersion=0.21 \
-DgroupId=my.project.group.id \
-DartifactId=myapp \
-Dversion=1.0-SNAPSHOT \
Expand All @@ -26,7 +26,7 @@ to replace `<archetype-name>` with the name of the archetype:
```
mvn org.apache.maven.plugins:maven-dependency-plugin:get \
-DrepoUrl=https://repo.vertispan.com/j2cl/ \
-Dartifact=com.vertispan.j2cl.archetypes:<archetype-name>:0.20
-Dartifact=com.vertispan.j2cl.archetypes:<archetype-name>:0.21
```

# [`j2cl-archetype-simple`](j2cl-archetype-simple)
Expand Down
2 changes: 1 addition & 1 deletion j2cl-archetypes/j2cl-archetype-servlet/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
```
mvn archetype:generate -DarchetypeGroupId=com.vertispan.j2cl.archetypes \
-DarchetypeArtifactId=j2cl-archetype-servlet \
-DarchetypeVersion=0.20
-DarchetypeVersion=0.21
```

Creates two Java modules, one for the server, and one for the client. The server module uses Jakarta
Expand Down
2 changes: 1 addition & 1 deletion j2cl-archetypes/j2cl-archetype-servlet/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.vertispan.j2cl.archetypes</groupId>
<artifactId>j2cl-archetypes-parent</artifactId>
<version>0.21-SNAPSHOT</version>
<version>0.22-SNAPSHOT</version>
</parent>
<artifactId>j2cl-archetype-servlet</artifactId>
<packaging>maven-archetype</packaging>
Expand Down
2 changes: 1 addition & 1 deletion j2cl-archetypes/j2cl-archetype-simple/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
```
mvn archetype:generate -DarchetypeGroupId=com.vertispan.j2cl.archetypes \
-DarchetypeArtifactId=j2cl-archetype-simple \
-DarchetypeVersion=0.20
-DarchetypeVersion=0.21
```

This project is a simple html page, with a css file, and a single Java class. It is _not_ a good
Expand Down
2 changes: 1 addition & 1 deletion j2cl-archetypes/j2cl-archetype-simple/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.vertispan.j2cl.archetypes</groupId>
<artifactId>j2cl-archetypes-parent</artifactId>
<version>0.21-SNAPSHOT</version>
<version>0.22-SNAPSHOT</version>
</parent>
<artifactId>j2cl-archetype-simple</artifactId>
<packaging>maven-archetype</packaging>
Expand Down
2 changes: 1 addition & 1 deletion j2cl-archetypes/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.vertispan.j2cl</groupId>
<artifactId>j2cl-tools</artifactId>
<version>0.21-SNAPSHOT</version>
<version>0.22-SNAPSHOT</version>
</parent>
<groupId>com.vertispan.j2cl.archetypes</groupId>
<artifactId>j2cl-archetypes-parent</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion j2cl-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.vertispan.j2cl</groupId>
<artifactId>j2cl-tools</artifactId>
<version>0.21-SNAPSHOT</version>
<version>0.22-SNAPSHOT</version>
</parent>
<artifactId>j2cl-maven-plugin</artifactId>
<packaging>maven-plugin</packaging>
Expand Down
2 changes: 1 addition & 1 deletion j2cl-tasks/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.vertispan.j2cl</groupId>
<artifactId>j2cl-tools</artifactId>
<version>0.21-SNAPSHOT</version>
<version>0.22-SNAPSHOT</version>
</parent>
<artifactId>j2cl-tasks</artifactId>

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

<groupId>com.vertispan.j2cl</groupId>
<artifactId>j2cl-tools</artifactId>
<version>0.21-SNAPSHOT</version>
<version>0.22-SNAPSHOT</version>
<packaging>pom</packaging>

<name>J2CL Build Tools</name>
Expand Down

0 comments on commit 33ce152

Please sign in to comment.