Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 5.7.3-nordix-1
Browse files Browse the repository at this point in the history
  • Loading branch information
tsaarni committed Sep 21, 2021
1 parent c636489 commit 29f1cfc
Show file tree
Hide file tree
Showing 99 changed files with 199 additions and 367 deletions.
6 changes: 2 additions & 4 deletions crd-generator/api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,11 @@
limitations under the License.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>crd-generator-parent</artifactId>
<groupId>io.fabric8</groupId>
<version>5.7.3-nordix-SNAPSHOT</version>
<version>5.7.3-nordix-1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
6 changes: 2 additions & 4 deletions crd-generator/apt/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,11 @@
limitations under the License.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>crd-generator-parent</artifactId>
<groupId>io.fabric8</groupId>
<version>5.7.3-nordix-SNAPSHOT</version>
<version>5.7.3-nordix-1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
6 changes: 2 additions & 4 deletions crd-generator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,12 @@
limitations under the License.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>io.fabric8</groupId>
<artifactId>kubernetes-client-project</artifactId>
<version>5.7.3-nordix-SNAPSHOT</version>
<version>5.7.3-nordix-1</version>
</parent>

<artifactId>crd-generator-parent</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extensions/camel-k/client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>io.fabric8</groupId>
<artifactId>camel-k-extension-pom</artifactId>
<version>5.7.3-nordix-SNAPSHOT</version>
<version>5.7.3-nordix-1</version>
</parent>

<artifactId>camel-k-client</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extensions/camel-k/mock/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>io.fabric8</groupId>
<artifactId>camel-k-extension-pom</artifactId>
<version>5.7.3-nordix-SNAPSHOT</version>
<version>5.7.3-nordix-1</version>
</parent>


Expand Down
10 changes: 3 additions & 7 deletions extensions/camel-k/model-v1/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,12 @@
limitations under the License.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>io.fabric8</groupId>
<artifactId>camel-k-extension-pom</artifactId>
<version>5.7.3-nordix-SNAPSHOT</version>
<version>5.7.3-nordix-1</version>
</parent>

<artifactId>camel-k-model-v1</artifactId>
Expand Down Expand Up @@ -124,9 +122,7 @@
<configuration>
<target>
<!-- removing the generated Schema class -->
<delete
file="${project.build.directory}/generated-sources/io/fabric8/camelk/api/model/CamelKSchemaV1.java"
verbose="true" />
<delete file="${project.build.directory}/generated-sources/io/fabric8/camelk/api/model/CamelKSchemaV1.java" verbose="true" />
</target>
</configuration>
<goals>
Expand Down
10 changes: 3 additions & 7 deletions extensions/camel-k/model-v1alpha1/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>io.fabric8</groupId>
<artifactId>camel-k-extension-pom</artifactId>
<version>5.7.3-nordix-SNAPSHOT</version>
<version>5.7.3-nordix-1</version>
</parent>

<artifactId>camel-k-model-v1alpha1</artifactId>
Expand Down Expand Up @@ -131,12 +131,8 @@
<configuration>
<target>
<!-- removing the generated Schema class -->
<delete
file="${project.build.directory}/generated-sources/io/fabric8/camelk/v1alpha1/JSONSchemaProps.java"
verbose="true"/>
<delete
file="${project.build.directory}/generated-sources/io/fabric8/camelk/api/model/CamelKSchemaV1alpha1.java"
verbose="true"/>
<delete file="${project.build.directory}/generated-sources/io/fabric8/camelk/v1alpha1/JSONSchemaProps.java" verbose="true" />
<delete file="${project.build.directory}/generated-sources/io/fabric8/camelk/api/model/CamelKSchemaV1alpha1.java" verbose="true" />
</target>
</configuration>
<goals>
Expand Down
2 changes: 1 addition & 1 deletion extensions/camel-k/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>io.fabric8</groupId>
<artifactId>kubernetes-extensions</artifactId>
<version>5.7.3-nordix-SNAPSHOT</version>
<version>5.7.3-nordix-1</version>
</parent>

<artifactId>camel-k-extension-pom</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extensions/camel-k/tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>io.fabric8</groupId>
<artifactId>camel-k-extension-pom</artifactId>
<version>5.7.3-nordix-SNAPSHOT</version>
<version>5.7.3-nordix-1</version>
</parent>

<artifactId>camel-k-tests</artifactId>
Expand Down
5 changes: 2 additions & 3 deletions extensions/certmanager/client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,12 @@
limitations under the License.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>io.fabric8</groupId>
<artifactId>certmanager-extension-pom</artifactId>
<version>5.7.3-nordix-SNAPSHOT</version>
<version>5.7.3-nordix-1</version>
</parent>

<artifactId>certmanager-client</artifactId>
Expand Down
5 changes: 2 additions & 3 deletions extensions/certmanager/examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,12 @@
limitations under the License.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>io.fabric8</groupId>
<artifactId>certmanager-extension-pom</artifactId>
<version>5.7.3-nordix-SNAPSHOT</version>
<version>5.7.3-nordix-1</version>
</parent>

<artifactId>certmanager-examples</artifactId>
Expand Down
5 changes: 2 additions & 3 deletions extensions/certmanager/mock/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,12 @@
limitations under the License.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>io.fabric8</groupId>
<artifactId>certmanager-extension-pom</artifactId>
<version>5.7.3-nordix-SNAPSHOT</version>
<version>5.7.3-nordix-1</version>
</parent>

<artifactId>certmanager-server-mock</artifactId>
Expand Down
13 changes: 4 additions & 9 deletions extensions/certmanager/model-v1/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,12 @@
limitations under the License.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>io.fabric8</groupId>
<artifactId>certmanager-extension-pom</artifactId>
<version>5.7.3-nordix-SNAPSHOT</version>
<version>5.7.3-nordix-1</version>
</parent>

<artifactId>certmanager-model-v1</artifactId>
Expand Down Expand Up @@ -120,12 +119,8 @@
<configuration>
<target>
<echo>removing the duplicate generated class</echo>
<delete
file="${project.build.directory}/generated-sources/io/fabric8/certmanager/api/model/acme/v1/ACMEChallengeSolverHTTP01Ingress.java"
verbose="true" />
<delete
file="${project.build.directory}/generated-sources/io/fabric8/certmanager/api/model/v1/CertificateRequestSpec.java"
verbose="true" />
<delete file="${project.build.directory}/generated-sources/io/fabric8/certmanager/api/model/acme/v1/ACMEChallengeSolverHTTP01Ingress.java" verbose="true" />
<delete file="${project.build.directory}/generated-sources/io/fabric8/certmanager/api/model/v1/CertificateRequestSpec.java" verbose="true" />
</target>
</configuration>
<goals>
Expand Down
53 changes: 14 additions & 39 deletions extensions/certmanager/model-v1alpha2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,12 @@
limitations under the License.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>io.fabric8</groupId>
<artifactId>certmanager-extension-pom</artifactId>
<version>5.7.3-nordix-SNAPSHOT</version>
<version>5.7.3-nordix-1</version>
</parent>

<artifactId>certmanager-model-v1alpha2</artifactId>
Expand Down Expand Up @@ -120,42 +119,18 @@
<configuration>
<target>
<echo>removing the duplicate generated class</echo>
<delete
file="${project.build.directory}/generated-sources/io/fabric8/certmanager/api/model/acme/v1alpha2/ACMEChallengeSolverHTTP01Ingress.java"
verbose="true" />
<delete
file="${project.build.directory}/generated-sources/io/fabric8/kubernetes/api/model/EditableVolume.java"
verbose="true" />
<delete
file="${project.build.directory}/generated-sources/io/fabric8/kubernetes/api/model/EditableObjectMeta.java"
verbose="true" />
<delete
file="${project.build.directory}/generated-sources/io/fabric8/kubernetes/api/model/EditableContainer.java"
verbose="true" />
<delete
file="${project.build.directory}/generated-sources/io/fabric8/kubernetes/api/model/EditableContainerPort.java"
verbose="true" />
<delete
file="${project.build.directory}/generated-sources/io/fabric8/kubernetes/api/model/EditableVolumeMount.java"
verbose="true" />
<delete
file="${project.build.directory}/generated-sources/io/fabric8/kubernetes/api/model/EditableLabelSelector.java"
verbose="true" />
<delete
file="${project.build.directory}/generated-sources/io/fabric8/kubernetes/api/model/EditableEnvVar.java"
verbose="true" />
<delete
file="${project.build.directory}/generated-sources/io/fabric8/certmanager/api/model/acme/v1alpha2/ACMEChallengeSolverHTTP01IngressFluentImpl.java"
verbose="true" />
<delete
file="${project.build.directory}/generated-sources/io/fabric8/certmanager/api/model/acme/v1alpha2/ACMEChallengeSolverHTTP01IngressFluent.java"
verbose="true" />
<delete
file="${project.build.directory}/generated-sources/io/fabric8/certmanager/api/model/acme/v1alpha2/ACMEChallengeSolverHTTP01IngressBuilder.java"
verbose="true" />
<delete
file="${project.build.directory}/generated-sources/io/fabric8/certmanager/api/model/acme/v1alpha2/EditableACMEChallengeSolverHTTP01Ingress.java"
verbose="true" />
<delete file="${project.build.directory}/generated-sources/io/fabric8/certmanager/api/model/acme/v1alpha2/ACMEChallengeSolverHTTP01Ingress.java" verbose="true" />
<delete file="${project.build.directory}/generated-sources/io/fabric8/kubernetes/api/model/EditableVolume.java" verbose="true" />
<delete file="${project.build.directory}/generated-sources/io/fabric8/kubernetes/api/model/EditableObjectMeta.java" verbose="true" />
<delete file="${project.build.directory}/generated-sources/io/fabric8/kubernetes/api/model/EditableContainer.java" verbose="true" />
<delete file="${project.build.directory}/generated-sources/io/fabric8/kubernetes/api/model/EditableContainerPort.java" verbose="true" />
<delete file="${project.build.directory}/generated-sources/io/fabric8/kubernetes/api/model/EditableVolumeMount.java" verbose="true" />
<delete file="${project.build.directory}/generated-sources/io/fabric8/kubernetes/api/model/EditableLabelSelector.java" verbose="true" />
<delete file="${project.build.directory}/generated-sources/io/fabric8/kubernetes/api/model/EditableEnvVar.java" verbose="true" />
<delete file="${project.build.directory}/generated-sources/io/fabric8/certmanager/api/model/acme/v1alpha2/ACMEChallengeSolverHTTP01IngressFluentImpl.java" verbose="true" />
<delete file="${project.build.directory}/generated-sources/io/fabric8/certmanager/api/model/acme/v1alpha2/ACMEChallengeSolverHTTP01IngressFluent.java" verbose="true" />
<delete file="${project.build.directory}/generated-sources/io/fabric8/certmanager/api/model/acme/v1alpha2/ACMEChallengeSolverHTTP01IngressBuilder.java" verbose="true" />
<delete file="${project.build.directory}/generated-sources/io/fabric8/certmanager/api/model/acme/v1alpha2/EditableACMEChallengeSolverHTTP01Ingress.java" verbose="true" />
</target>
</configuration>
<goals>
Expand Down
Loading

0 comments on commit 29f1cfc

Please sign in to comment.