Skip to content

Commit

Permalink
1.0.35 version update
Browse files Browse the repository at this point in the history
  • Loading branch information
haniotak authored and haniotak committed Jul 30, 2019
1 parent fa1d781 commit 86f4c51
Show file tree
Hide file tree
Showing 10 changed files with 39 additions and 31 deletions.
15 changes: 12 additions & 3 deletions UPDATING.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,18 @@ This file contains instructions for updating an existing installation of OSCARS

Instructions include config file changes, database schema changes, etc.
## 1.0.34 to 1.0.35
- Config file changes
* The PSS config gen templates have been moved to `backend/config/templates/`.
* The `pss.template-dirs` directive has been moved to the backend `config/application.properties` file.

### Config file changes
The PSS config gen templates have been moved to `backend/config/templates/`.
The `pss.template-dirs` directive has been moved to the backend `config/application.properties` file.
For an existing installation, you will need to:
* `mv /usr/local/esnet/oscars-pss/config/templates /usr/local/esnet/oscars-backend/config/templates`
* Edit `/usr/local/esnet/oscars-pss/config/application.properties` and remove the `pss.template-dirs` line,
* Edit `/usr/local/esnet/oscars-backend/config/application.properties` and add the same line:
```
pss.template-dirs=./config/templates/
```


## 1.0.33 to 1.0.34
N/A
Expand Down
2 changes: 1 addition & 1 deletion backend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>oscars</artifactId>
<groupId>net.es.oscars</groupId>
<version>1.0.34</version>
<version>1.0.35</version>
</parent>

<organization>
Expand Down
39 changes: 19 additions & 20 deletions frontend/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 frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "oscars-frontend",
"version": "1.0.34",
"version": "1.0.35",
"description": "OSCARS frontend",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion frontend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<artifactId>oscars</artifactId>
<groupId>net.es.oscars</groupId>
<version>1.0.34</version>
<version>1.0.35</version>
</parent>
<properties>
<frontend.version>${project.version}</frontend.version>
Expand Down
2 changes: 1 addition & 1 deletion migration/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>oscars</artifactId>
<groupId>net.es.oscars</groupId>
<version>1.0.34</version>
<version>1.0.35</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion nsi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>oscars</artifactId>
<groupId>net.es.oscars</groupId>
<version>1.0.34</version>
<version>1.0.35</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 @@ -7,7 +7,7 @@
<groupId>net.es.oscars</groupId>
<artifactId>oscars</artifactId>
<packaging>pom</packaging>
<version>1.0.34</version>
<version>1.0.35</version>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
2 changes: 1 addition & 1 deletion pss/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>oscars</artifactId>
<groupId>net.es.oscars</groupId>
<version>1.0.34</version>
<version>1.0.35</version>
</parent>

<organization>
Expand Down
2 changes: 1 addition & 1 deletion shared/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>oscars</artifactId>
<groupId>net.es.oscars</groupId>
<version>1.0.34</version>
<version>1.0.35</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down

0 comments on commit 86f4c51

Please sign in to comment.