Skip to content

Commit

Permalink
Prepare release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
marcinczeczko committed Jun 20, 2017
1 parent b68accf commit 089c42b
Show file tree
Hide file tree
Showing 46 changed files with 2,702 additions and 27 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.0.2-SNAPSHOT</version>
<version>1.1.0</version>
</parent>

<artifactId>documentation</artifactId>
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.0.0/Documentation-1.0.0.md",
"build": "wiki/releases/1.0.1/Documentation-1.0.1.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.0.0",
"version": "1.0.1",
"devDependencies": {
"fs-extra": "^0.30.0",
"grunt": "^0.4.5",
Expand Down
1 change: 1 addition & 0 deletions documentation/src/main/wiki/_Sidebar.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,5 @@
* [[Dependencies|Dependencies]]

### Released
* [[1.0.1|Documentation-1.0.1]]
* [[1.0.0|Documentation-1.0.0]]
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,674 changes: 2,674 additions & 0 deletions documentation/src/main/wiki/releases/1.0.1/Documentation-1.0.1.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.
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.0.2-SNAPSHOT</version>
<version>1.1.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.0.2-SNAPSHOT</version>
<version>1.1.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.0.2-SNAPSHOT</version>
<version>1.1.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.0.2-SNAPSHOT</version>
<version>1.1.0</version>
</parent>

<artifactId>knotx-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion knotx-example/knotx-example-action-adapter-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-example</artifactId>
<version>1.0.2-SNAPSHOT</version>
<version>1.1.0</version>
</parent>

<artifactId>knotx-example-action-adapter-http</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion knotx-example/knotx-example-app/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-example</artifactId>
<version>1.0.2-SNAPSHOT</version>
<version>1.1.0</version>
</parent>

<artifactId>knotx-example-app</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion knotx-example/knotx-example-gateway/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<artifactId>knotx-example</artifactId>
<groupId>io.knotx</groupId>
<version>1.0.2-SNAPSHOT</version>
<version>1.1.0</version>
</parent>

<artifactId>knotx-example-gateway</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion knotx-example/knotx-example-handlebars-ext/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-example</artifactId>
<version>1.0.2-SNAPSHOT</version>
<version>1.1.0</version>
</parent>

<artifactId>knotx-example-handlebars-ext</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion knotx-example/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.0.2-SNAPSHOT</version>
<version>1.1.0</version>
</parent>

<artifactId>knotx-example</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion knotx-gateway/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>io.knotx</groupId>
<artifactId>knotx-root</artifactId>
<version>1.0.2-SNAPSHOT</version>
<version>1.1.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion knotx-junit/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.0.2-SNAPSHOT</version>
<version>1.1.0</version>
</parent>

<artifactId>knotx-junit</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.0.2-SNAPSHOT</version>
<version>1.1.0</version>
</parent>

<artifactId>knotx-knot-action</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion knotx-knot/knotx-knot-fragment-assembler/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.0.2-SNAPSHOT</version>
<version>1.1.0</version>
</parent>

<artifactId>knotx-knot-fragment-assembler</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion knotx-knot/knotx-knot-fragment-splitter/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.0.2-SNAPSHOT</version>
<version>1.1.0</version>
</parent>

<artifactId>knotx-knot-fragment-splitter</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.0.2-SNAPSHOT</version>
<version>1.1.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.0.2-SNAPSHOT</version>
<version>1.1.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.0.2-SNAPSHOT</version>
<version>1.1.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.0.2-SNAPSHOT</version>
<version>1.1.0</version>
</parent>

<artifactId>knotx-mocks</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>io.knotx</groupId>
<artifactId>knotx-repository-connector</artifactId>
<version>1.0.2-SNAPSHOT</version>
<version>1.1.0</version>
</parent>

<artifactId>knotx-repository-connector-filesystem</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>io.knotx</groupId>
<artifactId>knotx-repository-connector</artifactId>
<version>1.0.2-SNAPSHOT</version>
<version>1.1.0</version>
</parent>

<artifactId>knotx-repository-connector-http</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion knotx-repository-connector/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.0.2-SNAPSHOT</version>
<version>1.1.0</version>
</parent>

<artifactId>knotx-repository-connector</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion knotx-server/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.0.2-SNAPSHOT</version>
<version>1.1.0</version>
</parent>

<artifactId>knotx-server</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion knotx-standalone/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.0.2-SNAPSHOT</version>
<version>1.1.0</version>
</parent>

<artifactId>knotx-standalone</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.0.2-SNAPSHOT</version>
<version>1.1.0</version>
<packaging>pom</packaging>

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

0 comments on commit 089c42b

Please sign in to comment.