Skip to content

Commit 19b07e3

Browse files
author
jenkins-mesos
committed
update versions for release
1 parent 9e44b39 commit 19b07e3

File tree

12 files changed

+12
-12
lines changed

12 files changed

+12
-12
lines changed

bootstrap/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.hesperides</groupId>
99
<artifactId>hesperides</artifactId>
10-
<version>4.2.3-SNAPSHOT</version>
10+
<version>4.2.3</version>
1111
</parent>
1212

1313
<artifactId>bootstrap</artifactId>

commons/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>hesperides</artifactId>
77
<groupId>org.hesperides</groupId>
8-
<version>4.2.3-SNAPSHOT</version>
8+
<version>4.2.3</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

core/application/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.hesperides</groupId>
99
<artifactId>core</artifactId>
10-
<version>4.2.3-SNAPSHOT</version>
10+
<version>4.2.3</version>
1111
</parent>
1212

1313
<artifactId>application</artifactId>

core/domain/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.hesperides</groupId>
99
<artifactId>core</artifactId>
10-
<version>4.2.3-SNAPSHOT</version>
10+
<version>4.2.3</version>
1111
</parent>
1212

1313
<artifactId>domain</artifactId>

core/infrastructure/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.hesperides</groupId>
99
<artifactId>core</artifactId>
10-
<version>4.2.3-SNAPSHOT</version>
10+
<version>4.2.3</version>
1111
</parent>
1212

1313
<artifactId>infrastructure</artifactId>

core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.hesperides</groupId>
66
<artifactId>hesperides</artifactId>
7-
<version>4.2.3-SNAPSHOT</version>
7+
<version>4.2.3</version>
88
</parent>
99

1010
<modelVersion>4.0.0</modelVersion>

core/presentation/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.hesperides</groupId>
77
<artifactId>core</artifactId>
8-
<version>4.2.3-SNAPSHOT</version>
8+
<version>4.2.3</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>org.hesperides</groupId>
77
<artifactId>hesperides</artifactId>
8-
<version>4.2.3-SNAPSHOT</version>
8+
<version>4.2.3</version>
99

1010
<name>hesperides</name>
1111
<description>Hesperides, templated files generator</description>

tests/bdd/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.hesperides.test</groupId>
88
<artifactId>tests</artifactId>
9-
<version>4.2.3-SNAPSHOT</version>
9+
<version>4.2.3</version>
1010
</parent>
1111

1212
<modelVersion>4.0.0</modelVersion>

tests/integration/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.hesperides.test</groupId>
88
<artifactId>tests</artifactId>
9-
<version>4.2.3-SNAPSHOT</version>
9+
<version>4.2.3</version>
1010
</parent>
1111

1212
<modelVersion>4.0.0</modelVersion>

0 commit comments

Comments
 (0)