Skip to content

Commit

Permalink
Change groupId and artifact Id. Bump to version 0.73-SNAPSHOT.
Browse files Browse the repository at this point in the history
Change-Id: I3c138d69e1076a5de2fcf4dda8001932bc68105d
  • Loading branch information
margaretha committed Jan 24, 2024
1 parent 5988978 commit e9dd996
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>de.ids_mannheim.korap</groupId>
<artifactId>Kustvakt-full</artifactId>
<version>0.72.1-SNAPSHOT</version>
<groupId>de.ids-mannheim.korap.kustvakt</groupId>
<artifactId>Kustvakt</artifactId>
<version>0.73-SNAPSHOT</version>
<properties>
<java.version>17</java.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down

0 comments on commit e9dd996

Please sign in to comment.