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

Commit

Permalink
#30 - Change maven groupId ... to org.avaje.ebean, artifactId to ebea…
Browse files Browse the repository at this point in the history
…n-querybean
  • Loading branch information
rbygrave committed Aug 3, 2016
1 parent 49bf23e commit 95d435a
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<groupId>org.avaje.ebeanorm</groupId>
<artifactId>avaje-ebeanorm-querybean</artifactId>
<version>8.1.2-SNAPSHOT</version>
<groupId>org.avaje.ebean</groupId>
<artifactId>ebean-querybean</artifactId>
<version>8.1.1-SNAPSHOT</version>

<parent>
<groupId>org.avaje</groupId>
Expand All @@ -23,8 +23,8 @@

<!-- provided scope for now -->
<dependency>
<groupId>org.avaje.ebeanorm</groupId>
<artifactId>avaje-ebeanorm</artifactId>
<groupId>org.avaje.ebean</groupId>
<artifactId>ebean</artifactId>
<version>8.1.1</version>
<scope>provided</scope>
</dependency>
Expand Down Expand Up @@ -58,9 +58,9 @@

<!-- Enhancement for the entity beans used in the tests -->
<plugin>
<groupId>org.avaje.ebeanorm</groupId>
<artifactId>avaje-ebeanorm-mavenenhancer</artifactId>
<version>4.11.1</version>
<groupId>org.avaje.ebean</groupId>
<artifactId>ebean-maven-plugin</artifactId>
<version>8.1.1</version>
<executions>
<!-- Not going to enhance Model bean -->
<execution>
Expand Down

0 comments on commit 95d435a

Please sign in to comment.