Skip to content

Commit 3b1d4bd

Browse files
committed
Preparation for release 1.2.0.
1 parent 35167aa commit 3b1d4bd

File tree

1 file changed

+44
-0
lines changed

1 file changed

+44
-0
lines changed

pom.xml

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,13 @@
4242
</developer>
4343
</developers>
4444

45+
<properties>
46+
<version.itbCommons>1.2.0</version.itbCommons>
47+
</properties>
48+
4549
<dependencyManagement>
4650
<dependencies>
51+
<!-- Current modules. -->
4752
<dependency>
4853
<groupId>eu.europa.ec.itb.json</groupId>
4954
<artifactId>jsonvalidator-common</artifactId>
@@ -59,6 +64,45 @@
5964
<artifactId>jsonvalidator-web</artifactId>
6065
<version>${project.version}</version>
6166
</dependency>
67+
<!-- Common modules. -->
68+
<dependency>
69+
<groupId>eu.europa.ec.itb.commons</groupId>
70+
<artifactId>validation-plugins</artifactId>
71+
<version>${version.itbCommons}</version>
72+
</dependency>
73+
<dependency>
74+
<groupId>eu.europa.ec.itb.commons</groupId>
75+
<artifactId>validation-commons</artifactId>
76+
<version>${version.itbCommons}</version>
77+
</dependency>
78+
<dependency>
79+
<groupId>eu.europa.ec.itb.commons</groupId>
80+
<artifactId>validation-commons-web</artifactId>
81+
<version>${version.itbCommons}</version>
82+
</dependency>
83+
<dependency>
84+
<groupId>eu.europa.ec.itb.commons</groupId>
85+
<artifactId>validation-commons-report</artifactId>
86+
<version>${version.itbCommons}</version>
87+
</dependency>
88+
<dependency>
89+
<groupId>eu.europa.ec.itb.commons</groupId>
90+
<artifactId>validation-commons-war</artifactId>
91+
<version>${version.itbCommons}</version>
92+
</dependency>
93+
<dependency>
94+
<groupId>eu.europa.ec.itb.commons</groupId>
95+
<artifactId>validation-commons-jar</artifactId>
96+
<version>${version.itbCommons}</version>
97+
</dependency>
98+
<dependency>
99+
<groupId>eu.europa.ec.itb.commons</groupId>
100+
<artifactId>validation-commons</artifactId>
101+
<version>${version.itbCommons}</version>
102+
<type>test-jar</type>
103+
<classifier>tests</classifier>
104+
<scope>test</scope>
105+
</dependency>
62106
</dependencies>
63107
</dependencyManagement>
64108

0 commit comments

Comments
 (0)