Skip to content

Commit

Permalink
🏁 Releasing version 2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 23, 2024
1 parent a58f3da commit e12fd94
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions gemsfx-demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@

<name>GemsFXDemo</name>

<version>2.0.2</version>
<version>2.0.3</version>

<parent>
<groupId>com.dlsc.gemsfx</groupId>
<artifactId>parent</artifactId>
<version>2.0.2</version>
<version>2.0.3</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down Expand Up @@ -130,7 +130,7 @@
<dependency>
<groupId>com.dlsc.gemsfx</groupId>
<artifactId>gemsfx</artifactId>
<version>2.0.2</version>
<version>2.0.3</version>
<exclusions>
<exclusion>
<groupId>commons-logging</groupId>
Expand Down
4 changes: 2 additions & 2 deletions gemsfx/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
<parent>
<groupId>com.dlsc.gemsfx</groupId>
<artifactId>parent</artifactId>
<version>2.0.2</version>
<version>2.0.3</version>
<relativePath>../pom.xml</relativePath>
</parent>

<groupId>com.dlsc.gemsfx</groupId>
<artifactId>gemsfx</artifactId>
<version>2.0.2</version>
<version>2.0.3</version>
<packaging>jar</packaging>

<name>GemsFX</name>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<name>GemsFXParent</name>
<groupId>com.dlsc.gemsfx</groupId>
<artifactId>parent</artifactId>
<version>2.0.2</version>
<version>2.0.3</version>
<packaging>pom</packaging>

<parent>
Expand Down

0 comments on commit e12fd94

Please sign in to comment.