From 0a9e15280dedcce58dee3d8cbb0bb339c88732bd Mon Sep 17 00:00:00 2001 From: Mike Eltsufin Date: Fri, 8 Jul 2016 13:37:19 -0400 Subject: [PATCH 1/2] Bump version to 0.1.3-SNAPSHOT --- README.md | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6193c8e31..d2582430a 100644 --- a/README.md +++ b/README.md @@ -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. To deploy a new version, a client calls the library in the following way: diff --git a/pom.xml b/pom.xml index 4676b8172..0341f734a 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ com.google.cloud.tools appengine-plugins-core - 0.1.2-SNAPSHOT + 0.1.3-SNAPSHOT App Engine Plugins Core Library From c44698fec398aa018a487d29730924e6e9687e6f Mon Sep 17 00:00:00 2001 From: meltsufin Date: Mon, 11 Jul 2016 17:14:03 -0400 Subject: [PATCH 2/2] a -> the --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d2582430a..85e14d114 100644 --- a/README.md +++ b/README.md @@ -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.3-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 the appengine-plugins-core-0.1.3-SNAPSHOT.jar file in the "target" directory that you can import to your application's class path. To deploy a new version, a client calls the library in the following way: