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 46442d7 commit db6e2beCopy full SHA for db6e2be
pom.xml
@@ -2,7 +2,13 @@
2
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
3
<modelVersion>4.0.0</modelVersion>
4
5
- <groupId>org.fugerit.java</groupId>
+ <parent>
6
+ <groupId>org.fugerit.java</groupId>
7
+ <artifactId>fj-bom</artifactId>
8
+ <version>2.0.3</version>
9
+ <relativePath/>
10
+ </parent>
11
+
12
<artifactId>query-export-maven-plugin</artifactId>
13
14
<version>1.2.0</version>
0 commit comments