diff --git a/README.md b/README.md index 6193c8e31..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.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 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: 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