Skip to content

Commit

Permalink
Prepare for release 1.2.2
Browse files Browse the repository at this point in the history
Signed-off-by: Eric Wittmann <[email protected]>
  • Loading branch information
EricWittmann committed Jan 13, 2020
1 parent a2d3e6a commit e58bf75
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>io.apicurio</groupId>
<artifactId>apicurito</artifactId>
<version>1.2.1</version>
<version>1.2.2</version>
<packaging>pom</packaging>
<name>apicurito</name>

Expand Down
2 changes: 1 addition & 1 deletion ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "apicurito",
"version": "1.2.1",
"version": "1.2.2",
"license": "Apache-2.0",
"scripts": {
"ng": "ng",
Expand Down
2 changes: 1 addition & 1 deletion ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.apicurio</groupId>
<artifactId>apicurito</artifactId>
<version>1.2.1</version>
<version>1.2.2</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>apicurito-ui</artifactId>
Expand Down

0 comments on commit e58bf75

Please sign in to comment.