Skip to content

Commit

Permalink
attempt to change pom to fix release
Browse files Browse the repository at this point in the history
  • Loading branch information
mallport committed Oct 1, 2024
1 parent e1d17d2 commit 980025d
Showing 1 changed file with 18 additions and 3 deletions.
21 changes: 18 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
<jdk.version>21</jdk.version>
<release.version>21</release.version>
<github.repository>statisticsnorway/maskinporten-guardian</github.repository>
<artifact-registry.url>artifactregistry://europe-north1-maven.pkg.dev/artifact-registry-5n/dapla-stat-maven</artifact-registry.url>
<micronaut.version>4.6.0</micronaut.version>
<micronaut.aot.enabled>false</micronaut.aot.enabled>
<micronaut.aot.packageName>no.ssb.maskinporten.aot.generated</micronaut.aot.packageName>
Expand All @@ -28,9 +29,8 @@
</properties>

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

Expand All @@ -39,6 +39,21 @@
<id>central</id>
<url>https://repo.maven.apache.org/maven2</url>
</repository>
<repository>
<id>artifact-registry</id>
<url>${artifact-registry.url}</url>
<releases>
<enabled>true</enabled>
<updatePolicy>always</updatePolicy>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
<repository>
<id>dapla-stat</id>
<url>artifactregistry://europe-north1-maven.pkg.dev/artifact-registry-5n/dapla-stat-maven</url>
</repository>
</repositories>

<dependencies>
Expand Down

0 comments on commit 980025d

Please sign in to comment.