Skip to content

Commit

Permalink
Prepare for release v0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
EricWittmann committed Jul 17, 2017
1 parent f912ae8 commit cb17a3a
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion back-end/hub-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.apicurio</groupId>
<artifactId>apicurio-studio-be</artifactId>
<version>0.1.6-SNAPSHOT</version>
<version>0.1.6</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>apicurio-studio-be-hub-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion back-end/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.apicurio</groupId>
<artifactId>apicurio-studio</artifactId>
<version>0.1.6-SNAPSHOT</version>
<version>0.1.6</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>apicurio-studio-be</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion distro/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.apicurio</groupId>
<artifactId>apicurio-studio</artifactId>
<version>0.1.6-SNAPSHOT</version>
<version>0.1.6</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>apicurio-studio-distro</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion distro/quickstart/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.apicurio</groupId>
<artifactId>apicurio-studio-distro</artifactId>
<version>0.1.6-SNAPSHOT</version>
<version>0.1.6</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>apicurio-studio-distro-quickstart</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion front-end/app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.apicurio</groupId>
<artifactId>apicurio-studio-fe</artifactId>
<version>0.1.6-SNAPSHOT</version>
<version>0.1.6</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>apicurio-studio-fe-app</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion front-end/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.apicurio</groupId>
<artifactId>apicurio-studio</artifactId>
<version>0.1.6-SNAPSHOT</version>
<version>0.1.6</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>apicurio-studio-fe</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion front-end/quickstart/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.apicurio</groupId>
<artifactId>apicurio-studio-fe</artifactId>
<version>0.1.6-SNAPSHOT</version>
<version>0.1.6</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>apicurio-studio-fe-quickstart</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion front-end/war/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.apicurio</groupId>
<artifactId>apicurio-studio-fe</artifactId>
<version>0.1.6-SNAPSHOT</version>
<version>0.1.6</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>apicurio-studio-fe-war</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion front-end/wildfly/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.apicurio</groupId>
<artifactId>apicurio-studio-fe</artifactId>
<version>0.1.6-SNAPSHOT</version>
<version>0.1.6</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>apicurio-studio-fe-wildfly</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>io.apicurio</groupId>
<artifactId>apicurio-studio</artifactId>
<version>0.1.6-SNAPSHOT</version>
<version>0.1.6</version>
<packaging>pom</packaging>
<name>apicurio-studio</name>

Expand Down
2 changes: 1 addition & 1 deletion shared/beans/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.apicurio</groupId>
<artifactId>apicurio-studio-shared</artifactId>
<version>0.1.6-SNAPSHOT</version>
<version>0.1.6</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>apicurio-studio-shared-beans</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion shared/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.apicurio</groupId>
<artifactId>apicurio-studio</artifactId>
<version>0.1.6-SNAPSHOT</version>
<version>0.1.6</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>apicurio-studio-shared</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion tools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.apicurio</groupId>
<artifactId>apicurio-studio</artifactId>
<version>0.1.6-SNAPSHOT</version>
<version>0.1.6</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>apicurio-studio-tools</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion tools/release/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.apicurio</groupId>
<artifactId>apicurio-studio-tools</artifactId>
<version>0.1.6-SNAPSHOT</version>
<version>0.1.6</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>apicurio-studio-tools-release</artifactId>
Expand Down

0 comments on commit cb17a3a

Please sign in to comment.