Skip to content

Commit

Permalink
bumped versions for release
Browse files Browse the repository at this point in the history
  • Loading branch information
eviltester committed Aug 29, 2020
1 parent f9f16c3 commit 3353ded
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion challenger/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>challenger</artifactId>
<version>1.0.1</version>
<version>1.0.2</version>

<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion challengerAuto/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<dependency>
<groupId>uk.co.compendiumdev.thingifier</groupId>
<artifactId>challenger</artifactId>
<version>1.0.1</version>
<version>1.0.2</version>
<scope>test</scope>
</dependency>

Expand Down
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@


<properties>
<thingifier.version>1.5.5-SNAPSHOT</thingifier.version>
<thingifier.version>1.5.5</thingifier.version>
<swagger-models-version>2.1.4</swagger-models-version>
<gson-version>2.8.6</gson-version>
<junit.jupiter.version>5.6.2</junit.jupiter.version>
Expand Down Expand Up @@ -48,6 +48,7 @@ Challenger
- this mainly only affected the 'secret' token session because challenger was loaded during persistence of 'passing' a challenge
- fixed defect where, when no Challenger X-CHALLENGER header on /secret the 401 response did not return, and so passed through into null pointer processing
- surface any aws issues in the message headers and on GUI
- added some additional challenges, sectioned and ordered
1.5.4
Expand Down

0 comments on commit 3353ded

Please sign in to comment.