File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed
Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments