Skip to content

Commit

Permalink
chore(release): release global version 2018.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
davinkevin committed Nov 1, 2018
1 parent 217d253 commit 8deb5dd
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 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>com.github.davinkevin.podcastserver</groupId>
<artifactId>backend</artifactId>
<version>2018.10.0</version>
<version>2018.11.0</version>

<parent>
<groupId>org.springframework.boot</groupId>
Expand Down Expand Up @@ -110,12 +110,12 @@
<dependency>
<groupId>com.github.davinkevin.podcastserver</groupId>
<artifactId>frontend-angularjs</artifactId>
<version>2018.10.0</version>
<version>2018.11.0</version>
</dependency>
<dependency>
<groupId>com.github.davinkevin.podcastserver</groupId>
<artifactId>frontend-angular</artifactId>
<version>2018.10.0</version>
<version>2018.11.0</version>
</dependency>
<!-- Utilities -->
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion frontend-angular/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "podcast-server",
"version": "2018.10.0",
"version": "2018.11.0",
"license": "MIT",
"scripts": {
"ng": "ng",
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>com.github.davinkevin.podcastserver</groupId>
<artifactId>frontend-angular</artifactId>
<version>2018.10.0</version>
<version>2018.11.0</version>
<packaging>jar</packaging>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion frontend-angularjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "podcast-server",
"version": "2018.10.0",
"version": "2018.11.0",
"description": "Podcast Server",
"devDependencies": {
"babel": "^5.8.23",
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>com.github.davinkevin.podcastserver</groupId>
<artifactId>frontend-angularjs</artifactId>
<version>2018.10.0</version>
<version>2018.11.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>com.github.davinkevin</groupId>
<artifactId>podcastserver</artifactId>
<version>2018.9.0</version>
<version>2018.11.0</version>
<packaging>pom</packaging>

<modules>
Expand Down

0 comments on commit 8deb5dd

Please sign in to comment.