Skip to content

Commit

Permalink
prepare for 0.2.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
msalle committed Dec 12, 2021
1 parent 064eb65 commit 83549e1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ certificates by ssh-ing to a special account on a co-located SSH host.
git clone https://github.com/rcauth-eu/aarc-master-portal
cd aarc-master-portal

git checkout v0.2.1
git checkout v0.2.2
cd master-portal

3. Build the master-portal's server and client war files
Expand Down
4 changes: 2 additions & 2 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# RELEASE NOTES

## Version 0.2.1
## Version 0.2.1 & 0.2.2

Bugfix:

Expand Down Expand Up @@ -127,7 +127,7 @@ Scope handling has changed and it is now necessary to explicitly enable the set
of supported scopes for each client separately.
In order to do this, you can either:

* use the 0.2.1 version of the `oa2-cli` commandline tool, and update each
* use the 0.2.2 version of the `oa2-cli` commandline tool, and update each
client separately:

/var/www/server/tools/oa2-cli
Expand Down
2 changes: 1 addition & 1 deletion master-portal/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
</developers>

<properties>
<revision>0.2.1-SNAPSHOT</revision>
<revision>0.2.2-SNAPSHOT</revision>
<oa4mpVersion>4.2-RCauth-SNAPSHOT</oa4mpVersion>
<seclibVersion>4.2-RCauth-SNAPSHOT</seclibVersion>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down

0 comments on commit 83549e1

Please sign in to comment.