Skip to content

Commit

Permalink
Kanskje det gjer susen å endre groupID, så kolliderer vi ikkje med de…
Browse files Browse the repository at this point in the history
…t som er i det eksisterande repoet
  • Loading branch information
madsop-nav committed Sep 18, 2024
1 parent 2ac343e commit 069d57a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">

<parent>
<groupId>no.nav.etterlatte.tjenestespesifikasjoner</groupId>
<groupId>no.nav.etterlatte</groupId>
<artifactId>tjenestespesifikasjoner</artifactId>
<version>0-SNAPSHOT</version>
</parent>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">

<parent>
<groupId>no.nav.etterlatte.tjenestespesifikasjoner</groupId>
<groupId>no.nav.etterlatte</groupId>
<artifactId>tjenestespesifikasjoner</artifactId>
<version>0-SNAPSHOT</version>
</parent>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">

<parent>
<groupId>no.nav.etterlatte.tjenestespesifikasjoner</groupId>
<groupId>no.nav.etterlatte</groupId>
<artifactId>tjenestespesifikasjoner</artifactId>
<version>0-SNAPSHOT</version>
</parent>
Expand Down
2 changes: 1 addition & 1 deletion tjenestespesifikasjoner/pom.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<project>
<modelVersion>4.0.0</modelVersion>
<groupId>no.nav.etterlatte.tjenestespesifikasjoner</groupId>
<groupId>no.nav.etterlatte</groupId>
<artifactId>tjenestespesifikasjoner</artifactId>
<version>0-SNAPSHOT</version>
<name>tjenestespesifikasjoner</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>no.nav.etterlatte.tjenestespesifikasjoner</groupId>
<groupId>no.nav.etterlatte</groupId>
<artifactId>tjenestespesifikasjoner</artifactId>
<version>0-SNAPSHOT</version>
</parent>
Expand Down

0 comments on commit 069d57a

Please sign in to comment.