Skip to content

Commit

Permalink
RMB-15 version bump
Browse files Browse the repository at this point in the history
* Pass the full exception to the reply handler, not only the exception's message.
  • Loading branch information
julianladisch committed May 3, 2017
1 parent 56c42ed commit 5dcdf17
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@ Create JSON schemas indicating the objects exposed by the module:
<dependency>
<groupId>org.folio</groupId>
<artifactId>domain-models-runtime</artifactId>
<version>10.0.7</version>
<version>10.1.0</version>
</dependency>
</dependencies>
```
Expand Down
2 changes: 1 addition & 1 deletion domain-models-api-aspects/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.folio</groupId>
<artifactId>raml-module-builder</artifactId>
<version>10.0.9-SNAPSHOT</version>
<version>10.1.0</version>
</parent>
<artifactId>domain-models-api-aspects</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion domain-models-api-interfaces/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.folio</groupId>
<artifactId>raml-module-builder</artifactId>
<version>10.0.9-SNAPSHOT</version>
<version>10.1.0</version>
</parent>
<artifactId>domain-models-api-interfaces</artifactId>
<properties>
Expand Down
2 changes: 1 addition & 1 deletion domain-models-interface-extensions/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.folio</groupId>
<artifactId>raml-module-builder</artifactId>
<version>10.0.9-SNAPSHOT</version>
<version>10.1.0</version>
</parent>
<artifactId>domain-models-interface-extensions</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion domain-models-runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.folio</groupId>
<artifactId>raml-module-builder</artifactId>
<version>10.0.9-SNAPSHOT</version>
<version>10.1.0</version>
</parent>

<repositories>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.folio</groupId>
<artifactId>raml-module-builder</artifactId>
<version>10.0.9-SNAPSHOT</version>
<version>10.1.0</version>
<packaging>pom</packaging>
<name>raml-module-builder</name>
<modules>
Expand Down
2 changes: 1 addition & 1 deletion postgres-runner/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.folio</groupId>
<artifactId>raml-module-builder</artifactId>
<version>10.0.9-SNAPSHOT</version>
<version>10.1.0</version>
</parent>
<artifactId>postgres-runner</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion rules/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.folio</groupId>
<artifactId>raml-module-builder</artifactId>
<version>10.0.9-SNAPSHOT</version>
<version>10.1.0</version>
</parent>
<artifactId>rules</artifactId>

Expand Down

0 comments on commit 5dcdf17

Please sign in to comment.