Skip to content

Bump version to 2.5.3_Hotfix-1 #277

Bump version to 2.5.3_Hotfix-1

Bump version to 2.5.3_Hotfix-1 #277

Workflow file for this run

name: Development Build
on:
push:
branches:
- develop
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK 1.8
uses: actions/setup-java@v1
with:
java-version: 1.8
- name: Build with Maven
run: |
mvn clean package
- name: Upload Artifacts
uses: actions/[email protected]
with:
name: TradeSystem
path: TradeSystem-Bundle/target/*.jar