summaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml13
1 files changed, 7 insertions, 6 deletions
diff --git a/pom.xml b/pom.xml
index b61c831..f37f4fc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -50,6 +50,7 @@
50 <maven.version>4.0.0-rc-3</maven.version> 50 <maven.version>4.0.0-rc-3</maven.version>
51 <maven.version-range>[${maven.version}]</maven.version-range> 51 <maven.version-range>[${maven.version}]</maven.version-range>
52 52
53 <enes-parent.version>1.0.0-SNAPSHOT</enes-parent.version>
53 <enes-vocabulary-plugin.version>1.0.0-SNAPSHOT</enes-vocabulary-plugin.version> 54 <enes-vocabulary-plugin.version>1.0.0-SNAPSHOT</enes-vocabulary-plugin.version>
54 55
55 <bouncycastle.version>1.80</bouncycastle.version> 56 <bouncycastle.version>1.80</bouncycastle.version>
@@ -207,9 +208,9 @@
207 <version>${checkstyle.version}</version> 208 <version>${checkstyle.version}</version>
208 </dependency> 209 </dependency>
209 <dependency> 210 <dependency>
210 <groupId>${project.groupId}</groupId> 211 <groupId>lv.enes</groupId>
211 <artifactId>buildstuffs</artifactId> 212 <artifactId>buildstuffs</artifactId>
212 <version>${project.version}</version> 213 <version>${enes-parent.version}</version>
213 </dependency> 214 </dependency>
214 </dependencies> 215 </dependencies>
215 </plugin> 216 </plugin>
@@ -319,9 +320,9 @@
319 <version>${pmd.version}</version> 320 <version>${pmd.version}</version>
320 </dependency> 321 </dependency>
321 <dependency> 322 <dependency>
322 <groupId>${project.groupId}</groupId> 323 <groupId>lv.enes</groupId>
323 <artifactId>buildstuffs</artifactId> 324 <artifactId>buildstuffs</artifactId>
324 <version>${project.version}</version> 325 <version>${enes-parent.version}</version>
325 </dependency> 326 </dependency>
326 </dependencies> 327 </dependencies>
327 <configuration> 328 <configuration>
@@ -366,9 +367,9 @@
366 </configuration> 367 </configuration>
367 <dependencies> 368 <dependencies>
368 <dependency> 369 <dependency>
369 <groupId>${project.groupId}</groupId> 370 <groupId>lv.enes</groupId>
370 <artifactId>buildstuffs</artifactId> 371 <artifactId>buildstuffs</artifactId>
371 <version>${project.version}</version> 372 <version>${enes-parent.version}</version>
372 </dependency> 373 </dependency>
373 </dependencies> 374 </dependencies>
374 </plugin> 375 </plugin>