Skip to content

Commit

Permalink
MU113-Trade Injector Flink BDDprepare release v1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
dineshgpillai committed Jan 4, 2019
1 parent 6cef97f commit d5e91ab
Show file tree
Hide file tree
Showing 15 changed files with 46 additions and 46 deletions.
8 changes: 4 additions & 4 deletions bddtestutilityservices/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@

<groupId>com.example</groupId>
<artifactId>bddtestutilityservices</artifactId>
<version>1.8-SNAPSHOT</version>
<version>1.8</version>
<packaging>jar</packaging>


<parent>
<artifactId>mu-parent</artifactId>
<groupId>com.example.mu</groupId>
<version>1.8-SNAPSHOT</version>
<version>1.8</version>
</parent>

<properties>
Expand All @@ -26,12 +26,12 @@
<dependency>
<groupId>com.example.mu</groupId>
<artifactId>domain</artifactId>
<version>1.8-SNAPSHOT</version>
<version>1.8</version>
</dependency>
<dependency>
<artifactId>cache</artifactId>
<groupId>com.example.mu</groupId>
<version>1.8-SNAPSHOT</version>
<version>1.8</version>
</dependency>


Expand Down
6 changes: 3 additions & 3 deletions cache/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<parent>
<artifactId>mu-parent</artifactId>
<groupId>com.example.mu</groupId>
<version>1.8-SNAPSHOT</version>
<version>1.8</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -26,12 +26,12 @@
<dependency>
<groupId>com.example.mu</groupId>
<artifactId>domain</artifactId>
<version>1.8-SNAPSHOT</version>
<version>1.8</version>
</dependency>
<dependency>
<groupId>com.example.mu</groupId>
<artifactId>database</artifactId>
<version>1.8-SNAPSHOT</version>
<version>1.8</version>
</dependency>

<!-- https://mvnrepository.com/artifact/org.apache.curator/curator-test -->
Expand Down
2 changes: 1 addition & 1 deletion database/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<parent>
<artifactId>mu-parent</artifactId>
<groupId>com.example.mu</groupId>
<version>1.8-SNAPSHOT</version>
<version>1.8</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion docker/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>mu-parent</artifactId>
<groupId>com.example.mu</groupId>
<version>1.8-SNAPSHOT</version>
<version>1.8</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion domain/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<parent>
<artifactId>mu-parent</artifactId>
<groupId>com.example.mu</groupId>
<version>1.8-SNAPSHOT</version>
<version>1.8</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
4 changes: 2 additions & 2 deletions hello-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@

<modelVersion>4.0.0</modelVersion>
<artifactId>hello-client</artifactId>
<version>0.0.1</version>
<version>1.8</version>
<packaging>jar</packaging>

<parent>
<artifactId>mu-parent</artifactId>
<groupId>com.example.mu</groupId>
<version>1.8-SNAPSHOT</version>
<version>1.8</version>
</parent>


Expand Down
8 changes: 4 additions & 4 deletions hello-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>hello</groupId>
<artifactId>hello-service</artifactId>
<version>0.0.1</version>
<version>1.8</version>
<packaging>jar</packaging>

<name>hello-service</name>
Expand All @@ -13,7 +13,7 @@
<parent>
<artifactId>mu-parent</artifactId>
<groupId>com.example.mu</groupId>
<version>1.8-SNAPSHOT</version>
<version>1.8</version>
</parent>

<properties>
Expand All @@ -35,12 +35,12 @@
<dependency>
<groupId>com.example.mu</groupId>
<artifactId>domain</artifactId>
<version>1.8-SNAPSHOT</version>
<version>1.8</version>
</dependency>
<dependency>
<artifactId>cache</artifactId>
<groupId>com.example.mu</groupId>
<version>1.8-SNAPSHOT</version>
<version>1.8</version>
</dependency>
<dependency>
<groupId>org.apache.curator</groupId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<groupId>com.example.mu</groupId>
<artifactId>mu-parent</artifactId>
<version>1.8-SNAPSHOT</version>
<version>1.8</version>

<parent>
<groupId>org.springframework.boot</groupId>
Expand Down Expand Up @@ -43,7 +43,7 @@
<scm>
<connection>scm:git:https://github.com/oliversalmon/imcs-demo.git</connection>
<developerConnection>scm:git:https://github.com/oliversalmon/imcs-demo.git</developerConnection>
<tag>HEAD</tag>
<tag>v1.8</tag>
</scm>
<distributionManagement>
<repository>
Expand Down
6 changes: 3 additions & 3 deletions positionSnapFlinkJob/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>mu-parent</groupId>
<artifactId>mu-flink-position-snap</artifactId>
<version>1.8-SNAPSHOT</version>
<version>1.8</version>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<flink.version>1.3.2</flink.version>
Expand Down Expand Up @@ -54,7 +54,7 @@
<dependency>
<artifactId>cache</artifactId>
<groupId>com.example.mu</groupId>
<version>1.8-SNAPSHOT</version>
<version>1.8</version>
<exclusions>
<exclusion>
<groupId>org.apache.zookeeper</groupId>
Expand All @@ -70,7 +70,7 @@
<dependency>
<groupId>com.example.mu</groupId>
<artifactId>domain</artifactId>
<version>1.8-SNAPSHOT</version>
<version>1.8</version>
</dependency>
<dependency>
<groupId>org.apache.curator</groupId>
Expand Down
10 changes: 5 additions & 5 deletions positionqueryservice/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>mu-parent</groupId>
<artifactId>positionqueryservice</artifactId>
<version>1.8-SNAPSHOT</version>
<version>1.8</version>

<parent>
<groupId>org.springframework.boot</groupId>
Expand All @@ -19,12 +19,12 @@
<dependency>
<groupId>com.example.mu</groupId>
<artifactId>domain</artifactId>
<version>1.8-SNAPSHOT</version>
<version>1.8</version>
</dependency>
<dependency>
<artifactId>cache</artifactId>
<groupId>com.example.mu</groupId>
<version>1.8-SNAPSHOT</version>
<version>1.8</version>
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
Expand Down Expand Up @@ -88,7 +88,7 @@
<dependency>
<groupId>com.example</groupId>
<artifactId>bddtestutilityservices</artifactId>
<version>1.8-SNAPSHOT</version>
<version>1.8</version>
<scope>test</scope>
</dependency>

Expand All @@ -106,7 +106,7 @@
<scm>
<connection>scm:git:https://github.com/dineshgpillai/innovation.git</connection>
<developerConnection>scm:git:https://github.com/dineshgpillai/innovation.git</developerConnection>
<tag>spanners-4.1</tag>
<tag>v1.8</tag>
</scm>
<distributionManagement>
<repository>
Expand Down
6 changes: 3 additions & 3 deletions priceInjectorFlink/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>mu-parent</groupId>
<artifactId>mu-flink-price-injector</artifactId>
<version>1.8-SNAPSHOT</version>
<version>1.8</version>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<flink.version>1.3.2</flink.version>
Expand Down Expand Up @@ -59,7 +59,7 @@
<dependency>
<artifactId>cache</artifactId>
<groupId>com.example.mu</groupId>
<version>1.8-SNAPSHOT</version>
<version>1.8</version>
<exclusions>
<exclusion>
<groupId>org.apache.zookeeper</groupId>
Expand All @@ -75,7 +75,7 @@
<dependency>
<groupId>com.example.mu</groupId>
<artifactId>domain</artifactId>
<version>1.8-SNAPSHOT</version>
<version>1.8</version>
</dependency>
<dependency>
<groupId>org.apache.curator</groupId>
Expand Down
8 changes: 4 additions & 4 deletions trade-imdg/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>trade-imdg</groupId>
<artifactId>trade-imdg</artifactId>
<version>1.8-SNAPSHOT</version>
<version>1.8</version>

<parent>
<groupId>org.springframework.boot</groupId>
Expand All @@ -18,12 +18,12 @@
<dependency>
<groupId>com.example.mu</groupId>
<artifactId>domain</artifactId>
<version>1.8-SNAPSHOT</version>
<version>1.8</version>
</dependency>
<dependency>
<artifactId>cache</artifactId>
<groupId>com.example.mu</groupId>
<version>1.8-SNAPSHOT</version>
<version>1.8</version>
</dependency>
<dependency>
<groupId>org.apache.curator</groupId>
Expand Down Expand Up @@ -117,7 +117,7 @@
<scm>
<connection>scm:git:https://github.com/dineshgpillai/innovation.git</connection>
<developerConnection>scm:git:https://github.com/dineshgpillai/innovation.git</developerConnection>
<tag>spanners-4.1</tag>
<tag>v1.8</tag>
</scm>
<distributionManagement>
<repository>
Expand Down
10 changes: 5 additions & 5 deletions trade-injector/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>trade-injector</groupId>
<artifactId>trade-injector</artifactId>
<version>1.8-SNAPSHOT</version>
<version>1.8</version>
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
Expand Down Expand Up @@ -84,12 +84,12 @@
<dependency>
<groupId>com.example.mu</groupId>
<artifactId>domain</artifactId>
<version>1.8-SNAPSHOT</version>
<version>1.8</version>
</dependency>
<dependency>
<artifactId>cache</artifactId>
<groupId>com.example.mu</groupId>
<version>1.8-SNAPSHOT</version>
<version>1.8</version>
</dependency>
<dependency>
<groupId>org.apache.curator</groupId>
Expand Down Expand Up @@ -192,7 +192,7 @@
<dependency>
<groupId>com.example</groupId>
<artifactId>bddtestutilityservices</artifactId>
<version>1.8-SNAPSHOT</version>
<version>1.8</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -277,7 +277,7 @@
<scm>
<connection>scm:git:https://github.com/dineshgpillai/innovation.git</connection>
<developerConnection>scm:git:https://github.com/dineshgpillai/innovation.git</developerConnection>
<tag>spanners-4.1</tag>
<tag>v1.8</tag>
</scm>
<distributionManagement>
<repository>
Expand Down
6 changes: 3 additions & 3 deletions tradeInjectorFlink/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>mu-parent</groupId>
<artifactId>mu-flink-trade-injector</artifactId>
<version>1.8-SNAPSHOT</version>
<version>1.8</version>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<flink.version>1.3.2</flink.version>
Expand Down Expand Up @@ -64,7 +64,7 @@
<dependency>
<artifactId>cache</artifactId>
<groupId>com.example.mu</groupId>
<version>1.8-SNAPSHOT</version>
<version>1.8</version>
<exclusions>
<exclusion>
<groupId>org.apache.zookeeper</groupId>
Expand All @@ -80,7 +80,7 @@
<dependency>
<groupId>com.example.mu</groupId>
<artifactId>domain</artifactId>
<version>1.8-SNAPSHOT</version>
<version>1.8</version>
</dependency>
<dependency>
<groupId>org.apache.curator</groupId>
Expand Down
10 changes: 5 additions & 5 deletions tradequerymicroservice/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>mu-parent</groupId>
<artifactId>tradequerymicroservice</artifactId>
<version>1.8-SNAPSHOT</version>
<version>1.8</version>

<parent>
<groupId>org.springframework.boot</groupId>
Expand All @@ -18,12 +18,12 @@
<dependency>
<groupId>com.example.mu</groupId>
<artifactId>domain</artifactId>
<version>1.8-SNAPSHOT</version>
<version>1.8</version>
</dependency>
<dependency>
<artifactId>cache</artifactId>
<groupId>com.example.mu</groupId>
<version>1.8-SNAPSHOT</version>
<version>1.8</version>
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
Expand Down Expand Up @@ -87,7 +87,7 @@
<dependency>
<groupId>com.example</groupId>
<artifactId>bddtestutilityservices</artifactId>
<version>1.8-SNAPSHOT</version>
<version>1.8</version>
<scope>test</scope>
</dependency>

Expand All @@ -104,7 +104,7 @@
<scm>
<connection>scm:git:https://github.com/dineshgpillai/innovation.git</connection>
<developerConnection>scm:git:https://github.com/dineshgpillai/innovation.git</developerConnection>
<tag>spanners-4.1</tag>
<tag>v1.8</tag>
</scm>
<distributionManagement>
<repository>
Expand Down

0 comments on commit d5e91ab

Please sign in to comment.