Skip to content

Commit 2951379

Browse files
committed
Prepare release 1.2.2
1 parent 94c0a18 commit 2951379

File tree

53 files changed

+3997
-27
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+3997
-27
lines changed

documentation/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>io.knotx</groupId>
2626
<artifactId>knotx-root</artifactId>
27-
<version>1.2.2-SNAPSHOT</version>
27+
<version>1.2.2</version>
2828
</parent>
2929

3030
<artifactId>documentation</artifactId>

documentation/src/main/markdown.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"build": "wiki/releases/1.2.1/Documentation-1.2.1.md",
2+
"build": "wiki/releases/1.2.2/Documentation-1.2.2.md",
33
"files": [
44
"DocumentationTemplate.md"
55
]

documentation/src/main/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "knotx-documentation",
33
"description": "Knot.x Documentation",
4-
"version": "1.2.1",
4+
"version": "1.2.2",
55
"devDependencies": {
66
"fs-extra": "^0.30.0",
77
"grunt": "^0.4.5",

documentation/src/main/wiki/_Sidebar.md

+1

documentation/src/main/wiki/releases/1.2.2/Documentation-1.2.2.md

+3,969

knotx-adapter/knotx-adapter-common/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>io.knotx</groupId>
2525
<artifactId>knotx-adapter</artifactId>
26-
<version>1.2.2-SNAPSHOT</version>
26+
<version>1.2.2</version>
2727
</parent>
2828

2929
<artifactId>knotx-adapter-common</artifactId>

knotx-adapter/knotx-adapter-service-http/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>io.knotx</groupId>
2525
<artifactId>knotx-adapter</artifactId>
26-
<version>1.2.2-SNAPSHOT</version>
26+
<version>1.2.2</version>
2727
</parent>
2828

2929
<artifactId>knotx-adapter-service-http</artifactId>

knotx-adapter/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>io.knotx</groupId>
2525
<artifactId>knotx-root</artifactId>
26-
<version>1.2.2-SNAPSHOT</version>
26+
<version>1.2.2</version>
2727
</parent>
2828

2929
<artifactId>knotx-adapter</artifactId>

knotx-core/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>io.knotx</groupId>
2525
<artifactId>knotx-root</artifactId>
26-
<version>1.2.2-SNAPSHOT</version>
26+
<version>1.2.2</version>
2727
</parent>
2828

2929
<artifactId>knotx-core</artifactId>

knotx-example/knotx-example-action-adapter-http/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>io.knotx</groupId>
2525
<artifactId>knotx-example</artifactId>
26-
<version>1.2.2-SNAPSHOT</version>
26+
<version>1.2.2</version>
2727
</parent>
2828

2929
<artifactId>knotx-example-action-adapter-http</artifactId>

knotx-example/knotx-example-app/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>io.knotx</groupId>
2525
<artifactId>knotx-example</artifactId>
26-
<version>1.2.2-SNAPSHOT</version>
26+
<version>1.2.2</version>
2727
</parent>
2828

2929
<artifactId>knotx-example-app</artifactId>

knotx-example/knotx-example-gateway/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<artifactId>knotx-example</artifactId>
2525
<groupId>io.knotx</groupId>
26-
<version>1.2.2-SNAPSHOT</version>
26+
<version>1.2.2</version>
2727
</parent>
2828

2929
<artifactId>knotx-example-gateway</artifactId>

knotx-example/knotx-example-handlebars-ext/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>io.knotx</groupId>
2525
<artifactId>knotx-example</artifactId>
26-
<version>1.2.2-SNAPSHOT</version>
26+
<version>1.2.2</version>
2727
</parent>
2828

2929
<artifactId>knotx-example-handlebars-ext</artifactId>

knotx-example/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>io.knotx</groupId>
2525
<artifactId>knotx-root</artifactId>
26-
<version>1.2.2-SNAPSHOT</version>
26+
<version>1.2.2</version>
2727
</parent>
2828

2929
<artifactId>knotx-example</artifactId>

knotx-gateway/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>io.knotx</groupId>
2424
<artifactId>knotx-root</artifactId>
25-
<version>1.2.2-SNAPSHOT</version>
25+
<version>1.2.2</version>
2626
</parent>
2727
<modelVersion>4.0.0</modelVersion>
2828

knotx-junit/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>io.knotx</groupId>
2525
<artifactId>knotx-root</artifactId>
26-
<version>1.2.2-SNAPSHOT</version>
26+
<version>1.2.2</version>
2727
</parent>
2828

2929
<artifactId>knotx-junit</artifactId>

knotx-knot/knotx-knot-action/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>io.knotx</groupId>
2525
<artifactId>knotx-knot</artifactId>
26-
<version>1.2.2-SNAPSHOT</version>
26+
<version>1.2.2</version>
2727
</parent>
2828

2929
<artifactId>knotx-knot-action</artifactId>

knotx-knot/knotx-knot-fragment-assembler/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>io.knotx</groupId>
2525
<artifactId>knotx-knot</artifactId>
26-
<version>1.2.2-SNAPSHOT</version>
26+
<version>1.2.2</version>
2727
</parent>
2828

2929
<artifactId>knotx-knot-fragment-assembler</artifactId>

knotx-knot/knotx-knot-fragment-splitter/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>io.knotx</groupId>
2525
<artifactId>knotx-knot</artifactId>
26-
<version>1.2.2-SNAPSHOT</version>
26+
<version>1.2.2</version>
2727
</parent>
2828

2929
<artifactId>knotx-knot-fragment-splitter</artifactId>

knotx-knot/knotx-knot-handlebars/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>io.knotx</groupId>
2525
<artifactId>knotx-knot</artifactId>
26-
<version>1.2.2-SNAPSHOT</version>
26+
<version>1.2.2</version>
2727
</parent>
2828

2929
<artifactId>knotx-knot-handlebars</artifactId>

knotx-knot/knotx-knot-service/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>io.knotx</groupId>
2525
<artifactId>knotx-knot</artifactId>
26-
<version>1.2.2-SNAPSHOT</version>
26+
<version>1.2.2</version>
2727
</parent>
2828

2929
<artifactId>knotx-knot-service</artifactId>

knotx-knot/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>io.knotx</groupId>
2525
<artifactId>knotx-root</artifactId>
26-
<version>1.2.2-SNAPSHOT</version>
26+
<version>1.2.2</version>
2727
</parent>
2828

2929
<artifactId>knotx-knot</artifactId>

knotx-mocks/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>io.knotx</groupId>
2525
<artifactId>knotx-root</artifactId>
26-
<version>1.2.2-SNAPSHOT</version>
26+
<version>1.2.2</version>
2727
</parent>
2828

2929
<artifactId>knotx-mocks</artifactId>

knotx-repository-connector/knotx-repository-connector-filesystem/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>io.knotx</groupId>
2525
<artifactId>knotx-repository-connector</artifactId>
26-
<version>1.2.2-SNAPSHOT</version>
26+
<version>1.2.2</version>
2727
</parent>
2828

2929
<artifactId>knotx-repository-connector-filesystem</artifactId>

knotx-repository-connector/knotx-repository-connector-http/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>io.knotx</groupId>
2525
<artifactId>knotx-repository-connector</artifactId>
26-
<version>1.2.2-SNAPSHOT</version>
26+
<version>1.2.2</version>
2727
</parent>
2828

2929
<artifactId>knotx-repository-connector-http</artifactId>

knotx-repository-connector/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>io.knotx</groupId>
2525
<artifactId>knotx-root</artifactId>
26-
<version>1.2.2-SNAPSHOT</version>
26+
<version>1.2.2</version>
2727
</parent>
2828

2929
<artifactId>knotx-repository-connector</artifactId>

knotx-server/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>io.knotx</groupId>
2525
<artifactId>knotx-root</artifactId>
26-
<version>1.2.2-SNAPSHOT</version>
26+
<version>1.2.2</version>
2727
</parent>
2828

2929
<artifactId>knotx-server</artifactId>

knotx-standalone/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>io.knotx</groupId>
2525
<artifactId>knotx-root</artifactId>
26-
<version>1.2.2-SNAPSHOT</version>
26+
<version>1.2.2</version>
2727
</parent>
2828

2929
<artifactId>knotx-standalone</artifactId>

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
<groupId>io.knotx</groupId>
2525
<artifactId>knotx-root</artifactId>
26-
<version>1.2.2-SNAPSHOT</version>
26+
<version>1.2.2</version>
2727
<packaging>pom</packaging>
2828

2929
<name>Knot.x</name>

0 commit comments

Comments
 (0)