Skip to content

Commit 6f7d4af

Browse files
committed
Releasing 1.4.0
1 parent 08f7faa commit 6f7d4af

File tree

11 files changed

+11
-11
lines changed

11 files changed

+11
-11
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.4.0-SNAPSHOT</version>
27+
<version>1.4.0</version>
2828
</parent>
2929

3030
<artifactId>documentation</artifactId>

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.4.0-SNAPSHOT</version>
26+
<version>1.4.0</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.4.0-SNAPSHOT</version>
26+
<version>1.4.0</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.4.0-SNAPSHOT</version>
26+
<version>1.4.0</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.4.0-SNAPSHOT</version>
26+
<version>1.4.0</version>
2727
</parent>
2828

2929
<artifactId>knotx-core</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.4.0-SNAPSHOT</version>
26+
<version>1.4.0</version>
2727
</parent>
2828

2929
<artifactId>knotx-knot-action</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.4.0-SNAPSHOT</version>
26+
<version>1.4.0</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.4.0-SNAPSHOT</version>
26+
<version>1.4.0</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.4.0-SNAPSHOT</version>
26+
<version>1.4.0</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.4.0-SNAPSHOT</version>
26+
<version>1.4.0</version>
2727
</parent>
2828

2929
<artifactId>knotx-mocks</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.4.0-SNAPSHOT</version>
26+
<version>1.4.0</version>
2727
<packaging>pom</packaging>
2828

2929
<name>Knot.x</name>

0 commit comments

Comments
 (0)