Skip to content

Commit

Permalink
Update depdencies to point to copycat artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
jhalterman committed Jun 2, 2015
1 parent d64452d commit 00c84de
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion all/pom.xml
Expand Up @@ -34,7 +34,7 @@
</dependency>
<dependency>
<groupId>net.kuujo.copycat</groupId>
<artifactId>copycat-core</artifactId>
<artifactId>copycat</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion atomic/pom.xml
Expand Up @@ -29,7 +29,7 @@
<dependencies>
<dependency>
<groupId>net.kuujo.copycat</groupId>
<artifactId>copycat-core</artifactId>
<artifactId>copycat</artifactId>
<version>${project.version}</version>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion collections/pom.xml
Expand Up @@ -29,7 +29,7 @@
<dependencies>
<dependency>
<groupId>net.kuujo.copycat</groupId>
<artifactId>copycat-core</artifactId>
<artifactId>copycat</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
Expand Down

0 comments on commit 00c84de

Please sign in to comment.