Commit 3da857ac authored by charles53681's avatar charles53681

commit gitlab2

parent 96696941
...@@ -7,6 +7,7 @@ ...@@ -7,6 +7,7 @@
<sourceTestOutputDir name="target/generated-test-sources/test-annotations" /> <sourceTestOutputDir name="target/generated-test-sources/test-annotations" />
<outputRelativeToContentRoot value="true" /> <outputRelativeToContentRoot value="true" />
<module name="gitlab-example" /> <module name="gitlab-example" />
<module name="proyecto-ejemplo-git" />
</profile> </profile>
</annotationProcessing> </annotationProcessing>
</component> </component>
......
...@@ -2,6 +2,6 @@ package org.example; ...@@ -2,6 +2,6 @@ package org.example;
public class Main { public class Main {
public static void main(String[] args) { public static void main(String[] args) {
System.out.println("Hola mundo"); System.out.println("Hola mundo v2");
} }
} }
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment