We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b745170 commit 4bbebfbCopy full SHA for 4bbebfb
2 files changed
README.md
@@ -20,6 +20,7 @@ Container: https://github.com/opentestingapi/impl_java/pkgs/container/opentest
20
| 1.11 | 1.0 | Kafka consumers not shared between test cases, they have to use different group.id (recreated with every upload) |
21
| 1.12 | 1.0 | Bugfix DELETE endpoind content-type |
22
| 1.13 | 1.0 | Replacement from subsequent injects stored in random data pool |
23
+| 1.14 | 1.0 | adding alias 'soap' to rest adapter |
24
25
## Architecture
26
pom.xml
@@ -11,7 +11,7 @@
11
</parent>
12
<groupId>org.opentesting</groupId>
13
<artifactId>impl_java</artifactId>
14
- <version>1.13</version>
+ <version>1.14</version>
15
<name>impl_java</name>
16
<description>open testing implementation spring boot</description>
17
0 commit comments