Skip to content

Commit

Permalink
chore: [OS-51] Version number bumps, release notes for OSCARS 1.0.34. (
Browse files Browse the repository at this point in the history
  • Loading branch information
bmah888 authored May 21, 2019
1 parent 1f563aa commit f9d3f53
Show file tree
Hide file tree
Showing 10 changed files with 15 additions and 9 deletions.
6 changes: 6 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# OSCARS Release Notes

## v1.0.34
> May 21, 2019
- Fontend:
- Fix connection list slow fetch times
- Restore prior default phase option "Reserved"

## v1.0.33
> May 15, 2019
- Backend:
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.33</version>
<version>1.0.34</version>
</parent>

<organization>
Expand Down
2 changes: 1 addition & 1 deletion 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.33",
"version": "1.0.34",
"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.33</version>
<version>1.0.34</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.33</version>
<version>1.0.34</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.33</version>
<version>1.0.34</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.33</version>
<version>1.0.34</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.33</version>
<version>1.0.34</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.33</version>
<version>1.0.34</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down

0 comments on commit f9d3f53

Please sign in to comment.