Skip to content

Commit e6b0e6b

Browse files
committed
Initial commit
0 parents  commit e6b0e6b

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# parent-pom
2+
3+
The parent POM file for our libraries and projects.
4+
5+
# Usage
6+
7+
Reference it as parent in your POM file.
8+
9+
```java
10+
<parent>
11+
<groupId>info.unterrainer.commons</groupId>
12+
<artifactId>parent-pom</artifactId>
13+
<version>[current-verison]</version>
14+
</parent>
15+
```

0 commit comments

Comments
 (0)