Skip to content

Commit

Permalink
version 2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
istraka committed Jun 10, 2023
1 parent 70fdd29 commit 63bb1b9
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 9 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Changelog

## next is 2.1.2 (not yet released)
## 2.1.2 (2023-05-10)
- Fixed bugs with expression resolution in cloud deployment annotations

## 2.1.1 (2023-05-23)
- Per suite annotations are compared also with parameters
Expand Down
2 changes: 1 addition & 1 deletion aws-wildfly/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.wildfly.extras.sunstone</groupId>
<artifactId>sunstone-parent</artifactId>
<version>2.1.2-SNAPSHOT</version>
<version>2.1.2</version>
</parent>

<artifactId>sunstone-aws-wildfly</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion aws/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.wildfly.extras.sunstone</groupId>
<artifactId>sunstone-parent</artifactId>
<version>2.1.2-SNAPSHOT</version>
<version>2.1.2</version>
</parent>

<artifactId>sunstone-aws</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion azure-wildfly/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.wildfly.extras.sunstone</groupId>
<artifactId>sunstone-parent</artifactId>
<version>2.1.2-SNAPSHOT</version>
<version>2.1.2</version>
</parent>

<artifactId>sunstone-azure-wildfly</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion azure/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.wildfly.extras.sunstone</groupId>
<artifactId>sunstone-parent</artifactId>
<version>2.1.2-SNAPSHOT</version>
<version>2.1.2</version>
</parent>

<artifactId>sunstone-azure</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion core-wildfly/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.wildfly.extras.sunstone</groupId>
<artifactId>sunstone-parent</artifactId>
<version>2.1.2-SNAPSHOT</version>
<version>2.1.2</version>
</parent>

<artifactId>sunstone-core-wildfly</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.wildfly.extras.sunstone</groupId>
<artifactId>sunstone-parent</artifactId>
<version>2.1.2-SNAPSHOT</version>
<version>2.1.2</version>
</parent>

<artifactId>sunstone-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/quarkus/azure-web-app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.wildfly.extras.sunstone</groupId>
<artifactId>sunstone-parent</artifactId>
<version>2.1.2-SNAPSHOT</version>
<version>2.1.2</version>
</parent>

<artifactId>quarkus-azure-web-app</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>

<groupId>org.wildfly.extras.sunstone</groupId>
<version>2.1.2-SNAPSHOT</version>
<version>2.1.2</version>

<artifactId>sunstone-parent</artifactId>
<packaging>pom</packaging>
Expand Down

0 comments on commit 63bb1b9

Please sign in to comment.