Skip to content

Commit

Permalink
Release 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hpehl committed May 8, 2023
1 parent 5a1901c commit 0d4ae6d
Show file tree
Hide file tree
Showing 24 changed files with 27 additions and 24 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.1.1] - 2023-05-08

### Added

- Add a maven profile `quick-build` that skips (IT) test, formatting, license check, checkstyle and enforcer. It runs the goals `clean install` by default and can be activated by specifying the system property `quickly`: `mvn -Dquickly`
Expand Down Expand Up @@ -129,7 +131,8 @@ Lots of new features, bug fixes and dependency upgrades went into this release.
- for dependency upgrades
-->

[Unreleased]: https://github.com/wildfly-extras/wildfly-grpc-feature-pack/compare/v0.1.0...HEAD
[Unreleased]: https://github.com/wildfly-extras/wildfly-grpc-feature-pack/compare/v0.1.1...HEAD
[0.1.1]: https://github.com/wildfly-extras/wildfly-grpc-feature-pack/compare/v0.1.0...v0.1.1
[0.1.0]: https://github.com/wildfly-extras/wildfly-grpc-feature-pack/compare/v0.0.3...v0.1.0
[0.0.3]: https://github.com/wildfly-extras/wildfly-grpc-feature-pack/compare/v0.0.2...v0.0.3
[0.0.2]: https://github.com/wildfly-extras/wildfly-grpc-feature-pack/compare/v0.0.1...v0.0.2
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.1.0.Final</version>
<version>0.1.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 @@ -23,7 +23,7 @@
<parent>
<groupId>org.wildfly.extras.grpc</groupId>
<artifactId>wildfly-grpc-code-parent</artifactId>
<version>0.1.0.Final</version>
<version>0.1.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.1.0.Final</version>
<version>0.1.1.Final</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion docs/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-code-parent</artifactId>
<version>0.1.0.Final</version>
<version>0.1.1.Final</version>
<relativePath>../code-parent/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 @@ -23,7 +23,7 @@
<parent>
<groupId>org.wildfly.extras.grpc</groupId>
<artifactId>wildfly-grpc-examples-chat</artifactId>
<version>0.1.0.Final</version>
<version>0.1.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 @@ -23,7 +23,7 @@
<parent>
<groupId>org.wildfly.extras.grpc</groupId>
<artifactId>wildfly-grpc-examples</artifactId>
<version>0.1.0.Final</version>
<version>0.1.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 @@ -23,7 +23,7 @@
<parent>
<groupId>org.wildfly.extras.grpc</groupId>
<artifactId>wildfly-grpc-examples-chat</artifactId>
<version>0.1.0.Final</version>
<version>0.1.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 @@ -23,7 +23,7 @@
<parent>
<groupId>org.wildfly.extras.grpc</groupId>
<artifactId>wildfly-grpc-examples-chat</artifactId>
<version>0.1.0.Final</version>
<version>0.1.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 @@ -23,7 +23,7 @@
<parent>
<groupId>org.wildfly.extras.grpc</groupId>
<artifactId>wildfly-grpc-examples-helloworld</artifactId>
<version>0.1.0.Final</version>
<version>0.1.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 @@ -23,7 +23,7 @@
<parent>
<groupId>org.wildfly.extras.grpc</groupId>
<artifactId>wildfly-grpc-examples</artifactId>
<version>0.1.0.Final</version>
<version>0.1.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 @@ -23,7 +23,7 @@
<parent>
<groupId>org.wildfly.extras.grpc</groupId>
<artifactId>wildfly-grpc-examples-helloworld</artifactId>
<version>0.1.0.Final</version>
<version>0.1.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 @@ -23,7 +23,7 @@
<parent>
<groupId>org.wildfly.extras.grpc</groupId>
<artifactId>wildfly-grpc-examples-helloworld</artifactId>
<version>0.1.0.Final</version>
<version>0.1.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 @@ -23,7 +23,7 @@
<parent>
<groupId>org.wildfly.extras.grpc</groupId>
<artifactId>wildfly-grpc-code-parent</artifactId>
<version>0.1.0.Final</version>
<version>0.1.1.Final</version>
<relativePath>../code-parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion galleon-pack/common/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-galleon-pack-parent</artifactId>
<version>0.1.0.Final</version>
<version>0.1.1.Final</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion galleon-pack/feature-pack/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-galleon-pack-parent</artifactId>
<version>0.1.0.Final</version>
<version>0.1.1.Final</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion galleon-pack/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-code-parent</artifactId>
<version>0.1.0.Final</version>
<version>0.1.1.Final</version>
<relativePath>../code-parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion galleon-pack/preview-feature-pack/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-galleon-pack-parent</artifactId>
<version>0.1.0.Final</version>
<version>0.1.1.Final</version>
<relativePath>../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.1.0.Final</version>
<version>0.1.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.1.0.Final">
<feature-pack location="org.wildfly.extras.grpc:wildfly-grpc-feature-pack:0.1.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 @@ -23,7 +23,7 @@
<parent>
<groupId>org.wildfly.extras.grpc</groupId>
<artifactId>wildfly-grpc-code-parent</artifactId>
<version>0.1.0.Final</version>
<version>0.1.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 @@ -23,7 +23,7 @@
<parent>
<artifactId>wildfly-grpc-testsuite</artifactId>
<groupId>org.wildfly.extras.grpc</groupId>
<version>0.1.0.Final</version>
<version>0.1.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 @@ -23,7 +23,7 @@
<parent>
<artifactId>wildfly-grpc-testsuite-integration</artifactId>
<groupId>org.wildfly.extras.grpc</groupId>
<version>0.1.0.Final</version>
<version>0.1.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 @@ -23,7 +23,7 @@
<parent>
<groupId>org.wildfly.extras.grpc</groupId>
<artifactId>wildfly-grpc-code-parent</artifactId>
<version>0.1.0.Final</version>
<version>0.1.1.Final</version>
<relativePath>../code-parent/pom.xml</relativePath>
</parent>

Expand Down

0 comments on commit 0d4ae6d

Please sign in to comment.