Skip to content

Commit

Permalink
updated version to 1.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
fischermatte committed Jul 4, 2018
1 parent 8903b67 commit ef43ba1
Show file tree
Hide file tree
Showing 12 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion api/openapi-2/geolud-api.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
swagger: "2.0"
info:
version: 1.4.3
version: 1.4.4
title: Swagger Geolud
license:
name: MIT
Expand Down
2 changes: 1 addition & 1 deletion api/openapi-3/geolud-api.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
openapi: "3.0.0"
info:
version: 1.4.3
version: 1.4.4
title: Swagger Petstore
license:
name: WTFPL
Expand Down
2 changes: 1 addition & 1 deletion geolud-client/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# geolud-client (Angular 4+ Frontend)

This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 1.4.3.
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 6.0.0.

## Development server

Expand Down
2 changes: 1 addition & 1 deletion geolud-client/dist/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "geolud-client-express",
"version": "1.4.3",
"version": "1.4.4",
"dependencies": {
"body-parser": "^1.18.3",
"express": "^4.16.3"
Expand Down
2 changes: 1 addition & 1 deletion geolud-client/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion geolud-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "geolud-client",
"version": "1.4.3",
"version": "1.4.4",
"license": "MIT",
"scripts": {
"ng": "ng",
Expand Down
4 changes: 2 additions & 2 deletions geolud-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>geolud-client</artifactId>
<version>1.4.3</version>
<version>1.4.4</version>
<properties>
<frontend-maven-plugin.version>1.6</frontend-maven-plugin.version>
<maven-clean-plugin.version>2.6.1</maven-clean-plugin.version>
Expand All @@ -17,7 +17,7 @@
<parent>
<groupId>io.fischermatte</groupId>
<artifactId>geolud</artifactId>
<version>1.4.3</version>
<version>1.4.4</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion geolud-client/src/app/app.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ <h3 class="text-uppercase">Contact</h3>
<div class="row">
<div class="col-lg-12 text-center">
Copyright © Georg Ludewig 2017<br>
Version 1.4.3
Version 1.4.4
</div>
</div>
</div>
Expand Down
4 changes: 2 additions & 2 deletions geolud-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>geolud-server</artifactId>
<version>1.4.3</version>
<version>1.4.4</version>
<packaging>jar</packaging>

<parent>
<groupId>io.fischermatte</groupId>
<artifactId>geolud</artifactId>
<version>1.4.3</version>
<version>1.4.4</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion geolud-server/src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ server.port = 8000
## Configuring info endpoint /actuator/info
info.app.name=geolud-server
info.app.description=REST API Backend
info.app.version=1.4.3
info.app.version=1.4.4

# Logging
logging.level.root=WARN
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>io.fischermatte</groupId>
<artifactId>geolud</artifactId>
<version>1.4.3</version>
<version>1.4.4</version>
<packaging>pom</packaging>

<properties>
Expand Down Expand Up @@ -79,7 +79,7 @@
<url>https://github.com/fischermatte/geolud</url>
<connection>scm:git:git://github.com/fischermatte/geolud.git</connection>
<developerConnection>scm:git:git@github.com:fischermatte/geolud.git</developerConnection>
<tag>1.4.3</tag>
<tag>1.4.4</tag>
</scm>

<distributionManagement>
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ is not a good approach when you want to scale dynamically.
# Cloud Foundry Example Manifest with 400m memory
applications:
- name: geolud-server
path: geolud-server-1.4.3.jar
path: geolud-server-1.4.4.jar
instances: 1
buildpack: https://github.com/cloudfoundry/java-buildpack.git#v4.12
memory: 500m
Expand Down

0 comments on commit ef43ba1

Please sign in to comment.