Compare commits

..

1 Commits
neuer ... main

Author SHA1 Message Date
danai 9311ce14a7 update pom 2024-06-04 13:48:02 +02:00
3 changed files with 5 additions and 3 deletions

2
.settings/.gitignore vendored 100644
View File

@ -0,0 +1,2 @@
/org.eclipse.jdt.core.prefs
/org.eclipse.m2e.core.prefs

View File

@ -1,5 +1,5 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" <project xmlns="https://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsi="https://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>hs-mannheim.de</groupId> <groupId>hs-mannheim.de</groupId>

View File

@ -8,7 +8,7 @@ public class MvnDemoHelloWorld {
System.out.println("Und Tschüss!"); System.out.println("Und Tschüss!");
System.out.println("noch was neues dazu");
} }
} }