Skip to content

Commit

Permalink
v1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Gematik-Entwicklung committed Apr 11, 2023
1 parent 1d2aa38 commit 3a8ac0b
Show file tree
Hide file tree
Showing 27 changed files with 711 additions and 567 deletions.
4 changes: 4 additions & 0 deletions ReleaseNotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

# Release notes PKI Test Suite

## Release 1.0.6

- upload binaries

## Release 1.0.1

- migrate from maven based execution of approval tests to binary (jar) based
Expand Down
Binary file modified docs/img/components.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion pki-testsuite/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@
<parent>
<groupId>de.gematik.pki.pkits</groupId>
<artifactId>pkits-global</artifactId>
<version>1.0.1</version>
<version>1.0.6</version>
</parent>

<artifactId>pki-testsuite</artifactId>
<version>1.0.6</version>
<packaging>pom</packaging>

<name>PKITS Packaging</name>
Expand Down
3 changes: 2 additions & 1 deletion pkits-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@
<parent>
<groupId>de.gematik.pki.pkits</groupId>
<artifactId>pkits-global</artifactId>
<version>1.0.1</version>
<version>1.0.6</version>
</parent>

<artifactId>pkits-common</artifactId>
<version>1.0.6</version>
<name>Common Code</name>
<description>Common code</description>

Expand Down
3 changes: 2 additions & 1 deletion pkits-coverage-reports/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@
<parent>
<groupId>de.gematik.pki.pkits</groupId>
<artifactId>pkits-global</artifactId>
<version>1.0.1</version>
<version>1.0.6</version>
</parent>

<artifactId>pkits-coverage-reports</artifactId>
<version>1.0.6</version>
<name>Code Coverage Reports</name>
<description>Code coverage reports</description>

Expand Down
3 changes: 2 additions & 1 deletion pkits-ocsp-responder/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@
<parent>
<groupId>de.gematik.pki.pkits</groupId>
<artifactId>pkits-global</artifactId>
<version>1.0.1</version>
<version>1.0.6</version>
</parent>

<artifactId>pkits-ocsp-responder</artifactId>
<version>1.0.6</version>
<name>OCSP Responder Simulator</name>
<description>Spring Boot OCSP Responder</description>

Expand Down
3 changes: 2 additions & 1 deletion pkits-sut-server-sim/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@
<parent>
<groupId>de.gematik.pki.pkits</groupId>
<artifactId>pkits-global</artifactId>
<version>1.0.1</version>
<version>1.0.6</version>
</parent>

<artifactId>pkits-sut-server-sim</artifactId>
<version>1.0.6</version>
<name>Test Object Simulator (Server)</name>
<description>Test object simulator (server)</description>

Expand Down
4 changes: 2 additions & 2 deletions pkits-testsuite/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@
<parent>
<groupId>de.gematik.pki.pkits</groupId>
<artifactId>pkits-global</artifactId>
<version>1.0.1</version>
<version>1.0.6</version>
</parent>

<artifactId>pkits-testsuite</artifactId>
<version>1.0.6</version>
<name>PKI Test Suite</name>
<description>PKI test suite</description>

Expand All @@ -29,7 +30,6 @@
<!-- plugins -->
<version.build-helper-maven-plugin>3.3.0</version.build-helper-maven-plugin>
<version.maven-surefire-report-plugin>${version.maven-surefire-plugin}</version.maven-surefire-report-plugin>
<version.maven-pdf-plugin>1.6.1</version.maven-pdf-plugin>
<tsl-procurer.initialTslPrimaryDownloadUrl>http://localhost:8084/tsl/tsl.xml?activeTslSeqNr=700000</tsl-procurer.initialTslPrimaryDownloadUrl>
</properties>

Expand Down
Loading

0 comments on commit 3a8ac0b

Please sign in to comment.