-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump version to 0.1.3-SNAPSHOT #158
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
🏃 |
@@ -28,7 +28,7 @@ The library implements the following operations: | |||
|
|||
# How to use | |||
|
|||
Build the library using the "mvn clean install" command at the repository root directory, where the pom.xml file is located. This produces a appengine-plugins-core-0.1.0-SNAPSHOT.jar file in the "target" directory that you can import to your application's class path. | |||
Build the library using the "mvn clean install" command at the repository root directory, where the pom.xml file is located. This produces a appengine-plugins-core-0.1.3-SNAPSHOT.jar file in the "target" directory that you can import to your application's class path. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
produces a --> produces the
LGTM |
JoeWang1127
pushed a commit
that referenced
this pull request
Nov 29, 2023
* Bump version to 0.1.3-SNAPSHOT
JoeWang1127
pushed a commit
that referenced
this pull request
Nov 29, 2023
* WIP - Fixes #158 - dev appserver 1 stuff * javadoc and simpler code whether checking <services> parameter has been configured by the user * remove default value from appYamls, revert file->path change * unit tests for RunMojo * update appengine-plugins-core dependency to 0.3.0 * try to fix kokoro test * use custom ports to test run in integration test to avoid port clash on Kokoro * fix async run test as well for Kokoro
JoeWang1127
pushed a commit
that referenced
this pull request
Nov 29, 2023
… configuration based on dev appserver 1 or 2-alpha. (#165) * WIP - Fixes #158 - dev appserver 1 stuff * javadoc and simpler code whether checking <services> parameter has been configured by the user * remove default value from appYamls, revert file->path change * unit tests for RunMojo * update appengine-plugins-core dependency to 0.3.0 * try to fix kokoro test * use custom ports to test run in integration test to avoid port clash on Kokoro * fix async run test as well for Kokoro * Fixes #158 - dev appserver 1 stuff * additional tests * add datastorePath to RunMojo * add javadoc to datastorePath * increase timeout to see if it fixes the kokoro-ubuntu build * reformat pom.xml dependency for junitparams, rename SupportedVersion to SupportedDevServerVersion
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
0.1.2 has been released