Skip to content

Commit

Permalink
Very minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
kamfosica committed May 9, 2022
1 parent e73a1d9 commit 8e0bff3
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/spring.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ jobs:
- name: Prepare release
run: |
mkdir -p release-assets/mis release-assets/api
cp sctp-api/target/sctp-api*.jar release-assets/api/
cp sctp-mis/target/sctp-mis*.jar release-assets/mis/
cp sctp-common.example.yaml release-assets/sctp-common-local.yaml
cp sctp-mis/application-example.yaml release-assets/mis/application-prod.yaml
cp sctp-api/application-prod-example.yaml release-assets/api/application-prod.yaml
cp README.txt release-assets/
zip sctp-release.zip release-assets
cp ./sctp-api/target/sctp-api*.jar release-assets/api/
cp ./sctp-mis/target/sctp-mis*.jar release-assets/mis/
cp ./sctp-common.example.yaml release-assets/sctp-common-local.yaml
cp ./sctp-mis/application-example.yaml release-assets/mis/application-prod.yaml
cp ./sctp-api/application-prod-example.yaml release-assets/api/application-prod.yaml
cp ./README.txt release-assets/
zip -r sctp-release.zip release-assets
- name: Action Release
uses: softprops/action-gh-release@v1
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>org.cga</groupId>
<artifactId>sctp</artifactId>
<packaging>pom</packaging>
<version>1.4.9</version>
<version>1.4.10</version>

<parent>
<groupId>org.springframework.boot</groupId>
Expand Down
2 changes: 1 addition & 1 deletion sctp-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>sctp</artifactId>
<groupId>org.cga</groupId>
<version>1.4.9</version>
<version>1.4.10</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion sctp-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>sctp</artifactId>
<groupId>org.cga</groupId>
<version>1.4.9</version>
<version>1.4.10</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion sctp-mis/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>sctp</artifactId>
<groupId>org.cga</groupId>
<version>1.4.9</version>
<version>1.4.10</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down

0 comments on commit 8e0bff3

Please sign in to comment.