Skip to content

Commit

Permalink
Update to GAE 1.5.3 and datanucleus appengine 1.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
kryptt committed Sep 10, 2011
1 parent 269a4fb commit 512d0f7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions gae-runtime/pom.xml
Expand Up @@ -10,7 +10,7 @@
</parent>

<artifactId>gae-runtime</artifactId>
<version>1.5.2</version>
<version>1.5.3</version>
<packaging>pom</packaging>

<name>Google App Engine Runtime Dependencies</name>
Expand All @@ -22,7 +22,7 @@
<dependency>
<groupId>com.google.appengine</groupId>
<artifactId>appengine-api-1.0-sdk</artifactId>
<version>1.5.2</version>
<version>1.5.3</version>
</dependency>

<!-- Google App Engine Runtime Dependencies -->
Expand Down Expand Up @@ -56,7 +56,7 @@
<dependency>
<groupId>com.google.appengine.orm</groupId>
<artifactId>datanucleus-appengine</artifactId>
<version>1.0.8</version>
<version>1.0.9</version>
<scope>runtime</scope>
</dependency>

Expand All @@ -71,7 +71,7 @@
<dependency>
<groupId>com.google.appengine</groupId>
<artifactId>appengine-tools-sdk</artifactId>
<version>1.5.2</version>
<version>1.5.3</version>
</dependency>

</dependencies>
Expand Down

0 comments on commit 512d0f7

Please sign in to comment.