Skip to content

Commit

Permalink
chore(release): release global version 2018.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
davinkevin committed Jun 2, 2018
1 parent 7c605c2 commit d8cc1f7
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions backend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>lan.dk.PodcastServer</groupId>
<artifactId>Backend</artifactId>
<version>2018.5.0</version>
<version>2018.6.0</version>

<parent>
<groupId>org.springframework.boot</groupId>
Expand Down Expand Up @@ -107,12 +107,12 @@
<dependency>
<groupId>lan.dk.PodcastServer</groupId>
<artifactId>frontend-angularjs</artifactId>
<version>1.0.0</version>
<version>2018.6.0</version>
</dependency>
<dependency>
<groupId>lan.dk.PodcastServer</groupId>
<artifactId>frontend-angular</artifactId>
<version>1.0.0</version>
<version>2018.6.0</version>
</dependency>
<!-- Utilities -->
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion frontend-angular/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>lan.dk.PodcastServer</groupId>
<artifactId>frontend-angular</artifactId>
<version>2018.5.0</version>
<version>2018.6.0</version>
<packaging>jar</packaging>

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

<groupId>lan.dk.PodcastServer</groupId>
<artifactId>frontend-angularjs</artifactId>
<version>2018.5.0</version>
<version>2018.6.0</version>
<packaging>jar</packaging>

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

<groupId>lan.dk</groupId>
<artifactId>PodcastServer</artifactId>
<version>2018.5.0</version>
<version>2018.6.0</version>
<packaging>pom</packaging>

<modules>
Expand Down

0 comments on commit d8cc1f7

Please sign in to comment.