Skip to content
This repository has been archived by the owner on Jun 3, 2020. It is now read-only.

incremented version to 1.1.1 #9

Merged
merged 1 commit into from May 23, 2013
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
10 changes: 5 additions & 5 deletions pom.xml
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>ca.jimr</groupId>
<artifactId>gae-mini-profiler</artifactId>
<version>1.1.0</version>
<version>1.1.1</version>
<name>Google App Engine Profiler for Java</name>
<description>A mini profiler for the Google App Engine Java runtime (inspired by the Python gae_mini_profiler at https://github.com/kamens/gae_mini_profiler and the MVC Mini Profiler at http://code.google.com/p/mvc-mini-profiler/)</description>
<url>https://github.com/jriecken/gae-java-mini-profiler</url>
Expand Down Expand Up @@ -54,23 +54,23 @@
<dependency>
<groupId>com.google.appengine</groupId>
<artifactId>appengine-api-1.0-sdk</artifactId>
<version>1.7.6</version>
<version>1.8.0</version>
</dependency>
<dependency>
<groupId>com.google.appengine</groupId>
<artifactId>appengine-api-labs</artifactId>
<version>1.7.6</version>
<version>1.8.0</version>
</dependency>
<dependency>
<groupId>com.google.appengine</groupId>
<artifactId>appengine-testing</artifactId>
<version>1.7.6</version>
<version>1.8.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.google.appengine</groupId>
<artifactId>appengine-api-stubs</artifactId>
<version>1.7.6</version>
<version>1.8.0</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down