Skip to content

Commit

Permalink
Fix artifact id
Browse files Browse the repository at this point in the history
  • Loading branch information
ben221199 committed Jan 17, 2025
1 parent bba4dc3 commit e959890
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 554 deletions.
12 changes: 6 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<?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/xsd/maven-4.0.0.xsd">
<project
xmlns="http://maven.apache.org/POM/4.0.0">

<modelVersion>4.0.0</modelVersion>

<groupId>org.example</groupId>
<artifactId>LJAM</artifactId>
<version>1.0-SNAPSHOT</version>
<groupId>nl.ben221199</groupId>
<artifactId>game-modder-lego-racers</artifactId>
<version>1.0.0-SNAPSHOT</version>

<build>
<plugins>
Expand Down
Loading

0 comments on commit e959890

Please sign in to comment.