Skip to content

Commit 74ff7bb

Browse files
committed
Remove deprecated action workflow
1 parent 51b829a commit 74ff7bb

File tree

3 files changed

+0
-50
lines changed

3 files changed

+0
-50
lines changed

.github/workflows/github-packages-publish.yml

Lines changed: 0 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -24,36 +24,6 @@ jobs:
2424
- name: Build with Maven
2525
run: mvn -B package -DskipTests --file pom.xml
2626

27-
publish-bos-repo:
28-
runs-on: ubuntu-latest
29-
needs: build
30-
steps:
31-
- uses: actions/checkout@v4
32-
- name: Set up JDK 17
33-
uses: actions/setup-java@v4
34-
with:
35-
java-version: '17'
36-
distribution: 'temurin'
37-
38-
- name: Set up BoS Repo
39-
uses: actions/setup-java@v4
40-
with:
41-
java-version: '17'
42-
distribution: 'temurin'
43-
server-id: bos-repo
44-
server-username: BOS_REPO_AK
45-
server-password: BOS_REPO_SK
46-
47-
- name: Publish to BoS Repo
48-
run: mvn clean deploy -P bos-repo-deploy -pl :bifromq-plugin-context,:bifromq-plugin-main,:bifromq-plugin-auth-provider,:bifromq-plugin-event-collector,:bifromq-plugin-resource-throttler,:bifromq-plugin-sub-broker,:bifromq-plugin-setting-provider,:base-env-provider-spi,:base-kv-store-balance-spi -am -DskipTests -Dbos.repo.release=$BOS_REPO_RELEASE -Dbos.repo.snapshot=$BOS_REPO_SNAPSHOT
49-
env:
50-
MAVEN_USERNAME: ${{ secrets.MAVEN_USERNAME }}
51-
MAVEN_CENTRAL_TOKEN: ${{ secrets.MAVEN_CENTRAL_TOKEN }}
52-
BOS_REPO_AK: ${{ secrets.BOS_REPO_AK }}
53-
BOS_REPO_SK: ${{ secrets.BOS_REPO_SK }}
54-
BOS_REPO_RELEASE: ${{ secrets.BOS_REPO_RELEASE }}
55-
BOS_REPO_SNAPSHOT: ${{ secrets.BOS_REPO_SNAPSHOT }}
56-
5727
publish-github-packages:
5828
runs-on: ubuntu-latest
5929
needs: build

.github/workflows/main-branch-push-maven-deploy.yml

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -25,25 +25,6 @@ jobs:
2525
- name: Build with Maven
2626
run: mvn -B package -DskipTests --file pom.xml
2727

28-
- name: Set up BoS Repo
29-
uses: actions/setup-java@v4
30-
with: # running setup-java again overwrites the settings.xml
31-
java-version: '17'
32-
distribution: 'temurin'
33-
server-id: bos-repo # Value of the distributionManagement/repository/id field of the pom.xml
34-
server-username: BOS_REPO_AK # env variable for username in deploy
35-
server-password: BOS_REPO_SK # env variable for token in deploy
36-
37-
- name: Publish to BoS Repo
38-
run: mvn clean deploy -P bos-repo-deploy -pl :bifromq-plugin-context,:bifromq-plugin-main,:bifromq-plugin-auth-provider,:bifromq-plugin-event-collector,:bifromq-plugin-resource-throttler,:bifromq-plugin-sub-broker,:bifromq-plugin-setting-provider,:base-env-provider-spi,:base-kv-store-balance-spi -am -DskipTests -Dbos.repo.release=$BOS_REPO_RELEASE -Dbos.repo.snapshot=$BOS_REPO_SNAPSHOT
39-
env:
40-
MAVEN_USERNAME: ${{ secrets.MAVEN_USERNAME }}
41-
MAVEN_CENTRAL_TOKEN: ${{ secrets.MAVEN_CENTRAL_TOKEN }}
42-
BOS_REPO_AK: ${{ secrets.BOS_REPO_AK }}
43-
BOS_REPO_SK: ${{ secrets.BOS_REPO_SK }}
44-
BOS_REPO_RELEASE: ${{ secrets.BOS_REPO_RELEASE }}
45-
BOS_REPO_SNAPSHOT: ${{ secrets.BOS_REPO_SNAPSHOT }}
46-
4728
- name: Set up GitHub Packages
4829
uses: actions/setup-java@v4
4930
with: # running setup-java again overwrites the settings.xml

pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,6 @@
145145
<protobuf.plugin.version>0.6.1</protobuf.plugin.version>
146146
<os.plugin.version>1.6.2</os.plugin.version>
147147
<checkstyle.version>10.11.0</checkstyle.version>
148-
<maven.bos.plugin.version>0.0.2</maven.bos.plugin.version>
149148

150149
<!-- build properties -->
151150
<maven.compiler.release>17</maven.compiler.release>

0 commit comments

Comments
 (0)