File tree Expand file tree Collapse 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-azuread
crossplane-provider-upjet-azure
crossplane-provider-upjet-gcp
crossplane-provider-upjet-github Expand file tree Collapse file tree 9 files changed +15
-9
lines changed Original file line number Diff line number Diff line change 4747 run : ls
4848 - name : Set the revision property
4949 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
5151 - name : Build with Maven
5252 working-directory : " ./provider-models/crossplane-${{ github.event.inputs.provider }}"
5353 run : mvn -B deploy --file pom.xml -Pdeploy
5959 - name : Create release
6060 env :
6161 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
62- tag : " ${{ github.event.inputs.releaseversion }}"
62+ tag : " ${{ github.event.inputs.releaseversion }}.1 "
6363 provider : " ${{ github.event.inputs.provider }}"
6464 run : |
6565 gh release create "$provider-$tag" \
Original file line number Diff line number Diff line change 2828 <central-publishing-maven-plugin .version>0.4.0</central-publishing-maven-plugin .version>
2929 <maven-source-plugin .version>3.3.1</maven-source-plugin .version>
3030 <maven-javadoc-plugin .version>3.7.0</maven-javadoc-plugin .version>
31+ <maven-jar-plugin .version>3.4.2</maven-jar-plugin .version>
3132 <maven-gpg-plugin .version>3.2.4</maven-gpg-plugin .version>
3233 <build-helper-maven-plugin .version>3.6.0</build-helper-maven-plugin .version>
3334 </properties >
106107 </execution >
107108 </executions >
108109 </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 >
109115 <plugin >
110116 <groupId >org.apache.maven.plugins</groupId >
111117 <artifactId >maven-javadoc-plugin</artifactId >
Original file line number Diff line number Diff line change 66 <parent >
77 <groupId >io.crossplane.providers</groupId >
88 <artifactId >crossplane-providers-parent</artifactId >
9- <version >1.17 .0-charlie</version >
9+ <version >1.18 .0-charlie</version >
1010 </parent >
1111
1212 <artifactId >crossplane-provider-kubernetes-model</artifactId >
Original file line number Diff line number Diff line change 66 <parent >
77 <groupId >io.crossplane.providers</groupId >
88 <artifactId >crossplane-providers-parent</artifactId >
9- <version >1.17 .0-charlie</version >
9+ <version >1.18 .0-charlie</version >
1010 </parent >
1111
1212 <artifactId >crossplane-provider-terraform-model</artifactId >
Original file line number Diff line number Diff line change 66 <parent >
77 <groupId >io.crossplane.providers</groupId >
88 <artifactId >crossplane-providers-parent</artifactId >
9- <version >1.17 .0-charlie</version >
9+ <version >1.18 .0-charlie</version >
1010 </parent >
1111
1212 <artifactId >crossplane-provider-upjet-aws-model</artifactId >
Original file line number Diff line number Diff line change 66 <parent >
77 <groupId >io.crossplane.providers</groupId >
88 <artifactId >crossplane-providers-parent</artifactId >
9- <version >1.17 .0-charlie</version >
9+ <version >1.18 .0-charlie</version >
1010 </parent >
1111
1212 <artifactId >crossplane-provider-upjet-azure-model</artifactId >
Original file line number Diff line number Diff line change 66 <parent >
77 <groupId >io.crossplane.providers</groupId >
88 <artifactId >crossplane-providers-parent</artifactId >
9- <version >1.17 .0-charlie</version >
9+ <version >1.18 .0-charlie</version >
1010 </parent >
1111
1212 <artifactId >crossplane-provider-upjet-azuread-model</artifactId >
Original file line number Diff line number Diff line change 66 <parent >
77 <groupId >io.crossplane.providers</groupId >
88 <artifactId >crossplane-providers-parent</artifactId >
9- <version >1.17 .0-charlie</version >
9+ <version >1.18 .0-charlie</version >
1010 </parent >
1111
1212 <artifactId >crossplane-provider-upjet-gcp-model</artifactId >
Original file line number Diff line number Diff line change 66 <parent >
77 <groupId >io.crossplane.providers</groupId >
88 <artifactId >crossplane-providers-parent</artifactId >
9- <version >1.17 .0-charlie</version >
9+ <version >1.18 .0-charlie</version >
1010 </parent >
1111
1212 <artifactId >crossplane-provider-upjet-github-model</artifactId >
You can’t perform that action at this time.
0 commit comments