Skip to content

Commit

Permalink
chore(release): 4.1.0
Browse files Browse the repository at this point in the history
## [4.1.0](v4.0.1...v4.1.0) (2023-06-21)

### Features

* Support EGI template in registrar ([448cf4a](448cf4a))

### Bug Fixes

* removed unused html templates ([dbc1ef9](dbc1ef9))
* unified EGI footer in all wui apps ([20f9a77](20f9a77))
* use direct type of authz in EGI consolidator ([207bd6f](207bd6f))
  • Loading branch information
semantic-release-bot committed Jun 21, 2023
1 parent 3b92076 commit 063c3c3
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion perun-wui-consolidator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<artifactId>wui</artifactId>
<groupId>cz.metacentrum.perun</groupId>
<version>4.0.1</version>
<version>4.1.0</version>
</parent>

<groupId>cz.metacentrum.perun.wui</groupId>
Expand Down
2 changes: 1 addition & 1 deletion perun-wui-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<artifactId>wui</artifactId>
<groupId>cz.metacentrum.perun</groupId>
<version>4.0.1</version>
<version>4.1.0</version>
</parent>

<groupId>cz.metacentrum.perun.wui</groupId>
Expand Down
2 changes: 1 addition & 1 deletion perun-wui-profile/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<artifactId>wui</artifactId>
<groupId>cz.metacentrum.perun</groupId>
<version>4.0.1</version>
<version>4.1.0</version>
</parent>

<groupId>cz.metacentrum.perun.wui</groupId>
Expand Down
2 changes: 1 addition & 1 deletion perun-wui-pwdreset/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<artifactId>wui</artifactId>
<groupId>cz.metacentrum.perun</groupId>
<version>4.0.1</version>
<version>4.1.0</version>
</parent>

<groupId>cz.metacentrum.perun.wui</groupId>
Expand Down
2 changes: 1 addition & 1 deletion perun-wui-registrar/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<artifactId>wui</artifactId>
<groupId>cz.metacentrum.perun</groupId>
<version>4.0.1</version>
<version>4.1.0</version>
</parent>

<groupId>cz.metacentrum.perun.wui</groupId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<!-- PERUN -->
<groupId>cz.metacentrum.perun</groupId>
<artifactId>wui</artifactId>
<version>4.0.1</version>
<version>4.1.0</version>
<packaging>pom</packaging>

<!-- PERUN MODULES -->
Expand Down

0 comments on commit 063c3c3

Please sign in to comment.