Skip to content

Commit

Permalink
Release 0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hpehl committed Sep 14, 2022
1 parent 9eabdd5 commit f19566d
Show file tree
Hide file tree
Showing 21 changed files with 24 additions and 21 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [Unreleased]

## [0.0.1] - 2022-09-14

### Added

- Setup release workflow
Expand Down Expand Up @@ -45,6 +47,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
- for dependency upgrades
-->

[Unreleased]: https://github.com/wildfly-extras/wildfly-grpc-feature-pack/compare/v0.0.1...HEAD
[0.0.1]: https://github.com/wildfly-extras/wildfly-grpc-feature-pack/compare/vTemplate...v0.0.1
[0.0.1]: https://github.com/wildfly-extras/wildfly-grpc-feature-pack/compare/vTemplate...v0.0.1
[Unreleased]: https://github.com/wildfly-extras/wildfly-grpc-feature-pack/compare/v0.0.1...HEAD
[0.0.1]: https://github.com/wildfly-extras/wildfly-grpc-feature-pack/compare/vTemplate...v0.0.1
2 changes: 1 addition & 1 deletion api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.wildfly.extras.grpc</groupId>
<artifactId>wildfly-grpc-code-parent</artifactId>
<version>0.0.0</version>
<version>0.0.1.Final</version>
<relativePath>../code-parent/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.wildfly.extras.grpc</groupId>
<artifactId>wildfly-grpc-parent</artifactId>
<version>0.0.0</version>
<version>0.0.1.Final</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion build/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.wildfly.extras.grpc</groupId>
<artifactId>wildfly-grpc-code-parent</artifactId>
<version>0.0.0</version>
<version>0.0.1.Final</version>
<relativePath>../code-parent/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.wildfly.extras.grpc</groupId>
<artifactId>wildfly-grpc-parent</artifactId>
<version>0.0.0</version>
<version>0.0.1.Final</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion examples/chat/client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.wildfly.extras.grpc</groupId>
<artifactId>wildfly-grpc-examples-chat</artifactId>
<version>0.0.0</version>
<version>0.0.1.Final</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion examples/chat/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.wildfly.extras.grpc</groupId>
<artifactId>wildfly-grpc-examples</artifactId>
<version>0.0.0</version>
<version>0.0.1.Final</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion examples/chat/proto/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.wildfly.extras.grpc</groupId>
<artifactId>wildfly-grpc-examples-chat</artifactId>
<version>0.0.0</version>
<version>0.0.1.Final</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion examples/chat/service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.wildfly.extras.grpc</groupId>
<artifactId>wildfly-grpc-examples-chat</artifactId>
<version>0.0.0</version>
<version>0.0.1.Final</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion examples/helloworld/client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.wildfly.extras.grpc</groupId>
<artifactId>wildfly-grpc-examples-helloworld</artifactId>
<version>0.0.0</version>
<version>0.0.1.Final</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion examples/helloworld/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.wildfly.extras.grpc</groupId>
<artifactId>wildfly-grpc-examples</artifactId>
<version>0.0.0</version>
<version>0.0.1.Final</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion examples/helloworld/proto/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.wildfly.extras.grpc</groupId>
<artifactId>wildfly-grpc-examples-helloworld</artifactId>
<version>0.0.0</version>
<version>0.0.1.Final</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion examples/helloworld/service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.wildfly.extras.grpc</groupId>
<artifactId>wildfly-grpc-examples-helloworld</artifactId>
<version>0.0.0</version>
<version>0.0.1.Final</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.wildfly.extras.grpc</groupId>
<artifactId>wildfly-grpc-code-parent</artifactId>
<version>0.0.0</version>
<version>0.0.1.Final</version>
<relativePath>../code-parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion feature-pack/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.wildfly.extras.grpc</groupId>
<artifactId>wildfly-grpc-code-parent</artifactId>
<version>0.0.0</version>
<version>0.0.1.Final</version>
<relativePath>../code-parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

<groupId>org.wildfly.extras.grpc</groupId>
<artifactId>wildfly-grpc-parent</artifactId>
<version>0.0.0</version>
<version>0.0.1.Final</version>
<packaging>pom</packaging>
<name>WildFly gRPC :: Parent</name>
<description>WildFly gRPC subsystem</description>
Expand Down
2 changes: 1 addition & 1 deletion provision.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<include name="docs.licenses"/>
</packages>
</feature-pack>
<feature-pack location="org.wildfly.extras.grpc:wildfly-grpc-feature-pack:0.0.0">
<feature-pack location="org.wildfly.extras.grpc:wildfly-grpc-feature-pack:0.0.1.Final">
<default-configs inherit="false"/>
<packages inherit="false">
<!-- If docs/licenses is desired, uncomment this line -->
Expand Down
2 changes: 1 addition & 1 deletion subsystem/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.wildfly.extras.grpc</groupId>
<artifactId>wildfly-grpc-code-parent</artifactId>
<version>0.0.0</version>
<version>0.0.1.Final</version>
<relativePath>../code-parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion testsuite/integration/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<artifactId>wildfly-grpc-testsuite</artifactId>
<groupId>org.wildfly.extras.grpc</groupId>
<version>0.0.0</version>
<version>0.0.1.Final</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion testsuite/integration/subsystem/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<artifactId>wildfly-grpc-testsuite-integration</artifactId>
<groupId>org.wildfly.extras.grpc</groupId>
<version>0.0.0</version>
<version>0.0.1.Final</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion testsuite/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.wildfly.extras.grpc</groupId>
<artifactId>wildfly-grpc-code-parent</artifactId>
<version>0.0.0</version>
<version>0.0.1.Final</version>
<relativePath>../code-parent/pom.xml</relativePath>
</parent>

Expand Down

0 comments on commit f19566d

Please sign in to comment.