Skip to content

Commit

Permalink
Update versions to 3.0.0-SNAPSHOT
Browse files Browse the repository at this point in the history
Updates all 2.1.0-SNAPSHOT artifacts to the SNAPSHOT version for the
upcoming 3.0.0 release. Ignores the artifacts which are currently not in
the build because of 3rd party dependencies not migrated to the Jakarta
namespace yet.

closes: #253
  • Loading branch information
erdlet committed Apr 30, 2021
1 parent a47b665 commit d2b5d7b
Show file tree
Hide file tree
Showing 38 changed files with 43 additions and 43 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>2.1.0-SNAPSHOT</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>2.1.0-SNAPSHOT</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>2.1.0-SNAPSHOT</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>2.1.0-SNAPSHOT</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>2.1.0-SNAPSHOT</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>2.1.0-SNAPSHOT</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>2.1.0-SNAPSHOT</version>
<version>3.0.0-SNAPSHOT</version>
</parent>
<artifactId>conversation</artifactId>
<packaging>war</packaging>
Expand Down
4 changes: 2 additions & 2 deletions examples/csrf-property/pom.xml
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.eclipse.krazo.examples</groupId>
<artifactId>krazo-examples-parent</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>3.0.0-SNAPSHOT</version>
</parent>
<artifactId>csrf-property</artifactId>
<packaging>war</packaging>
Expand All @@ -36,7 +36,7 @@
<dependency>
<groupId>org.eclipse.krazo</groupId>
<artifactId>krazo-core</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>3.0.0-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
4 changes: 2 additions & 2 deletions examples/def-ext/pom.xml
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.eclipse.krazo.examples</groupId>
<artifactId>krazo-examples-parent</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>3.0.0-SNAPSHOT</version>
</parent>
<artifactId>def-ext</artifactId>
<packaging>war</packaging>
Expand All @@ -36,7 +36,7 @@
<dependency>
<groupId>org.eclipse.krazo</groupId>
<artifactId>krazo-core</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>3.0.0-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
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>2.1.0-SNAPSHOT</version>
<version>3.0.0-SNAPSHOT</version>
</parent>
<artifactId>events</artifactId>
<packaging>war</packaging>
Expand Down
4 changes: 2 additions & 2 deletions examples/exceptions/pom.xml
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.eclipse.krazo.examples</groupId>
<artifactId>krazo-examples-parent</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>3.0.0-SNAPSHOT</version>
</parent>
<artifactId>exceptions</artifactId>
<packaging>war</packaging>
Expand All @@ -36,7 +36,7 @@
<dependency>
<groupId>org.eclipse.krazo</groupId>
<artifactId>krazo-core</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>3.0.0-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
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>2.1.0-SNAPSHOT</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>2.1.0-SNAPSHOT</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 @@ -24,7 +24,7 @@
<parent>
<groupId>org.eclipse.krazo</groupId>
<artifactId>krazo-parent</artifactId>
<version>2.1.0-SNAPSHOT</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>2.1.0-SNAPSHOT</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>2.1.0-SNAPSHOT</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>2.1.0-SNAPSHOT</version>
<version>3.0.0-SNAPSHOT</version>
</parent>
<artifactId>redirectScope</artifactId>
<packaging>war</packaging>
Expand Down
4 changes: 2 additions & 2 deletions examples/redirectScope2/pom.xml
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.eclipse.krazo.examples</groupId>
<artifactId>krazo-examples-parent</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>3.0.0-SNAPSHOT</version>
</parent>
<artifactId>redirectScope2</artifactId>
<packaging>war</packaging>
Expand All @@ -36,7 +36,7 @@
<dependency>
<groupId>org.eclipse.krazo</groupId>
<artifactId>krazo-core</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>3.0.0-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
4 changes: 2 additions & 2 deletions examples/redirectScope3/pom.xml
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.eclipse.krazo.examples</groupId>
<artifactId>krazo-examples-parent</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>3.0.0-SNAPSHOT</version>
</parent>
<artifactId>redirectScope3</artifactId>
<packaging>war</packaging>
Expand All @@ -36,7 +36,7 @@
<dependency>
<groupId>org.eclipse.krazo</groupId>
<artifactId>krazo-core</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>3.0.0-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
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>2.1.0-SNAPSHOT</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>2.1.0-SNAPSHOT</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>2.1.0-SNAPSHOT</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>2.1.0-SNAPSHOT</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>2.1.0-SNAPSHOT</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>2.1.0-SNAPSHOT</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>2.1.0-SNAPSHOT</version>
<version>3.0.0-SNAPSHOT</version>
</parent>
<artifactId>krazo-asciidoc</artifactId>
<packaging>jar</packaging>
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>2.1.0-SNAPSHOT</version>
<version>3.0.0-SNAPSHOT</version>
</parent>
<artifactId>krazo-freemarker</artifactId>
<packaging>jar</packaging>
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>2.1.0-SNAPSHOT</version>
<version>3.0.0-SNAPSHOT</version>
</parent>
<artifactId>krazo-jade</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion ext/jsr223/pom.xml
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.eclipse.krazo.ext</groupId>
<artifactId>krazo-ext-parent</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>3.0.0-SNAPSHOT</version>
</parent>
<artifactId>krazo-jsr223</artifactId>
<packaging>jar</packaging>
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>2.1.0-SNAPSHOT</version>
<version>3.0.0-SNAPSHOT</version>
</parent>
<artifactId>krazo-mustache</artifactId>
<packaging>jar</packaging>
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>2.1.0-SNAPSHOT</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>2.1.0-SNAPSHOT</version>
<version>3.0.0-SNAPSHOT</version>
</parent>
<artifactId>krazo-stringtemplate</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>2.1.0-SNAPSHOT</version>
<version>3.0.0-SNAPSHOT</version>
</parent>
<artifactId>krazo-velocity</artifactId>
<packaging>jar</packaging>
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>2.1.0-SNAPSHOT</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>2.1.0-SNAPSHOT</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>2.1.0-SNAPSHOT</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>2.1.0-SNAPSHOT</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>2.1.0-SNAPSHOT</version>
<version>3.0.0-SNAPSHOT</version>
</parent>

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

0 comments on commit d2b5d7b

Please sign in to comment.