File tree 12 files changed +19
-19
lines changed
operator-framework-junit5
12 files changed +19
-19
lines changed Original file line number Diff line number Diff line change @@ -25,14 +25,14 @@ jobs:
25
25
run : ./mvnw ${MAVEN_ARGS} versions:set -DnewVersion="${RELEASE_VERSION:1}" versions:commit
26
26
env :
27
27
RELEASE_VERSION : ${{ github.event.release.tag_name }}
28
- # - name: Release Maven package
29
- # uses: samuelmeuli/action-maven-publish@v1
30
- # with:
31
- # maven_profiles: "release"
32
- # gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
33
- # gpg_passphrase: ${{ secrets.GPG_PASSPHRASE }}
34
- # nexus_username: ${{ secrets.OSSRH_USERNAME }}
35
- # nexus_password: ${{ secrets.OSSRH_TOKEN }}
28
+ - name : Release Maven package
29
+ uses : samuelmeuli/action-maven-publish@v1
30
+ with :
31
+ maven_profiles : " release"
32
+ gpg_private_key : ${{ secrets.GPG_PRIVATE_KEY }}
33
+ gpg_passphrase : ${{ secrets.GPG_PASSPHRASE }}
34
+ nexus_username : ${{ secrets.OSSRH_USERNAME }}
35
+ nexus_password : ${{ secrets.OSSRH_TOKEN }}
36
36
37
37
# This is separate job because there were issues with git after release step, was not able to commit changes. See history.
38
38
update-working-version :
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<artifactId >java-operator-sdk</artifactId >
7
7
<groupId >io.javaoperatorsdk</groupId >
8
- <version >1.10.2 -SNAPSHOT</version >
8
+ <version >1.10.1 -SNAPSHOT</version >
9
9
</parent >
10
10
<modelVersion >4.0.0</modelVersion >
11
11
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >io.javaoperatorsdk</groupId >
8
8
<artifactId >java-operator-sdk</artifactId >
9
- <version >1.10.2 -SNAPSHOT</version >
9
+ <version >1.10.1 -SNAPSHOT</version >
10
10
<relativePath >../pom.xml</relativePath >
11
11
</parent >
12
12
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<artifactId >java-operator-sdk</artifactId >
7
7
<groupId >io.javaoperatorsdk</groupId >
8
- <version >1.10.2 -SNAPSHOT</version >
8
+ <version >1.10.1 -SNAPSHOT</version >
9
9
</parent >
10
10
<modelVersion >4.0.0</modelVersion >
11
11
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<artifactId >java-operator-sdk</artifactId >
7
7
<groupId >io.javaoperatorsdk</groupId >
8
- <version >1.10.2 -SNAPSHOT</version >
8
+ <version >1.10.1 -SNAPSHOT</version >
9
9
</parent >
10
10
<modelVersion >4.0.0</modelVersion >
11
11
Original file line number Diff line number Diff line change 5
5
6
6
<groupId >io.javaoperatorsdk</groupId >
7
7
<artifactId >java-operator-sdk</artifactId >
8
- <version >1.10.2 -SNAPSHOT</version >
8
+ <version >1.10.1 -SNAPSHOT</version >
9
9
<name >Operator SDK for Java</name >
10
10
<description >Java SDK for implementing Kubernetes operators</description >
11
11
<packaging >pom</packaging >
Original file line number Diff line number Diff line change 7
7
<parent >
8
8
<groupId >io.javaoperatorsdk</groupId >
9
9
<artifactId >java-operator-sdk</artifactId >
10
- <version >1.10.2 -SNAPSHOT</version >
10
+ <version >1.10.1 -SNAPSHOT</version >
11
11
</parent >
12
12
13
13
<artifactId >sample-operators</artifactId >
Original file line number Diff line number Diff line change 7
7
<parent >
8
8
<groupId >io.javaoperatorsdk</groupId >
9
9
<artifactId >sample-operators</artifactId >
10
- <version >1.10.2 -SNAPSHOT</version >
10
+ <version >1.10.1 -SNAPSHOT</version >
11
11
</parent >
12
12
13
13
<artifactId >sample-tomcat-operator</artifactId >
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >io.javaoperatorsdk</groupId >
8
8
<artifactId >java-operator-sdk-smoke-test-samples</artifactId >
9
- <version >1.10.2 -SNAPSHOT</version >
9
+ <version >1.10.1 -SNAPSHOT</version >
10
10
</parent >
11
11
12
12
<artifactId >operator-framework-samples-common</artifactId >
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >io.javaoperatorsdk</groupId >
8
8
<artifactId >java-operator-sdk</artifactId >
9
- <version >1.10.2 -SNAPSHOT</version >
9
+ <version >1.10.1 -SNAPSHOT</version >
10
10
</parent >
11
11
12
12
<artifactId >java-operator-sdk-smoke-test-samples</artifactId >
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >io.javaoperatorsdk</groupId >
8
8
<artifactId >java-operator-sdk-smoke-test-samples</artifactId >
9
- <version >1.10.2 -SNAPSHOT</version >
9
+ <version >1.10.1 -SNAPSHOT</version >
10
10
</parent >
11
11
12
12
<artifactId >operator-framework-samples-pure-java</artifactId >
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >io.javaoperatorsdk</groupId >
8
8
<artifactId >java-operator-sdk-smoke-test-samples</artifactId >
9
- <version >1.10.2 -SNAPSHOT</version >
9
+ <version >1.10.1 -SNAPSHOT</version >
10
10
</parent >
11
11
12
12
<artifactId >operator-framework-samples-spring-boot-plain</artifactId >
You can’t perform that action at this time.
0 commit comments