Skip to content
This repository has been archived by the owner on Jul 10, 2024. It is now read-only.

SUBMARINE-1404. Fix version-related and licence issues #1098

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 50
fetch-depth: 1
- name: Set up JDK 11
uses: actions/setup-java@v1
with:
Expand Down Expand Up @@ -116,7 +116,6 @@ jobs:
- name: Build Image locally
run: |
.github/scripts/build-image-locally-v3.sh
sh .github/scripts/build-image-experiment-prehandler.sh
- name: Install Golang Dependencies
working-directory: submarine-cloud-v3
run: go mod vendor
Expand Down
1 change: 0 additions & 1 deletion LICENSE-binary
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,6 @@ org.apache.hadoop:hadoop-hdfs-client:2.9.2
org.apache.htrace:htrace-core4:4.1.0-incubating
org.apache.httpcomponents:httpclient:4.5.2
org.apache.httpcomponents:httpcore:4.4.4
org.apache.submarine:submarine-core:0.8.0-SNAPSHOT
org.apache.zookeeper:zookeeper:3.4.6
org.codehaus.jackson:jackson-core-asl:1.9.13
org.codehaus.jackson:jackson-mapper-asl:1.9.13
Expand Down
2 changes: 1 addition & 1 deletion website/docs/devDocs/HowToRelease.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ $ gpg --keyserver pgpkeys.mit.edu --send-key <key id>

### 1.4 Check whether the key is created successfully

Through the following URL, use the email to check whether the upload is successful or not. It will take about a minute to find out. When searching, check the show full-key hashes under advance on http://keys.gnupg.net.
Through the following URL, use the email to check whether the upload is successful or not. It will take about a minute to find out. When searching, check the show full-key hashes under advance on http://pgpkeys.mit.edu .

The query results are as follows:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ to generate pysubmarine client API that used to communicate with submarine serve
{
"packageName" : "submarine.client",
"projectName" : "submarine.client",
"packageVersion": "0.8.0-SNAPSHOT"
"packageVersion": "0.7.0"
}
```

Expand Down
Loading