Skip to content

Commit 93dc797

Browse files
Migration to the new AWS Maven repository
1 parent cedad1f commit 93dc797

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>uk.ac.rothamsted.knetminer</groupId>
77
<artifactId>knetminer-common</artifactId>
8-
<version>4.0</version>
8+
<version>5.0.1-SNAPSHOT</version>
99
</parent>
1010

1111
<groupId>com.github.harti2006</groupId>
@@ -220,7 +220,7 @@
220220
<repository>
221221
<id>knetminer-repo</id>
222222
<name>Knetminer Unified Repository</name>
223-
<url>https://knetminer.com/artifactory/repository/maven-public</url>
223+
<url>https://artifactory.knetminer.com/public</url>
224224
<snapshots><enabled>true</enabled></snapshots>
225225
<releases><enabled>true</enabled></releases>
226226
</repository>
@@ -230,7 +230,7 @@
230230
<pluginRepository>
231231
<id>knetminer-repo</id>
232232
<name>Knetminer Unified Repository</name>
233-
<url>https://knetminer.com/artifactory/repository/maven-public</url>
233+
<url>${knetminer.mvnrepo.default.url}</url>
234234
<snapshots><enabled>true</enabled></snapshots>
235235
<releases><enabled>true</enabled></releases>
236236
</pluginRepository>

revision-history.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Revision History
22

33
## 4.0.1-SNAPSHOT
4-
* Current snapshot
4+
* Migration to the new AWS Maven repository.
55

66
## 4.0
77
* Migrated to Java 17. **WARNING: no backward compatibility guaranteed**.

0 commit comments

Comments
 (0)