Skip to content

Commit

Permalink
fix: correct java version
Browse files Browse the repository at this point in the history
We need to strip the leading 'v'
  • Loading branch information
stuartwdouglas committed Sep 20, 2024
1 parent 31aa71d commit 709a06a
Show file tree
Hide file tree
Showing 17 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ jobs:
- name: Set Version
working-directory: ./jvm-runtime/ftl-runtime
run: mvn versions:set -DnewVersion=${{ github.ref_name }}
run: mvn versions:set -DnewVersion="$(echo ${{ github.ref_name }} | sed s/v//)"

- name: Build, Test, and Deploy to Maven Central
working-directory: ./jvm-runtime/ftl-runtime
Expand Down
2 changes: 1 addition & 1 deletion jvm-runtime/ftl-runtime/common/bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>xyz.block.ftl</groupId>
<artifactId>ftl-jvm-runtime-parent</artifactId>
<version>1.0-SNAPSHOT</version>
<version>0.367</version>
</parent>
<artifactId>ftl-jvm-bom</artifactId>
<name>Ftl JVM BOM</name>
Expand Down
2 changes: 1 addition & 1 deletion jvm-runtime/ftl-runtime/common/build-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>xyz.block.ftl</groupId>
<artifactId>ftl-jvm-runtime-parent</artifactId>
<version>1.0-SNAPSHOT</version>
<version>0.367</version>
</parent>
<artifactId>ftl-build-parent</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion jvm-runtime/ftl-runtime/common/deployment/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>xyz.block.ftl</groupId>
<artifactId>ftl-jvm-runtime-parent</artifactId>
<version>1.0-SNAPSHOT</version>
<version>0.367</version>
</parent>
<artifactId>ftl-jvm-runtime-deployment</artifactId>
<name>Ftl Java Runtime - Deployment</name>
Expand Down
2 changes: 1 addition & 1 deletion jvm-runtime/ftl-runtime/common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>ftl-jvm-parent</artifactId>
<groupId>xyz.block.ftl</groupId>
<version>1.0-SNAPSHOT</version>
<version>0.367</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion jvm-runtime/ftl-runtime/common/runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>xyz.block.ftl</groupId>
<artifactId>ftl-jvm-runtime-parent</artifactId>
<version>1.0-SNAPSHOT</version>
<version>0.367</version>
</parent>
<artifactId>ftl-jvm-runtime</artifactId>
<name>Ftl Java Runtime - Runtime</name>
Expand Down
2 changes: 1 addition & 1 deletion jvm-runtime/ftl-runtime/java/build-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>xyz.block.ftl</groupId>
<artifactId>ftl-build-parent</artifactId>
<version>1.0-SNAPSHOT</version>
<version>0.367</version>
<relativePath>../../common/build-parent</relativePath>
</parent>
<artifactId>ftl-build-parent-java</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jvm-runtime/ftl-runtime/java/deployment/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>xyz.block.ftl</groupId>
<artifactId>ftl-java-runtime-parent</artifactId>
<version>1.0-SNAPSHOT</version>
<version>0.367</version>
</parent>
<artifactId>ftl-java-runtime-deployment</artifactId>
<name>Ftl Java Runtime - Deployment</name>
Expand Down
2 changes: 1 addition & 1 deletion jvm-runtime/ftl-runtime/java/integration-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>xyz.block.ftl</groupId>
<artifactId>ftl-java-runtime-parent</artifactId>
<version>1.0-SNAPSHOT</version>
<version>0.367</version>
</parent>
<artifactId>ftl-jvm-runtime-integration-tests</artifactId>
<name>Ftl JVM Runtime - Integration Tests</name>
Expand Down
2 changes: 1 addition & 1 deletion jvm-runtime/ftl-runtime/java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>ftl-jvm-parent</artifactId>
<groupId>xyz.block.ftl</groupId>
<version>1.0-SNAPSHOT</version>
<version>0.367</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion jvm-runtime/ftl-runtime/java/runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>xyz.block.ftl</groupId>
<artifactId>ftl-java-runtime-parent</artifactId>
<version>1.0-SNAPSHOT</version>
<version>0.367</version>
</parent>
<artifactId>ftl-java-runtime</artifactId>
<name>Ftl Java Runtime</name>
Expand Down
2 changes: 1 addition & 1 deletion jvm-runtime/ftl-runtime/kotlin/build-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>xyz.block.ftl</groupId>
<artifactId>ftl-build-parent</artifactId>
<version>1.0-SNAPSHOT</version>
<version>0.367</version>
<relativePath>../../common/build-parent</relativePath>
</parent>
<artifactId>ftl-build-parent-kotlin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jvm-runtime/ftl-runtime/kotlin/deployment/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>xyz.block.ftl</groupId>
<artifactId>ftl-kotlin-runtime-parent</artifactId>
<version>1.0-SNAPSHOT</version>
<version>0.367</version>
</parent>
<artifactId>ftl-kotlin-runtime-deployment</artifactId>
<name>Ftl Kotlin Runtime - Deployment</name>
Expand Down
2 changes: 1 addition & 1 deletion jvm-runtime/ftl-runtime/kotlin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>ftl-jvm-parent</artifactId>
<groupId>xyz.block.ftl</groupId>
<version>1.0-SNAPSHOT</version>
<version>0.367</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion jvm-runtime/ftl-runtime/kotlin/runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>xyz.block.ftl</groupId>
<artifactId>ftl-kotlin-runtime-parent</artifactId>
<version>1.0-SNAPSHOT</version>
<version>0.367</version>
</parent>
<artifactId>ftl-kotlin-runtime</artifactId>
<name>Ftl Kotlin Runtime</name>
Expand Down
2 changes: 1 addition & 1 deletion jvm-runtime/ftl-runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>xyz.block.ftl</groupId>
<artifactId>ftl-jvm-parent</artifactId>
<version>1.0-SNAPSHOT</version>
<version>0.367</version>
<packaging>pom</packaging>
<name>Ftl Java Runtime - Parent</name>
<description>Towards a 𝝺-calculus for large-scale systems</description>
Expand Down
2 changes: 1 addition & 1 deletion jvm-runtime/ftl-runtime/test-framework/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>xyz.block.ftl</groupId>
<artifactId>ftl-jvm-parent</artifactId>
<version>1.0-SNAPSHOT</version>
<version>0.367</version>
</parent>
<artifactId>ftl-jvm-test-framework</artifactId>
<name>Ftl JVM Runtime - Test Framework</name>
Expand Down

0 comments on commit 709a06a

Please sign in to comment.