Skip to content

Commit f0dce8d

Browse files
authored
Legger til pluginrepo (#1695)
* Legger til pluginrepo * Bumper dev-jakarta-transform
1 parent bf04ac9 commit f0dce8d

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.github/.m2/settings.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,13 @@
2828
<url>https://maven.pkg.github.com/navikt/fp-abakus/</url>
2929
</repository>
3030
</repositories>
31+
<pluginRepositories>
32+
<pluginRepository>
33+
<id>github</id>
34+
<name>GitHub Apache Maven Packages</name>
35+
<url>https://maven.pkg.github.com/navikt/fp-abakus/</url>
36+
</pluginRepository>
37+
</pluginRepositories>
3138
</profile>
3239
</profiles>
3340

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -523,7 +523,7 @@
523523
<dependency>
524524
<groupId>no.nav.k9.dev</groupId>
525525
<artifactId>dev-jakarta-transform</artifactId>
526-
<version>0.4.1</version>
526+
<version>0.4.4</version>
527527
</dependency>
528528
<dependency>
529529
<groupId>ant-contrib</groupId>

0 commit comments

Comments
 (0)