Skip to content

Commit 174d8ba

Browse files
committed
Prepare for release v0.2.5.Final
1 parent b26755a commit 174d8ba

File tree

26 files changed

+26
-26
lines changed

26 files changed

+26
-26
lines changed

back-end/hub-api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.apicurio</groupId>
66
<artifactId>apicurio-studio-be</artifactId>
7-
<version>0.2.5-SNAPSHOT</version>
7+
<version>0.2.5.Final</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<artifactId>apicurio-studio-be-hub-api</artifactId>

back-end/hub-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.apicurio</groupId>
66
<artifactId>apicurio-studio-be</artifactId>
7-
<version>0.2.5-SNAPSHOT</version>
7+
<version>0.2.5.Final</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<artifactId>apicurio-studio-be-hub-core</artifactId>

back-end/hub-editing/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.apicurio</groupId>
66
<artifactId>apicurio-studio-be</artifactId>
7-
<version>0.2.5-SNAPSHOT</version>
7+
<version>0.2.5.Final</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<artifactId>apicurio-studio-be-hub-editing</artifactId>

back-end/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.apicurio</groupId>
66
<artifactId>apicurio-studio</artifactId>
7-
<version>0.2.5-SNAPSHOT</version>
7+
<version>0.2.5.Final</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<artifactId>apicurio-studio-be</artifactId>

back-end/test-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.apicurio</groupId>
66
<artifactId>apicurio-studio-be</artifactId>
7-
<version>0.2.5-SNAPSHOT</version>
7+
<version>0.2.5.Final</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<artifactId>apicurio-studio-be-test-core</artifactId>

distro/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.apicurio</groupId>
66
<artifactId>apicurio-studio</artifactId>
7-
<version>0.2.5-SNAPSHOT</version>
7+
<version>0.2.5.Final</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<artifactId>apicurio-studio-distro</artifactId>

distro/quickstart/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.apicurio</groupId>
66
<artifactId>apicurio-studio-distro</artifactId>
7-
<version>0.2.5-SNAPSHOT</version>
7+
<version>0.2.5.Final</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<artifactId>apicurio-studio-distro-quickstart</artifactId>

front-end/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.apicurio</groupId>
66
<artifactId>apicurio-studio</artifactId>
7-
<version>0.2.5-SNAPSHOT</version>
7+
<version>0.2.5.Final</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<artifactId>apicurio-studio-fe</artifactId>

front-end/servlet/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.apicurio</groupId>
66
<artifactId>apicurio-studio-fe</artifactId>
7-
<version>0.2.5-SNAPSHOT</version>
7+
<version>0.2.5.Final</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<artifactId>apicurio-studio-fe-servlet</artifactId>

front-end/studio/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.apicurio</groupId>
66
<artifactId>apicurio-studio-fe</artifactId>
7-
<version>0.2.5-SNAPSHOT</version>
7+
<version>0.2.5.Final</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<artifactId>apicurio-studio-fe-studio</artifactId>

platforms/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.apicurio</groupId>
66
<artifactId>apicurio-studio</artifactId>
7-
<version>0.2.5-SNAPSHOT</version>
7+
<version>0.2.5.Final</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<artifactId>apicurio-studio-platforms</artifactId>

platforms/swarm/api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.apicurio</groupId>
66
<artifactId>apicurio-studio-platforms-swarm</artifactId>
7-
<version>0.2.5-SNAPSHOT</version>
7+
<version>0.2.5.Final</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<artifactId>apicurio-studio-platforms-swarm-api</artifactId>

platforms/swarm/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.apicurio</groupId>
66
<artifactId>apicurio-studio-platforms</artifactId>
7-
<version>0.2.5-SNAPSHOT</version>
7+
<version>0.2.5.Final</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<artifactId>apicurio-studio-platforms-swarm</artifactId>

platforms/swarm/ui/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.apicurio</groupId>
66
<artifactId>apicurio-studio-platforms-swarm</artifactId>
7-
<version>0.2.5-SNAPSHOT</version>
7+
<version>0.2.5.Final</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<artifactId>apicurio-studio-platforms-swarm-ui</artifactId>

platforms/swarm/ws/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.apicurio</groupId>
66
<artifactId>apicurio-studio-platforms-swarm</artifactId>
7-
<version>0.2.5-SNAPSHOT</version>
7+
<version>0.2.5.Final</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<artifactId>apicurio-studio-platforms-swarm-ws</artifactId>

platforms/wildfly/api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.apicurio</groupId>
66
<artifactId>apicurio-studio-platforms-wildfly</artifactId>
7-
<version>0.2.5-SNAPSHOT</version>
7+
<version>0.2.5.Final</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<artifactId>apicurio-studio-platforms-wildfly-api</artifactId>

platforms/wildfly/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.apicurio</groupId>
66
<artifactId>apicurio-studio-platforms</artifactId>
7-
<version>0.2.5-SNAPSHOT</version>
7+
<version>0.2.5.Final</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<artifactId>apicurio-studio-platforms-wildfly</artifactId>

platforms/wildfly/ui/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.apicurio</groupId>
66
<artifactId>apicurio-studio-platforms-wildfly</artifactId>
7-
<version>0.2.5-SNAPSHOT</version>
7+
<version>0.2.5.Final</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<artifactId>apicurio-studio-platforms-wildfly-ui</artifactId>

platforms/wildfly/ws/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.apicurio</groupId>
66
<artifactId>apicurio-studio-platforms-wildfly</artifactId>
7-
<version>0.2.5-SNAPSHOT</version>
7+
<version>0.2.5.Final</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<artifactId>apicurio-studio-platforms-wildfly-ws</artifactId>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>io.apicurio</groupId>
66
<artifactId>apicurio-studio</artifactId>
7-
<version>0.2.5-SNAPSHOT</version>
7+
<version>0.2.5.Final</version>
88
<packaging>pom</packaging>
99
<name>apicurio-studio</name>
1010

shared/beans/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.apicurio</groupId>
66
<artifactId>apicurio-studio-shared</artifactId>
7-
<version>0.2.5-SNAPSHOT</version>
7+
<version>0.2.5.Final</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<artifactId>apicurio-studio-shared-beans</artifactId>

shared/config/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.apicurio</groupId>
66
<artifactId>apicurio-studio-shared</artifactId>
7-
<version>0.2.5-SNAPSHOT</version>
7+
<version>0.2.5.Final</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<artifactId>apicurio-studio-shared-config</artifactId>

shared/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.apicurio</groupId>
66
<artifactId>apicurio-studio</artifactId>
7-
<version>0.2.5-SNAPSHOT</version>
7+
<version>0.2.5.Final</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<artifactId>apicurio-studio-shared</artifactId>

shared/servlet/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.apicurio</groupId>
66
<artifactId>apicurio-studio-shared</artifactId>
7-
<version>0.2.5-SNAPSHOT</version>
7+
<version>0.2.5.Final</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<artifactId>apicurio-studio-shared-servlet</artifactId>

tools/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.apicurio</groupId>
66
<artifactId>apicurio-studio</artifactId>
7-
<version>0.2.5-SNAPSHOT</version>
7+
<version>0.2.5.Final</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<artifactId>apicurio-studio-tools</artifactId>

tools/release/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.apicurio</groupId>
66
<artifactId>apicurio-studio-tools</artifactId>
7-
<version>0.2.5-SNAPSHOT</version>
7+
<version>0.2.5.Final</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<artifactId>apicurio-studio-tools-release</artifactId>

0 commit comments

Comments
 (0)