Skip to content

Commit

Permalink
Releasing 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcin Czeczko committed May 18, 2018
1 parent a3f607a commit 6e3eb0a
Show file tree
Hide file tree
Showing 42 changed files with 3,381 additions and 16 deletions.
2 changes: 1 addition & 1 deletion documentation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>io.knotx</groupId>
<artifactId>knotx-root</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0</version>
</parent>

<artifactId>documentation</artifactId>
Expand Down
1 change: 0 additions & 1 deletion documentation/src/main/DocumentationTemplate.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,5 @@
#include "wiki/KnotxTuning.md"
#include "wiki/Logging.md"
#include "wiki/PerformanceTests.md"
#include "wiki/Dependencies.md"
#include "wiki/FAQ.md"
#include "wiki/UpgradeNotes.md"
21 changes: 21 additions & 0 deletions documentation/src/main/cheatsheet/cheatsheets.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -596,6 +596,27 @@ Describes routing to addresses of other Knots based on the transition trigger re
Sets the Regular expression of HTTP Request path
+++
|===
[[SnippetOptions]]
== SnippetOptions

++++
Describes SnippetOptions Knot configuration
++++
'''

[cols=">25%,^25%,50%"]
[frame="topbot"]
|===
^|Name | Type ^| Description
|[[paramsPrefix]]`paramsPrefix`|`String`|
+++
Sets Knot.x snippet parameters prefix. Default is 'data-knotx-'
+++
|[[tagName]]`tagName`|`String`|
+++
Sets a Knot.x snippet HTML tag name. Default is 'script'
+++
|===
[[HandlebarsKnotOptions]]
== HandlebarsKnotOptions

Expand Down
2 changes: 1 addition & 1 deletion documentation/src/main/markdown.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"build": "wiki/releases/1.2.2/Documentation-1.2.2.md",
"build": "wiki/releases/1.3.0/Documentation-1.3.0.md",
"files": [
"DocumentationTemplate.md"
]
Expand Down
2 changes: 1 addition & 1 deletion documentation/src/main/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "knotx-documentation",
"description": "Knot.x Documentation",
"version": "1.2.2",
"version": "1.3.0",
"devDependencies": {
"fs-extra": "^0.30.0",
"grunt": "^0.4.5",
Expand Down
2 changes: 1 addition & 1 deletion documentation/src/main/wiki/_Sidebar.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@
* [[Knot.x Tuning|KnotxTuning]]
* [[Logging|Logging]]
* [[Performance|PerformanceTests]]
* [[Dependencies|Dependencies]]
* [[FAQ|FAQ]]
* [[Backlog And Releasing|BacklogAndReleasing]]
* [[Upgrade Notes|UpgradeNotes]]

### Released
* [[1.3.0|Documentation-1.3.0]]
* [[1.2.2|Documentation-1.2.2]]
* [[1.2.1|Documentation-1.2.1]]
* [[1.2.0|Documentation-1.2.0]]
Expand Down
3,345 changes: 3,345 additions & 0 deletions documentation/src/main/wiki/releases/1.3.0/Documentation-1.3.0.md

Large diffs are not rendered by default.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion knotx-adapter/knotx-adapter-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>io.knotx</groupId>
<artifactId>knotx-adapter</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0</version>
</parent>

<artifactId>knotx-adapter-common</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion knotx-adapter/knotx-adapter-service-http/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>io.knotx</groupId>
<artifactId>knotx-adapter</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0</version>
</parent>

<artifactId>knotx-adapter-service-http</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion knotx-adapter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>io.knotx</groupId>
<artifactId>knotx-root</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0</version>
</parent>

<artifactId>knotx-adapter</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion knotx-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>io.knotx</groupId>
<artifactId>knotx-root</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0</version>
</parent>

<artifactId>knotx-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion knotx-it-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>io.knotx</groupId>
<artifactId>knotx-root</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0</version>
</parent>

<artifactId>knotx-it-tests</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion knotx-knot/knotx-knot-action/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>io.knotx</groupId>
<artifactId>knotx-knot</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0</version>
</parent>

<artifactId>knotx-knot-action</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion knotx-knot/knotx-knot-handlebars/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>io.knotx</groupId>
<artifactId>knotx-knot</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0</version>
</parent>

<artifactId>knotx-knot-handlebars</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion knotx-knot/knotx-knot-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>io.knotx</groupId>
<artifactId>knotx-knot</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0</version>
</parent>

<artifactId>knotx-knot-service</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion knotx-knot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>io.knotx</groupId>
<artifactId>knotx-root</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0</version>
</parent>

<artifactId>knotx-knot</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion knotx-mocks/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>io.knotx</groupId>
<artifactId>knotx-root</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0</version>
</parent>

<artifactId>knotx-mocks</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

<groupId>io.knotx</groupId>
<artifactId>knotx-root</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0</version>
<packaging>pom</packaging>

<name>Knot.x</name>
Expand Down

0 comments on commit 6e3eb0a

Please sign in to comment.