Skip to content

Commit

Permalink
Updated missed references to net.sf.dozer (#387)
Browse files Browse the repository at this point in the history
  • Loading branch information
garethahealy authored May 25, 2017
1 parent 2483cb3 commit fe46fe8
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ If you are using Maven, simply copy-paste this dependency to your project.

```XML
<dependency>
<groupId>net.sf.dozer</groupId>
<artifactId>dozer</artifactId>
<version>5.5.1</version>
<groupId>com.github.dozermapper</groupId>
<artifactId>dozer-core</artifactId>
<version>6.0.0-SNAPSHOT</version>
</dependency>
```

Expand Down
4 changes: 2 additions & 2 deletions osgi-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@

<dependencies>
<dependency>
<groupId>net.sf.dozer</groupId>
<artifactId>dozer</artifactId>
<groupId>com.github.dozermapper</groupId>
<artifactId>dozer-core</artifactId>
<version>${project.version}</version>
<scope>test</scope>
</dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public class OsgiContainerTest {
public Option[] config() {

return options(
url("link:classpath:net.sf.dozer.dozer.link"),
url("link:classpath:com.github.dozermapper.dozer-core.link"),
url("link:classpath:org.apache.commons.beanutils.link"),
url("link:classpath:org.apache.commons.collections.link"),
url("link:classpath:org.apache.commons.lang3.link"),
Expand Down
2 changes: 1 addition & 1 deletion plugins-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
<dependencyManagement>
<dependencies>
<dependency>
<groupId>net.sf.dozer</groupId>
<groupId>com.github.dozermapper</groupId>
<artifactId>dozer-bom-dependencies</artifactId>
<version>${bom-dependencies-version}</version>
<type>pom</type>
Expand Down
4 changes: 2 additions & 2 deletions proto/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@

<dependencies>
<dependency>
<groupId>net.sf.dozer</groupId>
<artifactId>dozer</artifactId>
<groupId>com.github.dozermapper</groupId>
<artifactId>dozer-core</artifactId>
<version>${project.version}</version>
</dependency>

Expand Down
4 changes: 2 additions & 2 deletions spring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@

<dependencies>
<dependency>
<groupId>net.sf.dozer</groupId>
<artifactId>dozer</artifactId>
<groupId>com.github.dozermapper</groupId>
<artifactId>dozer-core</artifactId>
<version>${project.version}</version>
<scope>provided</scope>
</dependency>
Expand Down

0 comments on commit fe46fe8

Please sign in to comment.