Skip to content

Commit

Permalink
Merge pull request #23 from INTO-CPS-Association/kel/add-fmi3-schemas
Browse files Browse the repository at this point in the history
Kel/add fmi3 schemas
  • Loading branch information
lausdahl authored May 4, 2022
2 parents 4696e8c + cf48454 commit 06f9ac8
Show file tree
Hide file tree
Showing 18 changed files with 215 additions and 756 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ jobs:
run: mvn -B package --file pom.xml -Dmaven.test.skip=true

- name: Maven Deploy
if: github.event_name == 'push' && (github.ref != 'refs/heads/development' || github.ref != 'refs/heads/master' )
if: github.event_name == 'push' && (github.ref != 'refs/heads/development' && github.ref != 'refs/heads/master' )
run: mvn -P au -B deploy -Dsha1=-`git rev-parse --abbrev-ref HEAD | sed "s|/|-|g"` -Dmaven.test.skip=true -DskipITs -fae -Dgpg.passphrase=${{ secrets.OSSRH_GPG_SECRET_KEY_PASSWORD }} -Prelease
env:
MAVEN_USERNAME: ${{ secrets.ARTIFACTORY_USERNAME }}
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -109,3 +109,4 @@ Makefile
jnifmuapi/src/main/native/include/*.h
/.java-version
*.ci-friendly-pom.xml
*.cbp
Binary file not shown.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

53 changes: 0 additions & 53 deletions fmi2/src/main/resources/org/intocps/fmi/schemas/2.0.0/fmi2Type.xsd

This file was deleted.

80 changes: 0 additions & 80 deletions fmi2/src/main/resources/org/intocps/fmi/schemas/2.0.0/fmi2Unit.xsd

This file was deleted.

Loading

0 comments on commit 06f9ac8

Please sign in to comment.