Skip to content

Commit c5e4da6

Browse files
authored
Replace tag-dist
Also: - [x] Remove existing `distrbutionManagement` section, we should not be deploying anything we build upstream! - [ ] It would be good to confirm where and how this is used within CASM
1 parent 05402f0 commit c5e4da6

File tree

1 file changed

+3
-13
lines changed

1 file changed

+3
-13
lines changed

pom.xml

+3-13
Original file line numberDiff line numberDiff line change
@@ -10,21 +10,11 @@
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-
2013
<distributionManagement>
21-
<snapshotRepository>
22-
<id>ossrh</id>
23-
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
24-
</snapshotRepository>
2514
<repository>
26-
<id>ossrh</id>
27-
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
15+
<id>github</id>
16+
<name>GitHub CASM-Consulting Apache Maven Packages</name>
17+
<url>https://maven.pkg.github.com/CASM-Consulting/method52</url>
2818
</repository>
2919
</distributionManagement>
3020

0 commit comments

Comments
 (0)