Skip to content

Commit

Permalink
#5: Parent
Browse files Browse the repository at this point in the history
  • Loading branch information
skapral committed Mar 23, 2022
1 parent 65a7f32 commit fcd566b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>com.pragmaticobjects</groupId>
<artifactId>parent</artifactId>
<version>9.9.9</version>
<relativePath/>
</parent>

<groupId>com.pragmaticobjects.oo.bom</groupId>
<artifactId>bom</artifactId>
<version>0.0.0-SNAPSHOT</version>
Expand Down

0 comments on commit fcd566b

Please sign in to comment.