Skip to content

Commit

Permalink
save
Browse files Browse the repository at this point in the history
  • Loading branch information
envimate-opensource committed Jun 18, 2019
1 parent b7cf4ad commit 70a1667
Show file tree
Hide file tree
Showing 22 changed files with 29 additions and 29 deletions.
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>com.envimate</groupId>
<artifactId>httpmate-parent</artifactId>
<version>1.0.20</version>
<version>1.0.21</version>
</parent>

<groupId>com.envimate.httpmate</groupId>
Expand Down
8 changes: 4 additions & 4 deletions examples/aws-lambda/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
<parent>
<groupId>com.envimate.httpmate.examples</groupId>
<artifactId>parent</artifactId>
<version>1.0.20</version>
<version>1.0.21</version>
</parent>

<artifactId>aws-lambda</artifactId>
Expand All @@ -64,13 +64,13 @@
<dependency>
<groupId>com.envimate.httpmate</groupId>
<artifactId>core</artifactId>
<version>1.0.20</version>
<version>1.0.21</version>
</dependency>
<!-- As we want to run our endpoint on aws-lambda we need the httpmate awslambda integration dependency to take care of translating requests from ApiGateway-->
<dependency>
<groupId>com.envimate.httpmate.integrations</groupId>
<artifactId>httpmate-awslambda</artifactId>
<version>1.0.20</version>
<version>1.0.21</version>
</dependency>

<dependency>
Expand All @@ -93,7 +93,7 @@
<dependency>
<groupId>com.envimate.httpmate.integrations</groupId>
<artifactId>httpmate-client</artifactId>
<version>1.0.20</version>
<version>1.0.21</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
4 changes: 2 additions & 2 deletions examples/hello-world/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
<parent>
<groupId>com.envimate.httpmate.examples</groupId>
<artifactId>parent</artifactId>
<version>1.0.20</version>
<version>1.0.21</version>
</parent>

<artifactId>hello-world</artifactId>
Expand All @@ -58,7 +58,7 @@
<checkstyle.suppressions.location>
${project.basedir}/src/test/checkstyle/checkstyle-suppressions.xml
</checkstyle.suppressions.location>
<httpmate.version>1.0.20</httpmate.version>
<httpmate.version>1.0.21</httpmate.version>
</properties>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>com.envimate</groupId>
<artifactId>httpmate-parent</artifactId>
<version>1.0.20</version>
<version>1.0.21</version>
</parent>

<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion integrations/aws-lambda/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>com.envimate.httpmate</groupId>
<artifactId>integrations-parent</artifactId>
<version>1.0.20</version>
<version>1.0.21</version>
</parent>

<groupId>com.envimate.httpmate.integrations</groupId>
Expand Down
2 changes: 1 addition & 1 deletion integrations/client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>com.envimate.httpmate</groupId>
<artifactId>integrations-parent</artifactId>
<version>1.0.20</version>
<version>1.0.21</version>
</parent>

<groupId>com.envimate.httpmate.integrations</groupId>
Expand Down
2 changes: 1 addition & 1 deletion integrations/events/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>com.envimate.httpmate</groupId>
<artifactId>integrations-parent</artifactId>
<version>1.0.20</version>
<version>1.0.21</version>
</parent>

<groupId>com.envimate.httpmate.integrations</groupId>
Expand Down
6 changes: 3 additions & 3 deletions integrations/jetty-with-websockets/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<parent>
<groupId>com.envimate.httpmate</groupId>
<artifactId>integrations-parent</artifactId>
<version>1.0.20</version>
<version>1.0.21</version>
</parent>

<groupId>com.envimate.httpmate.integrations</groupId>
Expand Down Expand Up @@ -112,7 +112,7 @@
<dependency>
<groupId>com.envimate.httpmate.integrations</groupId>
<artifactId>httpmate-client</artifactId>
<version>1.0.20</version>
<version>1.0.21</version>
<scope>test</scope>
</dependency>
<dependency>
Expand All @@ -130,7 +130,7 @@
<dependency>
<groupId>com.envimate.httpmate.integrations</groupId>
<artifactId>httpmate-multipart</artifactId>
<version>1.0.20</version>
<version>1.0.21</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion integrations/jetty/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>com.envimate.httpmate</groupId>
<artifactId>integrations-parent</artifactId>
<version>1.0.20</version>
<version>1.0.21</version>
</parent>

<groupId>com.envimate.httpmate.integrations</groupId>
Expand Down
2 changes: 1 addition & 1 deletion integrations/mapmate/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>com.envimate.httpmate</groupId>
<artifactId>integrations-parent</artifactId>
<version>1.0.20</version>
<version>1.0.21</version>
</parent>

<groupId>com.envimate.httpmate.integrations</groupId>
Expand Down
2 changes: 1 addition & 1 deletion integrations/multipart/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>com.envimate.httpmate</groupId>
<artifactId>integrations-parent</artifactId>
<version>1.0.20</version>
<version>1.0.21</version>
</parent>

<groupId>com.envimate.httpmate.integrations</groupId>
Expand Down
2 changes: 1 addition & 1 deletion integrations/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>com.envimate</groupId>
<artifactId>httpmate-parent</artifactId>
<version>1.0.20</version>
<version>1.0.21</version>
</parent>

<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion integrations/servlet-with-websockets/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>com.envimate.httpmate</groupId>
<artifactId>integrations-parent</artifactId>
<version>1.0.20</version>
<version>1.0.21</version>
</parent>

<groupId>com.envimate.httpmate.integrations</groupId>
Expand Down
2 changes: 1 addition & 1 deletion integrations/servlet/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>com.envimate.httpmate</groupId>
<artifactId>integrations-parent</artifactId>
<version>1.0.20</version>
<version>1.0.21</version>
</parent>

<groupId>com.envimate.httpmate.integrations</groupId>
Expand Down
2 changes: 1 addition & 1 deletion integrations/spark/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>com.envimate.httpmate</groupId>
<artifactId>integrations-parent</artifactId>
<version>1.0.20</version>
<version>1.0.21</version>
</parent>

<groupId>com.envimate.httpmate.integrations</groupId>
Expand Down
2 changes: 1 addition & 1 deletion integrations/usecases/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>com.envimate.httpmate</groupId>
<artifactId>integrations-parent</artifactId>
<version>1.0.20</version>
<version>1.0.21</version>
</parent>

<groupId>com.envimate.httpmate.integrations</groupId>
Expand Down
2 changes: 1 addition & 1 deletion integrations/websocket/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>com.envimate.httpmate</groupId>
<artifactId>integrations-parent</artifactId>
<version>1.0.20</version>
<version>1.0.21</version>
</parent>

<groupId>com.envimate.httpmate.integrations</groupId>
Expand Down
2 changes: 1 addition & 1 deletion integrations/websockets-events/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>com.envimate.httpmate</groupId>
<artifactId>integrations-parent</artifactId>
<version>1.0.20</version>
<version>1.0.21</version>
</parent>

<groupId>com.envimate.httpmate.integrations</groupId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<packaging>pom</packaging>

<artifactId>httpmate-parent</artifactId>
<version>1.0.20</version>
<version>1.0.21</version>

<name>HttpMate</name>

Expand Down
2 changes: 1 addition & 1 deletion tests/aws-lambda-testfunction/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>com.envimate.httpmate.tests</groupId>
<artifactId>parent</artifactId>
<version>1.0.20</version>
<version>1.0.21</version>
</parent>

<artifactId>aws-lambda-testfunction</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>com.envimate</groupId>
<artifactId>httpmate-parent</artifactId>
<version>1.0.20</version>
<version>1.0.21</version>
</parent>

<packaging>pom</packaging>
Expand Down
4 changes: 2 additions & 2 deletions tests/testsuite/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>com.envimate.httpmate.tests</groupId>
<artifactId>parent</artifactId>
<version>1.0.20</version>
<version>1.0.21</version>
</parent>

<artifactId>testsuite</artifactId>
Expand Down Expand Up @@ -80,7 +80,7 @@
<dependency>
<groupId>com.envimate.httpmate.integrations</groupId>
<artifactId>httpmate-client</artifactId>
<version>1.0.20</version>
<version>1.0.21</version>
</dependency>
<dependency>
<groupId>com.envimate.httpmate.integrations</groupId>
Expand Down

0 comments on commit 70a1667

Please sign in to comment.