Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Masakazu Nagaya committed Nov 6, 2020
1 parent 5ac785e commit b907bec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Set up JDK 111
- name: Set up JDK 11
uses: actions/setup-java@v1
with:
java-version: 11
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@
<configuration>
<file>./target/${project.artifactId}-${project.version}-deploy.jar</file>
<repositoryId>github</repositoryId>
<url>https://maven.pkg.github.com/mnagaya/vespa-kuromoji-linguistics</url>
<url>https://maven.pkg.github.com/yahoojapan/vespa-kuromoji-linguistics</url>
<groupId>${project.groupId}</groupId>
<artifactId>${project.artifactId}</artifactId>
<version>${project.version}</version>
Expand Down

0 comments on commit b907bec

Please sign in to comment.