Skip to content

Commit

Permalink
bump version to 1.0.27
Browse files Browse the repository at this point in the history
updates to CHANGES.md UPDATING.md
  • Loading branch information
haniotak authored and haniotak committed Mar 7, 2019
1 parent dcd44cd commit 8e1bd24
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 7 deletions.
10 changes: 10 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# OSCARS Release Notes

## v1.0.27

> Mar 6, 2019
- Fixes in MX LSPs templates (priority and metrics)
- Topology python script fixes for incorrect loopbacks
- Add API for historical data [#285](https://github.com/esnet/oscars-newtech/issues/285)
- Parameterize minimum connection duration [#283](https://github.com/esnet/oscars-newtech/issues/283)
- Conditionally set output-vlan-map swap [#282](https://github.com/esnet/oscars-newtech/issues/282)
- Adds NSI forced-end message

## v1.0.26

> Feb 21, 2019
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>newtech</artifactId>
<groupId>net.es.oscars</groupId>
<version>1.0.26</version>
<version>1.0.27</version>
</parent>

<organization>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
@RestController
@Slf4j
public class MiscController {
public static String version = "1.0.26";
public static String version = "1.0.27";

@Value("${logging.file}")
private String logfile;
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>newtech</artifactId>
<groupId>net.es.oscars</groupId>
<version>1.0.26</version>
<version>1.0.27</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>newtech</artifactId>
<groupId>net.es.oscars</groupId>
<version>1.0.26</version>
<version>1.0.27</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>newtech</artifactId>
<packaging>pom</packaging>
<version>1.0.26</version>
<version>1.0.27</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>newtech</artifactId>
<groupId>net.es.oscars</groupId>
<version>1.0.26</version>
<version>1.0.27</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>newtech</artifactId>
<groupId>net.es.oscars</groupId>
<version>1.0.26</version>
<version>1.0.27</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down

0 comments on commit 8e1bd24

Please sign in to comment.