Skip to content

Commit

Permalink
rename guestbook -> guestbook-objectify
Browse files Browse the repository at this point in the history
  • Loading branch information
Les Vogel committed Apr 21, 2016
1 parent 64d5903 commit 27fa06e
Show file tree
Hide file tree
Showing 12 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# appengine-java-guestbook
# appengine/guestbook-objectify

An App Engine guestbook using Java, Maven, and Objectify.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<version>1.0-SNAPSHOT</version>

<groupId>com.example.appengine</groupId>
<artifactId>appengine-guestbook</artifactId>
<artifactId>guestbook</artifactId>
<properties>
<objectify.version>5.1.5</objectify.version>
<guava.version>18.0</guava.version>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<modules>
<module>appengine/analytics</module>
<module>appengine/appidentity</module>
<module>appengine/guestbook</module>
<module>appengine/guestbook-objectify</module>
<module>appengine/helloworld</module>
<module>appengine/logs</module>
<module>appengine/mailgun</module>
Expand Down

0 comments on commit 27fa06e

Please sign in to comment.