Skip to content

Commit 14e11da

Browse files
committed
add sonatype oss parent module
1 parent 7c3c37c commit 14e11da

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
55
<modelVersion>4.0.0</modelVersion>
66

7+
<parent>
8+
<groupId>org.sonatype.oss</groupId>
9+
<artifactId>oss-parent</artifactId>
10+
<version>7</version>
11+
</parent>
12+
713
<groupId>org.jeasy</groupId>
814
<artifactId>easy-flows</artifactId>
915
<version>0.1-SNAPSHOT</version>

0 commit comments

Comments
 (0)