Skip to content

Commit

Permalink
Merge pull request #475 from Cognifide/update-dependencies
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
Skejven committed Dec 12, 2018
2 parents eb3e620 + 16a4caf commit a04e598
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion knotx-adapter/knotx-adapter-common/pom.xml
Expand Up @@ -27,7 +27,7 @@
</parent>

<artifactId>knotx-adapter-common</artifactId>
<name>Knot.x - Reactive microservice assembler - Adapter - Common</name>
<name>Knot.x - Reactive microservice assembler - Adapter - Common (Deprecated)</name>

<dependencies>
<dependency>
Expand Down
3 changes: 2 additions & 1 deletion knotx-adapter/knotx-adapter-service-http/pom.xml
Expand Up @@ -27,7 +27,7 @@
</parent>

<artifactId>knotx-adapter-service-http</artifactId>
<name>Knot.x - Reactive microservice assembler - Adapter - Service HTTP</name>
<name>Knot.x - Reactive microservice assembler - Adapter - Service HTTP (Deprecated)</name>

<dependencies>
<dependency>
Expand All @@ -38,6 +38,7 @@
<dependency>
<groupId>io.knotx</groupId>
<artifactId>knotx-adapter-common</artifactId>
<version>${project.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down
3 changes: 2 additions & 1 deletion knotx-knot/knotx-knot-action/pom.xml
Expand Up @@ -28,7 +28,7 @@

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

<name>Knot.x - Reactive microservice assembler - Knot - Action</name>
<name>Knot.x - Reactive microservice assembler - Knot - Action (Deprecated)</name>

<dependencies>
<dependency>
Expand All @@ -39,6 +39,7 @@
<dependency>
<groupId>io.knotx</groupId>
<artifactId>knotx-adapter-common</artifactId>
<version>${project.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion knotx-knot/knotx-knot-handlebars/pom.xml
Expand Up @@ -28,7 +28,7 @@

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

<name>Knot.x - Reactive microservice assembler - Knot - Handlebars</name>
<name>Knot.x - Reactive microservice assembler - Knot - Handlebars (Deprecated)</name>

<properties>
<handlebars.version>4.0.6</handlebars.version>
Expand Down
2 changes: 1 addition & 1 deletion knotx-knot/knotx-knot-service/pom.xml
Expand Up @@ -28,7 +28,7 @@

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

<name>Knot.x - Reactive microservice assembler - Knot - Service</name>
<name>Knot.x - Reactive microservice assembler - Knot - Service (Deprecated)</name>

<dependencies>
<dependency>
Expand Down

0 comments on commit a04e598

Please sign in to comment.