Skip to content

Commit

Permalink
set db distribution managment
Browse files Browse the repository at this point in the history
  • Loading branch information
michielvandriessche committed Feb 23, 2024
1 parent c66a91f commit a04d9e2
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<groupId>org.roda-project</groupId>
<artifactId>commons-ip2</artifactId>
<packaging>jar</packaging>
<version>2.7.0-SNAPSHOT</version>
<version>2.6.0.db</version>
<name>RODA Commons IP - Library to manipulate Information Packages of different formats: RODA,
E-ARK, BagIt,
Hungarian SIP 4, etc.
Expand All @@ -21,10 +21,17 @@
</organization>

<distributionManagement>
<snapshotRepository>
<id>artifacts-snapshot-docbyte-com-docbyte-mvn-snapshot</id>
<url>
https://artifacts-snapshot-docbyte-com-518241560725.d.codeartifact.eu-west-1.amazonaws.com/maven/docbyte-mvn-snapshot/
</url>
</snapshotRepository>
<repository>
<id>github</id>
<name>GitHub Packages</name>
<url>https://maven.pkg.github.com/keeps/commons-ip</url>
<id>artifacts-beta-docbyte-com-docbyte-mvn-beta</id>
<url>
https://artifacts-beta-docbyte-com-518241560725.d.codeartifact.eu-west-1.amazonaws.com/maven/docbyte-mvn-beta/
</url>
</repository>
</distributionManagement>

Expand Down

0 comments on commit a04d9e2

Please sign in to comment.