Compare commits
1 Commits
Author | SHA1 | Date |
---|---|---|
danai | 9311ce14a7 |
|
@ -0,0 +1,2 @@
|
||||||
|
/org.eclipse.jdt.core.prefs
|
||||||
|
/org.eclipse.m2e.core.prefs
|
|
@ -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>
|
||||||
|
|
|
@ -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");
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue