Skip to content

Commit

Permalink
Change to API.
Browse files Browse the repository at this point in the history
  • Loading branch information
NawaMan committed Jul 28, 2023
1 parent 91e3733 commit c58c572
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions spec/pom.xml → api/pom.xml
Expand Up @@ -9,8 +9,8 @@
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>javalanguagemodel-spec</artifactId>
<name>javalanguagemodel-spec</name>
<artifactId>javalanguagemodel-api</artifactId>
<name>javalanguagemodel-api</name>
<description>
The specification for Java Language Model.
</description>
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion build.sh
Expand Up @@ -112,7 +112,7 @@ function show-help() {
echo "All command requires the follow files"
echo " project-version-number: Contains the major and minor version. For example: 2.0 for '2.0.6' version."
echo " project-build-number : Contains the build number. For example: 6 for '2.0.6' version."
echo " key-var-name : Contains the environmental variable name that holds the key name, e.g., DEFAULTJ_KEYNAME."
echo " key-var-name : Contains the environmental variable name that holds the key name, e.g., NAWAMAN_KEYNAME."
echo ""
echo "Release comand requires the following environmental variable."
echo " NAWAMAN_SIGNING_PASSWORD : The password for the signing key. Make sure the user name is in '~/.m2/settings.xml'".
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -79,7 +79,7 @@
</developers>

<modules>
<module>spec</module>
<module>api</module>
</modules>

<dependencyManagement>
Expand Down

0 comments on commit c58c572

Please sign in to comment.