Skip to content

Commit

Permalink
chore(release): 3.34.0
Browse files Browse the repository at this point in the history
# [3.34.0](v3.33.0...v3.34.0) (2022-02-01)

### Bug Fixes

* **registrar:** better info for users when return code 0 happens ([df4d70d](df4d70d))
* **registrar:** CSRF authentication bug ([8c82086](8c82086))

### Features

* **pwd-reset:** display custom messages for einfra ([8dd458f](8dd458f))
  • Loading branch information
semantic-release-bot committed Feb 1, 2022
1 parent 12fbbce commit d22f366
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>3.33.0</version>
<version>3.34.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>3.33.0</version>
<version>3.34.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>3.33.0</version>
<version>3.34.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>3.33.0</version>
<version>3.34.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>3.33.0</version>
<version>3.34.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>3.33.0</version>
<version>3.34.0</version>
<packaging>pom</packaging>

<!-- PERUN MODULES -->
Expand Down

0 comments on commit d22f366

Please sign in to comment.