Skip to content

Commit 2bcd180

Browse files
committed
Release 0.1.12
1 parent e8e8544 commit 2bcd180

File tree

23 files changed

+26
-23
lines changed

23 files changed

+26
-23
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66

77
## [Unreleased]
88

9+
## [0.1.12] - 2025-08-13
10+
911
### Changed
1012

1113
- Release to JBoss Nexus
@@ -211,7 +213,8 @@ Lots of new features, bug fixes and dependency upgrades went into this release.
211213
- for dependency upgrades
212214
-->
213215

214-
[Unreleased]: https://github.com/wildfly-extras/wildfly-grpc-feature-pack/compare/v0.1.11...HEAD
216+
[Unreleased]: https://github.com/wildfly-extras/wildfly-grpc-feature-pack/compare/v0.1.12...HEAD
217+
[0.1.12]: https://github.com/wildfly-extras/wildfly-grpc-feature-pack/compare/v0.1.11...v0.1.12
215218
[0.1.11]: https://github.com/wildfly-extras/wildfly-grpc-feature-pack/compare/v0.1.10...v0.1.11
216219
[0.1.10]: https://github.com/wildfly-extras/wildfly-grpc-feature-pack/compare/v0.1.9...v0.1.10
217220
[0.1.9]: https://github.com/wildfly-extras/wildfly-grpc-feature-pack/compare/v0.1.8...v0.1.9

build-config/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.wildfly.extras.grpc</groupId>
2424
<artifactId>wildfly-grpc-parent</artifactId>
25-
<version>0.1.12-SNAPSHOT</version>
25+
<version>0.1.12.Final</version>
2626
<relativePath>../pom.xml</relativePath>
2727
</parent>
2828

build/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.wildfly.extras.grpc</groupId>
2525
<artifactId>wildfly-grpc-code-parent</artifactId>
26-
<version>0.1.12-SNAPSHOT</version>
26+
<version>0.1.12.Final</version>
2727
<relativePath>../code-parent/pom.xml</relativePath>
2828
</parent>
2929

code-parent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.wildfly.extras.grpc</groupId>
2525
<artifactId>wildfly-grpc-parent</artifactId>
26-
<version>0.1.12-SNAPSHOT</version>
26+
<version>0.1.12.Final</version>
2727
<relativePath>../pom.xml</relativePath>
2828
</parent>
2929

examples/chat/client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.wildfly.extras.grpc</groupId>
2525
<artifactId>wildfly-grpc-examples-chat</artifactId>
26-
<version>0.1.12-SNAPSHOT</version>
26+
<version>0.1.12.Final</version>
2727
<relativePath>../pom.xml</relativePath>
2828
</parent>
2929

examples/chat/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.wildfly.extras.grpc</groupId>
2525
<artifactId>wildfly-grpc-examples</artifactId>
26-
<version>0.1.12-SNAPSHOT</version>
26+
<version>0.1.12.Final</version>
2727
<relativePath>../pom.xml</relativePath>
2828
</parent>
2929

examples/chat/proto/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.wildfly.extras.grpc</groupId>
2525
<artifactId>wildfly-grpc-examples-chat</artifactId>
26-
<version>0.1.12-SNAPSHOT</version>
26+
<version>0.1.12.Final</version>
2727
<relativePath>../pom.xml</relativePath>
2828
</parent>
2929

examples/chat/service/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.wildfly.extras.grpc</groupId>
2525
<artifactId>wildfly-grpc-examples-chat</artifactId>
26-
<version>0.1.12-SNAPSHOT</version>
26+
<version>0.1.12.Final</version>
2727
<relativePath>../pom.xml</relativePath>
2828
</parent>
2929

examples/helloworld/client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.wildfly.extras.grpc</groupId>
2525
<artifactId>wildfly-grpc-examples-helloworld</artifactId>
26-
<version>0.1.12-SNAPSHOT</version>
26+
<version>0.1.12.Final</version>
2727
<relativePath>../pom.xml</relativePath>
2828
</parent>
2929

examples/helloworld/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.wildfly.extras.grpc</groupId>
2525
<artifactId>wildfly-grpc-examples</artifactId>
26-
<version>0.1.12-SNAPSHOT</version>
26+
<version>0.1.12.Final</version>
2727
<relativePath>../pom.xml</relativePath>
2828
</parent>
2929

0 commit comments

Comments
 (0)