Skip to content

Commit

Permalink
[Jenkins | dev] Prepare for the next development iteration (0.28.3-SN…
Browse files Browse the repository at this point in the history
…APSHOT)
  • Loading branch information
GenticsDev committed Nov 26, 2018
1 parent 5813d1b commit 2816a08
Show file tree
Hide file tree
Showing 30 changed files with 33 additions and 33 deletions.
2 changes: 1 addition & 1 deletion api/pom.xml
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>com.gentics.mesh</groupId>
<artifactId>mesh</artifactId>
<version>0.28.2</version>
<version>0.28.3-SNAPSHOT</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion changelog-system/pom.xml
Expand Up @@ -12,7 +12,7 @@
<parent>
<groupId>com.gentics.mesh</groupId>
<artifactId>mesh</artifactId>
<version>0.28.2</version>
<version>0.28.3-SNAPSHOT</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion common/pom.xml
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>com.gentics.mesh</groupId>
<artifactId>mesh</artifactId>
<version>0.28.2</version>
<version>0.28.3-SNAPSHOT</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>com.gentics.mesh</groupId>
<artifactId>mesh</artifactId>
<version>0.28.2</version>
<version>0.28.3-SNAPSHOT</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion databases/orientdb/pom.xml
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>com.gentics.mesh</groupId>
<artifactId>mesh-databases</artifactId>
<version>0.28.2</version>
<version>0.28.3-SNAPSHOT</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion databases/pom.xml
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>com.gentics.mesh</groupId>
<artifactId>mesh</artifactId>
<version>0.28.2</version>
<version>0.28.3-SNAPSHOT</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion demo/pom.xml
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>com.gentics.mesh</groupId>
<artifactId>mesh</artifactId>
<version>0.28.2</version>
<version>0.28.3-SNAPSHOT</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion diktyo/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.gentics.mesh</groupId>
<artifactId>mesh</artifactId>
<version>0.28.2</version>
<version>0.28.3-SNAPSHOT</version>
</parent>

<inceptionYear>2018</inceptionYear>
Expand Down
2 changes: 1 addition & 1 deletion distributed/pom.xml
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>com.gentics.mesh</groupId>
<artifactId>mesh</artifactId>
<version>0.28.2</version>
<version>0.28.3-SNAPSHOT</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion doc/pom.xml
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.gentics.mesh</groupId>
<artifactId>mesh</artifactId>
<version>0.28.2</version>
<version>0.28.3-SNAPSHOT</version>
</parent>

<artifactId>mesh-doc</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions doc/src/main/docs/generated/api/api-docs.raml
@@ -1,6 +1,6 @@
#%RAML 0.8
title: Gentics Mesh REST API
version: "0.28.1"
version: "0.28.2"
baseUri: "http://localhost:8080/api/v1"
protocols: [HTTP, HTTPS]
mediaType: application/json
Expand Down Expand Up @@ -5504,7 +5504,7 @@ mediaType: application/json
| vertxVersion | false | string | Used Vert.x version. |
example: |
{
"meshVersion" : "0.28.1",
"meshVersion" : "0.28.2",
"meshNodeName" : "Reminiscent Tirtouga",
"databaseVendor" : "orientdb",
"databaseVersion" : "2.2.16",
Expand Down
4 changes: 2 additions & 2 deletions doc/src/main/docs/generated/api/api.raml
@@ -1,6 +1,6 @@
#%RAML 0.8
title: Gentics Mesh REST API
version: "0.28.1"
version: "0.28.2"
baseUri: "http://localhost:8080/api/v1"
protocols: [HTTP, HTTPS]
mediaType: application/json
Expand Down Expand Up @@ -12801,7 +12801,7 @@ mediaType: application/json
}
example: |
{
"meshVersion" : "0.28.1",
"meshVersion" : "0.28.2",
"meshNodeName" : "Reminiscent Tirtouga",
"databaseVendor" : "orientdb",
"databaseVersion" : "2.2.16",
Expand Down
@@ -1,5 +1,5 @@
{
"meshVersion" : "0.28.1",
"meshVersion" : "0.28.2",
"meshNodeName" : "Reminiscent Tirtouga",
"databaseVendor" : "orientdb",
"databaseVersion" : "2.2.16",
Expand Down
4 changes: 2 additions & 2 deletions doc/src/main/docs/generated/tables/mesh-db-revs.adoc-include
Expand Up @@ -5,10 +5,10 @@
| Database revision


| *0.28.0*
| *0.28.1*
| de7eb14f

| *0.28.1*
| *0.28.2*
| de7eb14f

|======
2 changes: 1 addition & 1 deletion elasticsearch/pom.xml
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>com.gentics.mesh</groupId>
<artifactId>mesh</artifactId>
<version>0.28.2</version>
<version>0.28.3-SNAPSHOT</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion performance-tests/pom.xml
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>com.gentics.mesh</groupId>
<artifactId>mesh</artifactId>
<version>0.28.2</version>
<version>0.28.3-SNAPSHOT</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion plugin-api/pom.xml
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>com.gentics.mesh</groupId>
<artifactId>mesh</artifactId>
<version>0.28.2</version>
<version>0.28.3-SNAPSHOT</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -5,7 +5,7 @@

<groupId>com.gentics.mesh</groupId>
<artifactId>mesh</artifactId>
<version>0.28.2</version>
<version>0.28.3-SNAPSHOT</version>

<packaging>pom</packaging>
<name>Mesh</name>
Expand Down
2 changes: 1 addition & 1 deletion rest-client/pom.xml
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>com.gentics.mesh</groupId>
<artifactId>mesh</artifactId>
<version>0.28.2</version>
<version>0.28.3-SNAPSHOT</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion rest-model/pom.xml
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>com.gentics.mesh</groupId>
<artifactId>mesh</artifactId>
<version>0.28.2</version>
<version>0.28.3-SNAPSHOT</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion server/pom.xml
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>com.gentics.mesh</groupId>
<artifactId>mesh</artifactId>
<version>0.28.2</version>
<version>0.28.3-SNAPSHOT</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion services/aws-s3-storage/pom.xml
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>com.gentics.mesh</groupId>
<artifactId>mesh-services</artifactId>
<version>0.28.2</version>
<version>0.28.3-SNAPSHOT</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion services/image-imgscalr/pom.xml
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>com.gentics.mesh</groupId>
<artifactId>mesh-services</artifactId>
<version>0.28.2</version>
<version>0.28.3-SNAPSHOT</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion services/keycloak-auth/pom.xml
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>com.gentics.mesh</groupId>
<artifactId>mesh-services</artifactId>
<version>0.28.2</version>
<version>0.28.3-SNAPSHOT</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion services/local-storage/pom.xml
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>com.gentics.mesh</groupId>
<artifactId>mesh-services</artifactId>
<version>0.28.2</version>
<version>0.28.3-SNAPSHOT</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion services/pom.xml
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>com.gentics.mesh</groupId>
<artifactId>mesh</artifactId>
<version>0.28.2</version>
<version>0.28.3-SNAPSHOT</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion test-common/pom.xml
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>com.gentics.mesh</groupId>
<artifactId>mesh</artifactId>
<version>0.28.2</version>
<version>0.28.3-SNAPSHOT</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion verticles/admin-gui/pom.xml
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>com.gentics.mesh</groupId>
<artifactId>mesh-verticles</artifactId>
<version>0.28.2</version>
<version>0.28.3-SNAPSHOT</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion verticles/graphql/pom.xml
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.gentics.mesh</groupId>
<artifactId>mesh-verticles</artifactId>
<version>0.28.2</version>
<version>0.28.3-SNAPSHOT</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion verticles/pom.xml
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>com.gentics.mesh</groupId>
<artifactId>mesh</artifactId>
<version>0.28.2</version>
<version>0.28.3-SNAPSHOT</version>
</parent>

<properties>
Expand Down

0 comments on commit 2816a08

Please sign in to comment.