Created
January 4, 2015 12:02
-
-
Save LIttleAncientForestKami/6aa72c3afdb5e7cec3e8 to your computer and use it in GitHub Desktop.
Simplest POM
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<project> | |
<modelVersion>4.0.0</modelVersion> | |
<groupId>edu.lafk</groupId> | |
<artifactId>simple-project</artifactId> | |
<version>1</version> | |
</project> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment