diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 9676dab..702209b 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -3,11 +3,7 @@ name: Java CI with Maven -on: - push: - branches: [ orchestra-v1-0 ] - pull_request: - branches: [ orchestra-v1-0 ] +on: [ push, pull_request ] jobs: build: @@ -15,9 +11,9 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v6 - name: Set up JDK 11 - uses: actions/setup-java@v3 + uses: actions/setup-java@v5 with: java-version: '11' distribution: 'temurin' @@ -25,7 +21,7 @@ jobs: - name: Build with Maven run: mvn -B package --file pom.xml - name: Upload package - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: Package path: target/*.jar diff --git a/pom.xml b/pom.xml index ab3cf49..d0d2e01 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ 4.0.0 io.fixprotocol.orchestra fixml-generator - 1.4.2-SNAPSHOT + 1.4.3-SNAPSHOT ${project.groupId}:${project.artifactId} FIXML schema generator from from Orchestra @@ -83,4 +83,4 @@ - \ No newline at end of file + diff --git a/src/main/resources/xsl/FIXMLSchemaGenerator.xsl b/src/main/resources/xsl/FIXMLSchemaGenerator.xsl index f97dc49..b6ee2ff 100644 --- a/src/main/resources/xsl/FIXMLSchemaGenerator.xsl +++ b/src/main/resources/xsl/FIXMLSchemaGenerator.xsl @@ -343,7 +343,7 @@ xmlns:fixr="http://fixprotocol.io/2020/orchestra/repository"> - can be found at https://www.fixtrading.org/online-specification/business-area-#msg + can be found at https://orchimate.org/fixtrading/fix-latest/messages/