Skip to content

Commit

Permalink
update versions for release
Browse files Browse the repository at this point in the history
  • Loading branch information
jenkins-mesos committed Feb 28, 2019
1 parent f89560f commit 9be8a41
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion bootstrap/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.hesperides</groupId>
<artifactId>hesperides</artifactId>
<version>4.2.7-SNAPSHOT</version>
<version>4.2.8</version>
</parent>

<artifactId>bootstrap</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion commons/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>hesperides</artifactId>
<groupId>org.hesperides</groupId>
<version>4.2.7-SNAPSHOT</version>
<version>4.2.8</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion core/application/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.hesperides</groupId>
<artifactId>core</artifactId>
<version>4.2.7-SNAPSHOT</version>
<version>4.2.8</version>
</parent>

<artifactId>application</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion core/domain/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.hesperides</groupId>
<artifactId>core</artifactId>
<version>4.2.7-SNAPSHOT</version>
<version>4.2.8</version>
</parent>

<artifactId>domain</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion core/infrastructure/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.hesperides</groupId>
<artifactId>core</artifactId>
<version>4.2.7-SNAPSHOT</version>
<version>4.2.8</version>
</parent>

<artifactId>infrastructure</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.hesperides</groupId>
<artifactId>hesperides</artifactId>
<version>4.2.7-SNAPSHOT</version>
<version>4.2.8</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion core/presentation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.hesperides</groupId>
<artifactId>core</artifactId>
<version>4.2.7-SNAPSHOT</version>
<version>4.2.8</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>org.hesperides</groupId>
<artifactId>hesperides</artifactId>
<version>4.2.7-SNAPSHOT</version>
<version>4.2.8</version>

<name>hesperides</name>
<description>Hesperides, templated files generator</description>
Expand Down
2 changes: 1 addition & 1 deletion tests/bdd/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.hesperides.test</groupId>
<artifactId>tests</artifactId>
<version>4.2.7-SNAPSHOT</version>
<version>4.2.8</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion tests/integration/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.hesperides.test</groupId>
<artifactId>tests</artifactId>
<version>4.2.7-SNAPSHOT</version>
<version>4.2.8</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.hesperides</groupId>
<artifactId>hesperides</artifactId>
<version>4.2.7-SNAPSHOT</version>
<version>4.2.8</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion tests/tech/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.hesperides.test</groupId>
<artifactId>tests</artifactId>
<version>4.2.7-SNAPSHOT</version>
<version>4.2.8</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down

0 comments on commit 9be8a41

Please sign in to comment.