Skip to content

Commit

Permalink
Preparing for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
erdlet committed Jul 27, 2022
1 parent 92f2922 commit 584f2cd
Show file tree
Hide file tree
Showing 40 changed files with 40 additions and 40 deletions.
2 changes: 1 addition & 1 deletion archetype/pom.xml
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.eclipse.krazo</groupId>
<artifactId>krazo-parent</artifactId>
<version>3.0.0.RC1</version>
<version>3.0.0-SNAPSHOT</version>
</parent>

<artifactId>krazo-jakartaee9-archetype</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.eclipse.krazo</groupId>
<artifactId>krazo-parent</artifactId>
<version>3.0.0.RC1</version>
<version>3.0.0-SNAPSHOT</version>
</parent>
<artifactId>krazo-core</artifactId>
<name>Eclipse Krazo Core</name>
Expand Down
2 changes: 1 addition & 1 deletion documentation/pom.xml
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.eclipse.krazo</groupId>
<artifactId>krazo-parent</artifactId>
<version>3.0.0.RC1</version>
<version>3.0.0-SNAPSHOT</version>
</parent>

<artifactId>krazo-documentation</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/application-path/pom.xml
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.eclipse.krazo.examples</groupId>
<artifactId>krazo-examples-parent</artifactId>
<version>3.0.0.RC1</version>
<version>3.0.0-SNAPSHOT</version>
</parent>
<artifactId>application-path</artifactId>
<packaging>war</packaging>
Expand Down
2 changes: 1 addition & 1 deletion examples/book-cdi/pom.xml
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.eclipse.krazo.examples</groupId>
<artifactId>krazo-examples-parent</artifactId>
<version>3.0.0.RC1</version>
<version>3.0.0-SNAPSHOT</version>
</parent>
<artifactId>book-cdi</artifactId>
<packaging>war</packaging>
Expand Down
2 changes: 1 addition & 1 deletion examples/book-models/pom.xml
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.eclipse.krazo.examples</groupId>
<artifactId>krazo-examples-parent</artifactId>
<version>3.0.0.RC1</version>
<version>3.0.0-SNAPSHOT</version>
</parent>
<artifactId>book-models</artifactId>
<packaging>war</packaging>
Expand Down
2 changes: 1 addition & 1 deletion examples/conversation/pom.xml
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.eclipse.krazo.examples</groupId>
<artifactId>krazo-examples-parent</artifactId>
<version>3.0.0.RC1</version>
<version>3.0.0-SNAPSHOT</version>
</parent>
<artifactId>conversation</artifactId>
<packaging>war</packaging>
Expand Down
2 changes: 1 addition & 1 deletion examples/csrf-property/pom.xml
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.eclipse.krazo.examples</groupId>
<artifactId>krazo-examples-parent</artifactId>
<version>3.0.0.RC1</version>
<version>3.0.0-SNAPSHOT</version>
</parent>
<artifactId>csrf-property</artifactId>
<packaging>war</packaging>
Expand Down
2 changes: 1 addition & 1 deletion examples/def-ext/pom.xml
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.eclipse.krazo.examples</groupId>
<artifactId>krazo-examples-parent</artifactId>
<version>3.0.0.RC1</version>
<version>3.0.0-SNAPSHOT</version>
</parent>
<artifactId>def-ext</artifactId>
<packaging>war</packaging>
Expand Down
2 changes: 1 addition & 1 deletion examples/events/pom.xml
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.eclipse.krazo.examples</groupId>
<artifactId>krazo-examples-parent</artifactId>
<version>3.0.0.RC1</version>
<version>3.0.0-SNAPSHOT</version>
</parent>
<artifactId>events</artifactId>
<packaging>war</packaging>
Expand Down
2 changes: 1 addition & 1 deletion examples/exceptions/pom.xml
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.eclipse.krazo.examples</groupId>
<artifactId>krazo-examples-parent</artifactId>
<version>3.0.0.RC1</version>
<version>3.0.0-SNAPSHOT</version>
</parent>
<artifactId>exceptions</artifactId>
<packaging>war</packaging>
Expand Down
2 changes: 1 addition & 1 deletion examples/facelets/pom.xml
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.eclipse.krazo.examples</groupId>
<artifactId>krazo-examples-parent</artifactId>
<version>3.0.0.RC1</version>
<version>3.0.0-SNAPSHOT</version>
</parent>
<artifactId>facelets</artifactId>
<packaging>war</packaging>
Expand Down
2 changes: 1 addition & 1 deletion examples/locale/pom.xml
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.eclipse.krazo.examples</groupId>
<artifactId>krazo-examples-parent</artifactId>
<version>3.0.0.RC1</version>
<version>3.0.0-SNAPSHOT</version>
</parent>
<artifactId>locale</artifactId>
<packaging>war</packaging>
Expand Down
2 changes: 1 addition & 1 deletion examples/pom.xml
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.eclipse.krazo</groupId>
<artifactId>krazo-parent</artifactId>
<version>3.0.0.RC1</version>
<version>3.0.0-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.krazo.examples</groupId>
<artifactId>krazo-examples-parent</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/produces/pom.xml
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.eclipse.krazo.examples</groupId>
<artifactId>krazo-examples-parent</artifactId>
<version>3.0.0.RC1</version>
<version>3.0.0-SNAPSHOT</version>
</parent>
<artifactId>produces</artifactId>
<packaging>war</packaging>
Expand Down
2 changes: 1 addition & 1 deletion examples/redirect/pom.xml
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.eclipse.krazo.examples</groupId>
<artifactId>krazo-examples-parent</artifactId>
<version>3.0.0.RC1</version>
<version>3.0.0-SNAPSHOT</version>
</parent>
<artifactId>redirect</artifactId>
<packaging>war</packaging>
Expand Down
2 changes: 1 addition & 1 deletion examples/redirectScope/pom.xml
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.eclipse.krazo.examples</groupId>
<artifactId>krazo-examples-parent</artifactId>
<version>3.0.0.RC1</version>
<version>3.0.0-SNAPSHOT</version>
</parent>
<artifactId>redirectScope</artifactId>
<packaging>war</packaging>
Expand Down
2 changes: 1 addition & 1 deletion examples/redirectScope2/pom.xml
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.eclipse.krazo.examples</groupId>
<artifactId>krazo-examples-parent</artifactId>
<version>3.0.0.RC1</version>
<version>3.0.0-SNAPSHOT</version>
</parent>
<artifactId>redirectScope2</artifactId>
<packaging>war</packaging>
Expand Down
2 changes: 1 addition & 1 deletion examples/redirectScope3/pom.xml
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.eclipse.krazo.examples</groupId>
<artifactId>krazo-examples-parent</artifactId>
<version>3.0.0.RC1</version>
<version>3.0.0-SNAPSHOT</version>
</parent>
<artifactId>redirectScope3</artifactId>
<packaging>war</packaging>
Expand Down
2 changes: 1 addition & 1 deletion examples/requestDispatcher/pom.xml
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.eclipse.krazo.examples</groupId>
<artifactId>krazo-examples-parent</artifactId>
<version>3.0.0.RC1</version>
<version>3.0.0-SNAPSHOT</version>
</parent>
<artifactId>requestDispatcher</artifactId>
<packaging>war</packaging>
Expand Down
2 changes: 1 addition & 1 deletion examples/returns/pom.xml
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.eclipse.krazo.examples</groupId>
<artifactId>krazo-examples-parent</artifactId>
<version>3.0.0.RC1</version>
<version>3.0.0-SNAPSHOT</version>
</parent>
<artifactId>returns</artifactId>
<packaging>war</packaging>
Expand Down
2 changes: 1 addition & 1 deletion examples/uri-builder/pom.xml
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>org.eclipse.krazo.examples</groupId>
<artifactId>krazo-examples-parent</artifactId>
<version>3.0.0.RC1</version>
<version>3.0.0-SNAPSHOT</version>
</parent>
<artifactId>uri-builder</artifactId>
<packaging>war</packaging>
Expand Down
2 changes: 1 addition & 1 deletion examples/validation-i18n/pom.xml
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.eclipse.krazo.examples</groupId>
<artifactId>krazo-examples-parent</artifactId>
<version>3.0.0.RC1</version>
<version>3.0.0-SNAPSHOT</version>
</parent>
<artifactId>validation-i18n</artifactId>
<packaging>war</packaging>
Expand Down
2 changes: 1 addition & 1 deletion examples/validation/pom.xml
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.eclipse.krazo.examples</groupId>
<artifactId>krazo-examples-parent</artifactId>
<version>3.0.0.RC1</version>
<version>3.0.0-SNAPSHOT</version>
</parent>
<artifactId>validation</artifactId>
<packaging>war</packaging>
Expand Down
2 changes: 1 addition & 1 deletion examples/view-annotation/pom.xml
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.eclipse.krazo.examples</groupId>
<artifactId>krazo-examples-parent</artifactId>
<version>3.0.0.RC1</version>
<version>3.0.0-SNAPSHOT</version>
</parent>
<artifactId>view-annotation</artifactId>
<packaging>war</packaging>
Expand Down
2 changes: 1 addition & 1 deletion ext/asciidoc/pom.xml
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.eclipse.krazo.ext</groupId>
<artifactId>krazo-ext-parent</artifactId>
<version>3.0.0.RC1</version>
<version>3.0.0-SNAPSHOT</version>
</parent>

<artifactId>krazo-asciidoc</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion ext/freemarker/pom.xml
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.eclipse.krazo.ext</groupId>
<artifactId>krazo-ext-parent</artifactId>
<version>3.0.0.RC1</version>
<version>3.0.0-SNAPSHOT</version>
</parent>

<artifactId>krazo-freemarker</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion ext/jade/pom.xml
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.eclipse.krazo.ext</groupId>
<artifactId>krazo-ext-parent</artifactId>
<version>3.0.0.RC1</version>
<version>3.0.0-SNAPSHOT</version>
</parent>

<artifactId>krazo-jade</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion ext/jinja2/pom.xml
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.eclipse.krazo.ext</groupId>
<artifactId>krazo-ext-parent</artifactId>
<version>3.0.0.RC1</version>
<version>3.0.0-SNAPSHOT</version>
</parent>

<artifactId>krazo-jinja2</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion ext/mustache/pom.xml
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.eclipse.krazo.ext</groupId>
<artifactId>krazo-ext-parent</artifactId>
<version>3.0.0.RC1</version>
<version>3.0.0-SNAPSHOT</version>
</parent>
<artifactId>krazo-mustache</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion ext/pebble/pom.xml
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.eclipse.krazo.ext</groupId>
<artifactId>krazo-ext-parent</artifactId>
<version>3.0.0.RC1</version>
<version>3.0.0-SNAPSHOT</version>
</parent>

<artifactId>krazo-pebble</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion ext/pom.xml
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.eclipse.krazo</groupId>
<artifactId>krazo-parent</artifactId>
<version>3.0.0.RC1</version>
<version>3.0.0-SNAPSHOT</version>
</parent>

<groupId>org.eclipse.krazo.ext</groupId>
Expand Down
2 changes: 1 addition & 1 deletion ext/stringtemplate/pom.xml
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.eclipse.krazo.ext</groupId>
<artifactId>krazo-ext-parent</artifactId>
<version>3.0.0.RC1</version>
<version>3.0.0-SNAPSHOT</version>
</parent>

<artifactId>krazo-stringtemplate</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion ext/thymeleaf/pom.xml
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.eclipse.krazo.ext</groupId>
<artifactId>krazo-ext-parent</artifactId>
<version>3.0.0.RC1</version>
<version>3.0.0-SNAPSHOT</version>
</parent>
<artifactId>krazo-thymeleaf</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion ext/velocity/pom.xml
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.eclipse.krazo.ext</groupId>
<artifactId>krazo-ext-parent</artifactId>
<version>3.0.0.RC1</version>
<version>3.0.0-SNAPSHOT</version>
</parent>

<artifactId>krazo-velocity</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jersey/pom.xml
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.eclipse.krazo</groupId>
<artifactId>krazo-parent</artifactId>
<version>3.0.0.RC1</version>
<version>3.0.0-SNAPSHOT</version>
</parent>

<artifactId>krazo-jersey</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -26,7 +26,7 @@
<groupId>org.eclipse.krazo</groupId>
<artifactId>krazo-parent</artifactId>
<packaging>pom</packaging>
<version>3.0.0.RC1</version>
<version>3.0.0-SNAPSHOT</version>

<name>Eclipse Krazo Parent</name>
<description>Eclipse Krazo Parent</description>
Expand Down
2 changes: 1 addition & 1 deletion resteasy/pom.xml
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.eclipse.krazo</groupId>
<artifactId>krazo-parent</artifactId>
<version>3.0.0.RC1</version>
<version>3.0.0-SNAPSHOT</version>
</parent>

<artifactId>krazo-resteasy</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion tck/pom.xml
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.eclipse.krazo</groupId>
<artifactId>krazo-parent</artifactId>
<version>3.0.0.RC1</version>
<version>3.0.0-SNAPSHOT</version>
</parent>

<artifactId>krazo-tck</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion testsuite/pom.xml
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>org.eclipse.krazo</groupId>
<artifactId>krazo-parent</artifactId>
<version>3.0.0.RC1</version>
<version>3.0.0-SNAPSHOT</version>
</parent>

<artifactId>krazo-testsuite</artifactId>
Expand Down

0 comments on commit 584f2cd

Please sign in to comment.