Skip to content

Commit

Permalink
Migrating to personal Maven repo.
Browse files Browse the repository at this point in the history
  • Loading branch information
marco-brandizi committed Jun 12, 2023
1 parent 976b800 commit f5cb0d5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions ci-build/maven-settings.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
<settings xmlns="http://maven.apache.org/SETTINGS/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0 http://maven.apache.org/xsd/settings-1.0.0.xsd">
<servers>
<server>
<!-- TODO: remove?
<id>mbrandizi.jfrog.io</id>
-->
<id>marcobrandizi.info</id>
<username>${env.BRANDIZI_REPO_USER}</username>
<password>${env.BRANDIZI_REPO_PWD}</password>
</server>
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>info.marcobrandizi</groupId>
<artifactId>rdfutils</artifactId>
<version>4.1</version>
<version>4.1.1-SNAPSHOT</version>
</parent>

<groupId>uk.ac.ebi.fg</groupId>
Expand Down Expand Up @@ -92,8 +92,8 @@

<!-- rdfutils -->
<repository>
<id>mbrandizi.jfrog.io</id>
<url>https://mbrandizi.jfrog.io/artifactory/maven</url>
<id>marcobrandizi.info</id>
<url>https://artifactory.marcobrandizi.info/public</url>
<snapshots><enabled>true</enabled></snapshots>
<releases><enabled>true</enabled></releases>
</repository>
Expand Down
4 changes: 2 additions & 2 deletions revision-history.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Revision History

*This file was last reviewed on 2023-03-08*. **Please, keep this note updated**.
*This file was last reviewed on 2023-06-12*. **Please, keep this note updated**.

## 4.1.1-SNAPSHOT
* Current snapshot.
* **WARNING**: Maven repository migrated to [my personal artifactory](https://artifactory.marcobrandizi.info/#/public).

## 4.1
* Another rdfutils dependency update.
Expand Down

0 comments on commit f5cb0d5

Please sign in to comment.