Skip to content

Commit

Permalink
fix: changed capitalization to only include small letters in groupid …
Browse files Browse the repository at this point in the history
…and artifactid in pom.xml
  • Loading branch information
= committed Jan 30, 2026
1 parent 1f3934d commit 47f7af9
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions Mappe.iml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<module version="4">
<component name="CheckStyle-IDEA-Module" serialisationVersion="2">
<option name="activeLocationsIds" />
</component>
</module>
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
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>edu.ntnu.idi.idatt2003.G40.Mappe</groupId>
<artifactId>Mappe</artifactId>
<groupId>edu.ntnu.idi.idatt2003.g40.mappe</groupId>
<artifactId>mappe</artifactId>
<version>1.0-SNAPSHOT</version>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/edu/ntnu/idi/idatt2003/G40/Mappe/Main.java
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package edu.ntnu.idi.idatt2003.G40.Mappe;
package edu.ntnu.idi.idatt2003.G40.mappe;

//TIP To <b>Run</b> code, press <shortcut actionId="Run"/> or
// click the <icon src="AllIcons.Actions.Execute"/> icon in the gutter.
Expand Down

0 comments on commit 47f7af9

Please sign in to comment.