Skip to content

Commit 8d760ab

Browse files
committed
forgottent reference to color finder
1 parent 57095e4 commit 8d760ab

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,22 +48,22 @@
4848
<dependencies>
4949
<dependency>
5050
<groupId>${project.groupId}</groupId>
51-
<artifactId>color-finder-utils</artifactId>
51+
<artifactId>contrast-finder-utils</artifactId>
5252
<version>${project.version}</version>
5353
</dependency>
5454
<dependency>
5555
<groupId>${project.groupId}</groupId>
56-
<artifactId>color-finder-api</artifactId>
56+
<artifactId>contrast-finder-api</artifactId>
5757
<version>${project.version}</version>
5858
</dependency>
5959
<dependency>
6060
<groupId>${project.groupId}</groupId>
61-
<artifactId>color-finder-impl</artifactId>
61+
<artifactId>contrast-finder-impl</artifactId>
6262
<version>${project.version}</version>
6363
</dependency>
6464
<dependency>
6565
<groupId>${project.groupId}</groupId>
66-
<artifactId>color-finder-hsv</artifactId>
66+
<artifactId>contrast-finder-hsv</artifactId>
6767
<version>${project.version}</version>
6868
</dependency>
6969
<dependency>

0 commit comments

Comments
 (0)