File tree 9 files changed +15
-9
lines changed
crossplane-providers-parent
crossplane-provider-kubernetes
crossplane-provider-terraform
crossplane-provider-upjet-aws
crossplane-provider-upjet-azure
crossplane-provider-upjet-azuread
crossplane-provider-upjet-gcp
crossplane-provider-upjet-github
9 files changed +15
-9
lines changed Original file line number Diff line number Diff line change 47
47
run : ls
48
48
- name : Set the revision property
49
49
working-directory : " ./provider-models/crossplane-${{ github.event.inputs.provider }}"
50
- run : mvn versions:set-property -Dproperty=modelrevision "-DnewVersion=${{ github.event.inputs.releaseversion }}" -DgenerateBackupPoms=false
50
+ run : mvn versions:set-property -Dproperty=modelrevision "-DnewVersion=${{ github.event.inputs.releaseversion }}.1 " -DgenerateBackupPoms=false
51
51
- name : Build with Maven
52
52
working-directory : " ./provider-models/crossplane-${{ github.event.inputs.provider }}"
53
53
run : mvn -B deploy --file pom.xml -Pdeploy
59
59
- name : Create release
60
60
env :
61
61
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
62
- tag : " ${{ github.event.inputs.releaseversion }}"
62
+ tag : " ${{ github.event.inputs.releaseversion }}.1 "
63
63
provider : " ${{ github.event.inputs.provider }}"
64
64
run : |
65
65
gh release create "$provider-$tag" \
Original file line number Diff line number Diff line change 28
28
<central-publishing-maven-plugin .version>0.4.0</central-publishing-maven-plugin .version>
29
29
<maven-source-plugin .version>3.3.1</maven-source-plugin .version>
30
30
<maven-javadoc-plugin .version>3.7.0</maven-javadoc-plugin .version>
31
+ <maven-jar-plugin .version>3.4.2</maven-jar-plugin .version>
31
32
<maven-gpg-plugin .version>3.2.4</maven-gpg-plugin .version>
32
33
<build-helper-maven-plugin .version>3.6.0</build-helper-maven-plugin .version>
33
34
</properties >
106
107
</execution >
107
108
</executions >
108
109
</plugin >
110
+ <plugin >
111
+ <groupId >org.apache.maven.plugins</groupId >
112
+ <artifactId >maven-jar-plugin</artifactId >
113
+ <version >${maven-jar-plugin.version} </version >
114
+ </plugin >
109
115
<plugin >
110
116
<groupId >org.apache.maven.plugins</groupId >
111
117
<artifactId >maven-javadoc-plugin</artifactId >
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >io.crossplane.providers</groupId >
8
8
<artifactId >crossplane-providers-parent</artifactId >
9
- <version >1.17 .0-charlie</version >
9
+ <version >1.18 .0-charlie</version >
10
10
</parent >
11
11
12
12
<artifactId >crossplane-provider-kubernetes-model</artifactId >
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >io.crossplane.providers</groupId >
8
8
<artifactId >crossplane-providers-parent</artifactId >
9
- <version >1.17 .0-charlie</version >
9
+ <version >1.18 .0-charlie</version >
10
10
</parent >
11
11
12
12
<artifactId >crossplane-provider-terraform-model</artifactId >
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >io.crossplane.providers</groupId >
8
8
<artifactId >crossplane-providers-parent</artifactId >
9
- <version >1.17 .0-charlie</version >
9
+ <version >1.18 .0-charlie</version >
10
10
</parent >
11
11
12
12
<artifactId >crossplane-provider-upjet-aws-model</artifactId >
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >io.crossplane.providers</groupId >
8
8
<artifactId >crossplane-providers-parent</artifactId >
9
- <version >1.17 .0-charlie</version >
9
+ <version >1.18 .0-charlie</version >
10
10
</parent >
11
11
12
12
<artifactId >crossplane-provider-upjet-azure-model</artifactId >
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >io.crossplane.providers</groupId >
8
8
<artifactId >crossplane-providers-parent</artifactId >
9
- <version >1.17 .0-charlie</version >
9
+ <version >1.18 .0-charlie</version >
10
10
</parent >
11
11
12
12
<artifactId >crossplane-provider-upjet-azuread-model</artifactId >
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >io.crossplane.providers</groupId >
8
8
<artifactId >crossplane-providers-parent</artifactId >
9
- <version >1.17 .0-charlie</version >
9
+ <version >1.18 .0-charlie</version >
10
10
</parent >
11
11
12
12
<artifactId >crossplane-provider-upjet-gcp-model</artifactId >
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >io.crossplane.providers</groupId >
8
8
<artifactId >crossplane-providers-parent</artifactId >
9
- <version >1.17 .0-charlie</version >
9
+ <version >1.18 .0-charlie</version >
10
10
</parent >
11
11
12
12
<artifactId >crossplane-provider-upjet-github-model</artifactId >
You can’t perform that action at this time.
0 commit comments