Skip to content

Commit

Permalink
Next is 1.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
hpehl committed Oct 27, 2023
1 parent 4daed6a commit 1085a26
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.jboss.elemento</groupId>
<artifactId>elemento-parent</artifactId>
<version>1.2.7</version>
<version>1.2.8-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion build-config/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.jboss.elemento</groupId>
<artifactId>elemento-parent</artifactId>
<version>1.2.7</version>
<version>1.2.8-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion code-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.jboss.elemento</groupId>
<artifactId>elemento-parent</artifactId>
<version>1.2.7</version>
<version>1.2.8-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@
<parent>
<groupId>org.jboss.elemento</groupId>
<artifactId>elemento-code-parent</artifactId>
<version>1.2.7</version>
<version>1.2.8-SNAPSHOT</version>
<relativePath>../code-parent/pom.xml</relativePath>
</parent>

<artifactId>elemento-core</artifactId>
<version>1.2.7</version>
<version>1.2.8-SNAPSHOT</version>
<packaging>jar</packaging>
<name>Elemento Core</name>
<description>Elemento Core API</description>
Expand Down
4 changes: 2 additions & 2 deletions mathml/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@
<parent>
<groupId>org.jboss.elemento</groupId>
<artifactId>elemento-code-parent</artifactId>
<version>1.2.7</version>
<version>1.2.8-SNAPSHOT</version>
<relativePath>../code-parent/pom.xml</relativePath>
</parent>

<artifactId>elemento-mathml</artifactId>
<version>1.2.7</version>
<version>1.2.8-SNAPSHOT</version>
<packaging>jar</packaging>
<name>Elemento MathML</name>
<description>Elemento MathML API</description>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

<groupId>org.jboss.elemento</groupId>
<artifactId>elemento-parent</artifactId>
<version>1.2.7</version>
<version>1.2.8-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Elemento Parent</name>
<description>Builder API and other goodies for GWT Elemental</description>
Expand Down
4 changes: 2 additions & 2 deletions svg/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@
<parent>
<groupId>org.jboss.elemento</groupId>
<artifactId>elemento-code-parent</artifactId>
<version>1.2.7</version>
<version>1.2.8-SNAPSHOT</version>
<relativePath>../code-parent/pom.xml</relativePath>
</parent>

<artifactId>elemento-svg</artifactId>
<version>1.2.7</version>
<version>1.2.8-SNAPSHOT</version>
<packaging>jar</packaging>
<name>Elemento SVG</name>
<description>Elemento SVG API</description>
Expand Down

0 comments on commit 1085a26

Please sign in to comment.