Skip to content

Commit 978c677

Browse files
committed
Fix release CI
1 parent 0502d6a commit 978c677

File tree

6 files changed

+6
-7
lines changed

6 files changed

+6
-7
lines changed

.github/workflows/release.actions.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,5 +96,4 @@ jobs:
9696
- name: Push changes to ${{github.base_ref}} branch
9797
if: steps.check_changes.outputs.skip == 'false'
9898
run: |
99-
git push
100-
git push origin ${{ steps.maven_release.outputs.release_version }}
99+
git push

acceptance-test/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>io.quarkus.code</groupId>
1010
<artifactId>code-quarkus-parent</artifactId>
11-
<version>1-SNAPSHOT</version>
11+
<version>2-SNAPSHOT</version>
1212
</parent>
1313
<properties>
1414
<maven.compiler.release>17</maven.compiler.release>

base/.locker/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<groupId>io.quarkus.code</groupId>
99
<artifactId>code-quarkus-locker</artifactId>
1010
<name>Code Quarkus - Locker</name>
11-
<version>1-SNAPSHOT</version>
11+
<version>2-SNAPSHOT</version>
1212
<packaging>pom</packaging>
1313
<dependencyManagement>
1414
<dependencies>

base/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>io.quarkus.code</groupId>
1010
<artifactId>code-quarkus-parent</artifactId>
11-
<version>1-SNAPSHOT</version>
11+
<version>2-SNAPSHOT</version>
1212
</parent>
1313
<properties>
1414
<maven.compiler.parameters>true</maven.compiler.parameters>

community-app/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.quarkus.code</groupId>
88
<artifactId>code-quarkus-parent</artifactId>
9-
<version>1-SNAPSHOT</version>
9+
<version>2-SNAPSHOT</version>
1010
</parent>
1111

1212
<artifactId>code-quarkus-community-app</artifactId>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>io.quarkus.code</groupId>
66
<artifactId>code-quarkus-parent</artifactId>
7-
<version>1-SNAPSHOT</version>
7+
<version>2-SNAPSHOT</version>
88
<packaging>pom</packaging>
99
<properties>
1010
<compiler-plugin.version>3.11.0</compiler-plugin.version>

0 commit comments

Comments
 (0)