Skip to content
This repository was archived by the owner on Oct 13, 2020. It is now read-only.

Commit

Permalink
Bump pom to 8.4.1-SNAPSHOT, update scm urls
Browse files Browse the repository at this point in the history
  • Loading branch information
rbygrave committed Oct 3, 2016
1 parent 1609e78 commit d967800
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>org.avaje.ebean</groupId>
<artifactId>ebean-querybean</artifactId>
<version>8.2.3-SNAPSHOT</version>
<version>8.4.1-SNAPSHOT</version>

<parent>
<groupId>org.avaje</groupId>
Expand All @@ -13,9 +13,9 @@
</parent>

<scm>
<connection>scm:git:https://github.com/ebean-orm/avaje-ebeanorm-querybean.git</connection>
<developerConnection>scm:git:https://github.com/ebean-orm/avaje-ebeanorm-querybean.git</developerConnection>
<url>https://github.com/ebean-orm/avaje-ebeanorm-querybean.git</url>
<connection>scm:git:https://github.com/ebean-orm/ebean-querybean.git</connection>
<developerConnection>scm:git:https://github.com/ebean-orm/ebean-querybean.git</developerConnection>
<url>https://github.com/ebean-orm/ebean-querybean.git</url>
<tag>HEAD</tag>
</scm>

Expand All @@ -25,7 +25,7 @@
<dependency>
<groupId>org.avaje.ebean</groupId>
<artifactId>ebean</artifactId>
<version>8.2.1</version>
<version>8.4.1</version>
<scope>provided</scope>
</dependency>

Expand Down

0 comments on commit d967800

Please sign in to comment.