Skip to content

Commit

Permalink
Bump version to 0.1.3-SNAPSHOT (#158)
Browse files Browse the repository at this point in the history
* Bump version to 0.1.3-SNAPSHOT
  • Loading branch information
meltsufin authored and loosebazooka committed Jul 13, 2016
1 parent cc9e793 commit f3d2127
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion appengine-plugins-core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
2 changes: 1 addition & 1 deletion appengine-plugins-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<groupId>com.google.cloud.tools</groupId>
<artifactId>appengine-plugins-core</artifactId>
<version>0.1.2-SNAPSHOT</version>
<version>0.1.3-SNAPSHOT</version>

<name>App Engine Plugins Core Library</name>
<description>
Expand Down

0 comments on commit f3d2127

Please sign in to comment.