Skip to content

Commit 05402f0

Browse files
committed
first commit
1 parent f39fe24 commit 05402f0

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

pom.xml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,21 @@
22
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
33

44
<modelVersion>4.0.0</modelVersion>
5-
<groupId>io.github.crew102</groupId>
5+
<groupId>ac.uk.susx.tag</groupId>
66
<packaging>jar</packaging>
77
<artifactId>rapidrake</artifactId>
88
<name>${project.groupId}:${project.artifactId}</name>
99
<version>0.1.4</version>
1010
<description>A fast version of the Rapid Automatic Keyword Extraction (RAKE) algorithm</description>
1111
<url>https://github.com/crew102/rapidrake-java</url>
1212

13+
<parent>
14+
<groupId>uk.ac.susx.tag</groupId>
15+
<artifactId>tag-dist</artifactId>
16+
<version>1.0.9</version>
17+
<relativePath>../tag-dist/pom.xml</relativePath>
18+
</parent>
19+
1320
<distributionManagement>
1421
<snapshotRepository>
1522
<id>ossrh</id>

0 commit comments

Comments
 (0)