Skip to content

Commit 14f073a

Browse files
committed
Fixed groupId
1 parent 753959b commit 14f073a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<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">
22
<modelVersion>4.0.0</modelVersion>
3-
<groupId>apporiented.com</groupId>
3+
<groupId>com.apporiented</groupId>
44
<artifactId>hierarchical-clustering</artifactId>
5-
<version>1.1-SNAPSHOT</version>
5+
<version>1.0.2-SNAPSHOT</version>
66
<name>Agglomerative hierarchical clustering</name>
77
<description>Agglomerative hierarchical clustering analysis and visualization implemented in Java</description>
88
<!--

0 commit comments

Comments
 (0)