We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5f7072 commit e6e961aCopy full SHA for e6e961a
.github/workflows/authorization-server-make.yaml
@@ -14,7 +14,7 @@ on:
14
15
env:
16
REGISTRY_IMAGE: pivotalrabbitmq/spring-authorization-server
17
- IMAGE_TAG: 0.0.10
+ IMAGE_TAG: 0.0.11
18
jobs:
19
docker:
20
runs-on: ubuntu-latest
selenium/authorization-server/pom.xml
@@ -10,7 +10,7 @@
10
</parent>
11
<groupId>com.rabbitmq</groupId>
12
<artifactId>authorization-server</artifactId>
13
- <version>0.0.10</version>
+ <version>0.0.11</version>
<name>authorization-server</name>
<description>Authorization Server for Selenium</description>
<url/>
0 commit comments