Skip to content

Commit

Permalink
[RELEASE] Updated project version to v4.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
manusa committed Nov 10, 2020
1 parent 67b8bb8 commit d9c84fb
Show file tree
Hide file tree
Showing 72 changed files with 114 additions and 113 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
@@ -1,6 +1,6 @@
## CHANGELOG

### 4.12-SNAPSHOT
### 4.13.0 (2020-11-10)

#### Bugs
* Fix #2517: Replace does not work in CRUD mockwebserver
Expand Down
85 changes: 43 additions & 42 deletions README.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion extensions/knative/client/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>io.fabric8</groupId>
<artifactId>knative-extension-pom</artifactId>
<version>4.12-SNAPSHOT</version>
<version>4.13.0</version>
</parent>

<artifactId>knative-client</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extensions/knative/examples/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>io.fabric8</groupId>
<artifactId>knative-extension-pom</artifactId>
<version>4.12-SNAPSHOT</version>
<version>4.13.0</version>
</parent>

<artifactId>knative-examples</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extensions/knative/mock/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>io.fabric8</groupId>
<artifactId>knative-extension-pom</artifactId>
<version>4.12-SNAPSHOT</version>
<version>4.13.0</version>
</parent>

<artifactId>knative-mock</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extensions/knative/model/pom.xml
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>io.fabric8</groupId>
<artifactId>knative-extension-pom</artifactId>
<version>4.12-SNAPSHOT</version>
<version>4.13.0</version>
</parent>

<artifactId>knative-model</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extensions/knative/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>io.fabric8</groupId>
<artifactId>kubernetes-extensions</artifactId>
<version>4.12-SNAPSHOT</version>
<version>4.13.0</version>
</parent>

<artifactId>knative-extension-pom</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extensions/knative/tests/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>io.fabric8</groupId>
<artifactId>knative-extension-pom</artifactId>
<version>4.12-SNAPSHOT</version>
<version>4.13.0</version>
</parent>

<artifactId>knative-tests</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extensions/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>kubernetes-client-project</artifactId>
<groupId>io.fabric8</groupId>
<version>4.12-SNAPSHOT</version>
<version>4.13.0</version>
</parent>

<artifactId>kubernetes-extensions</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extensions/service-catalog/client/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>io.fabric8</groupId>
<artifactId>service-catalog</artifactId>
<version>4.12-SNAPSHOT</version>
<version>4.13.0</version>
</parent>

<artifactId>servicecatalog-client</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extensions/service-catalog/examples/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>io.fabric8</groupId>
<artifactId>service-catalog</artifactId>
<version>4.12-SNAPSHOT</version>
<version>4.13.0</version>
</parent>

<artifactId>service-catalog-examples</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extensions/service-catalog/mock/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>io.fabric8</groupId>
<artifactId>service-catalog</artifactId>
<version>4.12-SNAPSHOT</version>
<version>4.13.0</version>
</parent>

<artifactId>servicecatalog-server-mock</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extensions/service-catalog/model/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>io.fabric8</groupId>
<artifactId>service-catalog</artifactId>
<version>4.12-SNAPSHOT</version>
<version>4.13.0</version>
</parent>

<artifactId>servicecatalog-model</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extensions/service-catalog/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>kubernetes-extensions</artifactId>
<groupId>io.fabric8</groupId>
<version>4.12-SNAPSHOT</version>
<version>4.13.0</version>
</parent>

<artifactId>service-catalog</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extensions/service-catalog/tests/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>io.fabric8</groupId>
<artifactId>service-catalog</artifactId>
<version>4.12-SNAPSHOT</version>
<version>4.13.0</version>
</parent>

<artifactId>servicecatalog-tests</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extensions/tekton/client/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>io.fabric8</groupId>
<artifactId>tekton-extension-pom</artifactId>
<version>4.12-SNAPSHOT</version>
<version>4.13.0</version>
</parent>

<artifactId>tekton-client</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extensions/tekton/examples/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>io.fabric8</groupId>
<artifactId>tekton-extension-pom</artifactId>
<version>4.12-SNAPSHOT</version>
<version>4.13.0</version>
</parent>

<artifactId>tekton-examples</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extensions/tekton/mock/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>io.fabric8</groupId>
<artifactId>tekton-extension-pom</artifactId>
<version>4.12-SNAPSHOT</version>
<version>4.13.0</version>
</parent>


Expand Down
2 changes: 1 addition & 1 deletion extensions/tekton/model-triggers/pom.xml
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>io.fabric8</groupId>
<artifactId>tekton-extension-pom</artifactId>
<version>4.12-SNAPSHOT</version>
<version>4.13.0</version>
</parent>

<artifactId>tekton-model-triggers</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extensions/tekton/model-v1alpha1/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>io.fabric8</groupId>
<artifactId>tekton-extension-pom</artifactId>
<version>4.12-SNAPSHOT</version>
<version>4.13.0</version>
</parent>

<artifactId>tekton-model-v1alpha1</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extensions/tekton/model-v1beta1/pom.xml
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>io.fabric8</groupId>
<artifactId>tekton-extension-pom</artifactId>
<version>4.12-SNAPSHOT</version>
<version>4.13.0</version>
</parent>

<artifactId>tekton-model-v1beta1</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extensions/tekton/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>io.fabric8</groupId>
<artifactId>kubernetes-extensions</artifactId>
<version>4.12-SNAPSHOT</version>
<version>4.13.0</version>
</parent>

<artifactId>tekton-extension-pom</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extensions/tekton/tests/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>io.fabric8</groupId>
<artifactId>tekton-extension-pom</artifactId>
<version>4.12-SNAPSHOT</version>
<version>4.13.0</version>
</parent>

<artifactId>tekton-tests</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extensions/volumesnapshot/client/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>io.fabric8</groupId>
<artifactId>volumesnapshot</artifactId>
<version>4.12-SNAPSHOT</version>
<version>4.13.0</version>
</parent>

<artifactId>volumesnapshot-client</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extensions/volumesnapshot/examples/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>io.fabric8</groupId>
<artifactId>volumesnapshot</artifactId>
<version>4.12-SNAPSHOT</version>
<version>4.13.0</version>
</parent>

<artifactId>volumesnapshot-examples</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extensions/volumesnapshot/mock/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>io.fabric8</groupId>
<artifactId>volumesnapshot</artifactId>
<version>4.12-SNAPSHOT</version>
<version>4.13.0</version>
</parent>

<artifactId>volumesnapshot-server-mock</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extensions/volumesnapshot/model/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>io.fabric8</groupId>
<artifactId>volumesnapshot</artifactId>
<version>4.12-SNAPSHOT</version>
<version>4.13.0</version>
</parent>

<artifactId>volumesnapshot-model</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extensions/volumesnapshot/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<artifactId>kubernetes-extensions</artifactId>
<groupId>io.fabric8</groupId>
<version>4.12-SNAPSHOT</version>
<version>4.13.0</version>
</parent>

<artifactId>volumesnapshot</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extensions/volumesnapshot/tests/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>io.fabric8</groupId>
<artifactId>volumesnapshot</artifactId>
<version>4.12-SNAPSHOT</version>
<version>4.13.0</version>
</parent>

<artifactId>volumesnapshot-tests</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion kubernetes-client/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>io.fabric8</groupId>
<artifactId>kubernetes-client-project</artifactId>
<version>4.12-SNAPSHOT</version>
<version>4.13.0</version>
</parent>

<artifactId>kubernetes-client</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion kubernetes-examples/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>io.fabric8</groupId>
<artifactId>kubernetes-client-project</artifactId>
<version>4.12-SNAPSHOT</version>
<version>4.13.0</version>
</parent>

<artifactId>kubernetes-examples</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion kubernetes-itests/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<artifactId>kubernetes-client-project</artifactId>
<groupId>io.fabric8</groupId>
<version>4.12-SNAPSHOT</version>
<version>4.13.0</version>
</parent>

<artifactId>kubernetes-itests</artifactId>
Expand Down
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>io.fabric8</groupId>
<artifactId>kubernetes-model-generator</artifactId>
<version>4.12-SNAPSHOT</version>
<version>4.13.0</version>
</parent>

<artifactId>kubernetes-model-admissionregistration</artifactId>
Expand Down
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>io.fabric8</groupId>
<artifactId>kubernetes-model-generator</artifactId>
<version>4.12-SNAPSHOT</version>
<version>4.13.0</version>
</parent>

<artifactId>kubernetes-model-annotator</artifactId>
Expand Down
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>io.fabric8</groupId>
<artifactId>kubernetes-model-generator</artifactId>
<version>4.12-SNAPSHOT</version>
<version>4.13.0</version>
</parent>

<artifactId>kubernetes-model-apiextensions</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion kubernetes-model-generator/kubernetes-model-apps/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>io.fabric8</groupId>
<artifactId>kubernetes-model-generator</artifactId>
<version>4.12-SNAPSHOT</version>
<version>4.13.0</version>
</parent>

<artifactId>kubernetes-model-apps</artifactId>
Expand Down
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>io.fabric8</groupId>
<artifactId>kubernetes-model-generator</artifactId>
<version>4.12-SNAPSHOT</version>
<version>4.13.0</version>
</parent>

<artifactId>kubernetes-model-autoscaling</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion kubernetes-model-generator/kubernetes-model-batch/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>io.fabric8</groupId>
<artifactId>kubernetes-model-generator</artifactId>
<version>4.12-SNAPSHOT</version>
<version>4.13.0</version>
</parent>

<artifactId>kubernetes-model-batch</artifactId>
Expand Down
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>io.fabric8</groupId>
<artifactId>kubernetes-model-generator</artifactId>
<version>4.12-SNAPSHOT</version>
<version>4.13.0</version>
</parent>

<artifactId>kubernetes-model-certificates</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion kubernetes-model-generator/kubernetes-model-common/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>io.fabric8</groupId>
<artifactId>kubernetes-model-generator</artifactId>
<version>4.12-SNAPSHOT</version>
<version>4.13.0</version>
</parent>

<artifactId>kubernetes-model-common</artifactId>
Expand Down
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>io.fabric8</groupId>
<artifactId>kubernetes-model-generator</artifactId>
<version>4.12-SNAPSHOT</version>
<version>4.13.0</version>
</parent>

<artifactId>kubernetes-model-coordination</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion kubernetes-model-generator/kubernetes-model-core/pom.xml
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>io.fabric8</groupId>
<artifactId>kubernetes-model-generator</artifactId>
<version>4.12-SNAPSHOT</version>
<version>4.13.0</version>
</parent>

<artifactId>kubernetes-model-core</artifactId>
Expand Down
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>io.fabric8</groupId>
<artifactId>kubernetes-model-generator</artifactId>
<version>4.12-SNAPSHOT</version>
<version>4.13.0</version>
</parent>

<artifactId>kubernetes-model-discovery</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion kubernetes-model-generator/kubernetes-model-events/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>io.fabric8</groupId>
<artifactId>kubernetes-model-generator</artifactId>
<version>4.12-SNAPSHOT</version>
<version>4.13.0</version>
</parent>

<artifactId>kubernetes-model-events</artifactId>
Expand Down
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>io.fabric8</groupId>
<artifactId>kubernetes-model-generator</artifactId>
<version>4.12-SNAPSHOT</version>
<version>4.13.0</version>
</parent>

<artifactId>kubernetes-model-extensions</artifactId>
Expand Down

0 comments on commit d9c84fb

Please sign in to comment.