Skip to content

Commit

Permalink
Fixed pom settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Skaar, Bjørn-Andre committed Nov 8, 2023
1 parent 8f65ef3 commit f5fbeb2
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
<maven.compiler.target>${java.version}</maven.compiler.target>
<maven.compiler.source>${java.version}</maven.compiler.source>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<artifact-registry.url>artifactregistry://europe-north1-maven.pkg.dev/artifact-registry-5n/dapla-pseudo-maven</artifact-registry.url>
<artifact-registry.url>artifactregistry://europe-north1-maven.pkg.dev/artifact-registry-5n/dapla-pseudo-maven/</artifact-registry.url>
<github.repository>statisticsnorway/tink-fpe-java</github.repository>

<!-- Dependency versions -->
<assertj.version>3.23.1</assertj.version>
Expand Down Expand Up @@ -46,9 +47,8 @@
</properties>

<scm>
<connection>scm:git:git://github.com/statisticsnorway/tink-fpe-java.git</connection>
<developerConnection>scm:git:git@github.com:statisticsnorway/tink-fpe-java.git</developerConnection>
<url>https://github.com/statisticsnorway/tink-fpe</url>
<developerConnection>scm:git:https://github.com/${github.repository}.git</developerConnection>
<url>https://github.com/${github.repository}</url>
<tag>HEAD</tag>
</scm>

Expand Down Expand Up @@ -219,7 +219,7 @@
<repositories>
<repository>
<id>artifact-registry</id>
<url>${artifact-registry.url}/maven-releases</url>
<url>${artifact-registry.url}</url>
<releases>
<enabled>true</enabled>
</releases>
Expand All @@ -229,7 +229,7 @@
</repository>
<repository>
<id>artifact-registry-snapshot</id>
<url>${artifact-registry.url}/maven-snapshots</url>
<url>${artifact-registry.url}</url>
<releases>
<enabled>false</enabled>
</releases>
Expand Down Expand Up @@ -291,11 +291,11 @@
<distributionManagement>
<repository>
<id>artifact-registry</id>
<url>${artifact-registry.url}/maven-releases</url>
<url>${artifact-registry.url}</url>
</repository>
<snapshotRepository>
<id>artifact-registry-snapshots</id>
<url>${artifact-registry.url}/maven-snapshots</url>
<url>${artifact-registry.url}</url>
</snapshotRepository>
</distributionManagement>
</profile>
Expand Down

0 comments on commit f5fbeb2

Please sign in to comment.