diff --git a/client/pom.xml b/client/pom.xml index d8fca8de..3fcd3f94 100644 --- a/client/pom.xml +++ b/client/pom.xml @@ -8,7 +8,7 @@ <parent> <groupId>ctbrec</groupId> <artifactId>master</artifactId> - <version>4.2.0</version> + <version>4.2.1</version> <relativePath>../master</relativePath> </parent> diff --git a/common/pom.xml b/common/pom.xml index b0f146b8..a657daf3 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -8,7 +8,7 @@ <parent> <groupId>ctbrec</groupId> <artifactId>master</artifactId> - <version>4.2.0</version> + <version>4.2.1</version> <relativePath>../master</relativePath> </parent> diff --git a/master/pom.xml b/master/pom.xml index c98b3df8..0128e46a 100644 --- a/master/pom.xml +++ b/master/pom.xml @@ -6,7 +6,7 @@ <groupId>ctbrec</groupId> <artifactId>master</artifactId> <packaging>pom</packaging> - <version>4.2.0</version> + <version>4.2.1</version> <modules> <module>../common</module> diff --git a/server/pom.xml b/server/pom.xml index 84a8d2d5..c68c86f5 100644 --- a/server/pom.xml +++ b/server/pom.xml @@ -8,7 +8,7 @@ <parent> <groupId>ctbrec</groupId> <artifactId>master</artifactId> - <version>4.2.0</version> + <version>4.2.1</version> <relativePath>../master</relativePath> </parent>