Skip to content

Commit

Permalink
3.18
Browse files Browse the repository at this point in the history
  • Loading branch information
RuedigerMoeller committed Feb 13, 2016
1 parent 4eb7eb6 commit 82d2481
Show file tree
Hide file tree
Showing 13 changed files with 20 additions and 20 deletions.
4 changes: 2 additions & 2 deletions examples/http-ws-javascript/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@
<dependency>
<groupId>de.ruedigermoeller</groupId>
<artifactId>kontraktor</artifactId>
<version>3.17</version>
<version>3.18</version>
</dependency>

<dependency>
<groupId>de.ruedigermoeller</groupId>
<artifactId>kontraktor-http</artifactId>
<version>3.17</version>
<version>3.18</version>
</dependency>

</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion examples/misc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<dependency>
<groupId>de.ruedigermoeller</groupId>
<artifactId>kontraktor-http</artifactId>
<version>3.17</version>
<version>3.18</version>
</dependency>

</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion examples/node2java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<dependency>
<groupId>de.ruedigermoeller</groupId>
<artifactId>kontraktor-http</artifactId>
<version>3.17</version>
<version>3.18</version>
</dependency>

</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion examples/non-shared-classpath/client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<dependency>
<groupId>de.ruedigermoeller</groupId>
<artifactId>kontraktor</artifactId>
<version>3.17</version>
<version>3.18</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion examples/non-shared-classpath/common-interface/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<dependency>
<groupId>de.ruedigermoeller</groupId>
<artifactId>kontraktor</artifactId>
<version>3.17</version>
<version>3.18</version>
</dependency>

</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion examples/non-shared-classpath/server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<dependency>
<groupId>de.ruedigermoeller</groupId>
<artifactId>kontraktor</artifactId>
<version>3.17</version>
<version>3.18</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion examples/pub-sub/tcp-based/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<dependency>
<groupId>de.ruedigermoeller</groupId>
<artifactId>kontraktor-http</artifactId>
<version>3.17</version>
<version>3.18</version>
</dependency>

</dependencies>
Expand Down
4 changes: 2 additions & 2 deletions modules/kontraktor-bare/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>de.ruedigermoeller</groupId>
<artifactId>kontraktor-bare</artifactId>
<version>3.17</version>
<version>3.18</version>

<description>minimalistic http client to kontraktor apps</description>
<url>https://github.com/RuedigerMoeller/kontraktor</url>
Expand Down Expand Up @@ -98,7 +98,7 @@
<dependency>
<groupId>de.ruedigermoeller</groupId>
<artifactId>fst</artifactId>
<version>2.43</version>
<version>2.44</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion modules/kontraktor-db/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<dependency>
<groupId>de.ruedigermoeller</groupId>
<artifactId>kontraktor</artifactId>
<version>3.17</version>
<version>3.18</version>
</dependency>

<dependency>
Expand Down
4 changes: 2 additions & 2 deletions modules/kontraktor-http/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>de.ruedigermoeller</groupId>
<artifactId>kontraktor-http</artifactId>
<version>3.17</version>
<version>3.18</version>

<description>http connectivity for kontraktor</description>
<url>https://github.com/RuedigerMoeller/kontraktor</url>
Expand Down Expand Up @@ -99,7 +99,7 @@
<dependency>
<groupId>de.ruedigermoeller</groupId>
<artifactId>kontraktor</artifactId>
<version>3.17</version>
<version>3.18</version>
</dependency>

<dependency>
Expand Down
4 changes: 2 additions & 2 deletions modules/kontraktor-reallive/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<groupId>de.ruedigermoeller</groupId>
<artifactId>reallive</artifactId>
<version>3.17</version>
<version>3.18</version>

<description>persistent inmemory datagrid based on kontraktor</description>
<url>https://github.com/RuedigerMoeller/kontraktor</url>
Expand Down Expand Up @@ -99,7 +99,7 @@
<dependency>
<groupId>de.ruedigermoeller</groupId>
<artifactId>kontraktor</artifactId>
<version>3.17</version>
<version>3.18</version>
</dependency>

<dependency>
Expand Down
6 changes: 3 additions & 3 deletions modules/reactive-streams/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>de.ruedigermoeller</groupId>
<artifactId>kontraktor-reactive-streams</artifactId>
<version>3.17</version>
<version>3.18</version>

<description>http connectivity for kontraktor</description>
<url>https://github.com/RuedigerMoeller/kontraktor</url>
Expand Down Expand Up @@ -99,7 +99,7 @@
<dependency>
<groupId>de.ruedigermoeller</groupId>
<artifactId>kontraktor</artifactId>
<version>3.17</version>
<version>3.18</version>
</dependency>

<dependency>
Expand All @@ -115,7 +115,7 @@
<dependency>
<groupId>de.ruedigermoeller</groupId>
<artifactId>kontraktor-http</artifactId>
<version>3.17</version>
<version>3.18</version>
<scope>test</scope>
</dependency>

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>de.ruedigermoeller</groupId>
<artifactId>kontraktor</artifactId>
<version>3.17</version>
<version>3.18</version>

<description>a light weight, efficient actor lib</description>
<url>https://github.com/RuedigerMoeller/kontraktor</url>
Expand Down Expand Up @@ -116,7 +116,7 @@
<dependency>
<groupId>de.ruedigermoeller</groupId>
<artifactId>fst</artifactId>
<version>2.43</version>
<version>2.45</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 82d2481

Please sign in to comment.