We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 627efbe commit 098f93dCopy full SHA for 098f93d
pom.xml
@@ -3,9 +3,9 @@
3
<modelVersion>4.0.0</modelVersion>
4
5
<parent>
6
- <groupId>de.eitco</groupId>
+ <groupId>de.eitco.cicd</groupId>
7
<artifactId>eitco-oss-parent</artifactId>
8
- <version>0.0.8</version>
+ <version>0.0.14-SNAPSHOT</version>
9
</parent>
10
11
@@ -73,6 +73,10 @@
73
<debug>true</debug>
74
</configuration>
75
</plugin>
76
+ <plugin>
77
+ <groupId>org.codehaus.mojo</groupId>
78
+ <artifactId>license-maven-plugin</artifactId>
79
+ </plugin>
80
</plugins>
81
</build>
82
0 commit comments