Skip to content

Commit

Permalink
RELEASE 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ouvreboite committed Sep 25, 2020
1 parent a54ae52 commit fb06fb4
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion source/avro/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>velinfo</artifactId>
<groupId>fr.velinfo</groupId>
<version>1.1-SNAPSHOT</version>
<version>1.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion source/common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>velinfo</artifactId>
<groupId>fr.velinfo</groupId>
<version>1.1-SNAPSHOT</version>
<version>1.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
10 changes: 5 additions & 5 deletions source/kafka/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>velinfo</artifactId>
<groupId>fr.velinfo</groupId>
<version>1.1-SNAPSHOT</version>
<version>1.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>kafka</artifactId>
Expand Down Expand Up @@ -83,25 +83,25 @@
<dependency>
<groupId>fr.velinfo</groupId>
<artifactId>avro</artifactId>
<version>1.1-SNAPSHOT</version>
<version>1.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>fr.velinfo</groupId>
<artifactId>opendata</artifactId>
<version>1.1-SNAPSHOT</version>
<version>1.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>fr.velinfo</groupId>
<artifactId>common</artifactId>
<version>1.1-SNAPSHOT</version>
<version>1.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>fr.velinfo</groupId>
<artifactId>repository</artifactId>
<version>1.1-SNAPSHOT</version>
<version>1.1</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion source/opendata/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>velinfo</artifactId>
<groupId>fr.velinfo</groupId>
<version>1.1-SNAPSHOT</version>
<version>1.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion source/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>fr.velinfo</groupId>
<artifactId>velinfo</artifactId>
<packaging>pom</packaging>
<version>1.1-SNAPSHOT</version>
<version>1.1</version>
<modules>
<module>avro</module>
<module>opendata</module>
Expand Down
6 changes: 3 additions & 3 deletions source/repository/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>velinfo</artifactId>
<groupId>fr.velinfo</groupId>
<version>1.1-SNAPSHOT</version>
<version>1.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -19,13 +19,13 @@
<dependency>
<groupId>fr.velinfo</groupId>
<artifactId>avro</artifactId>
<version>1.1-SNAPSHOT</version>
<version>1.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>fr.velinfo</groupId>
<artifactId>common</artifactId>
<version>1.1-SNAPSHOT</version>
<version>1.1</version>
<scope>compile</scope>
</dependency>
</dependencies>
Expand Down
8 changes: 4 additions & 4 deletions source/webapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>velinfo</artifactId>
<groupId>fr.velinfo</groupId>
<version>1.1-SNAPSHOT</version>
<version>1.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down Expand Up @@ -56,13 +56,13 @@
<dependency>
<groupId>fr.velinfo</groupId>
<artifactId>avro</artifactId>
<version>1.1-SNAPSHOT</version>
<version>1.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>fr.velinfo</groupId>
<artifactId>common</artifactId>
<version>1.1-SNAPSHOT</version>
<version>1.1</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand All @@ -73,7 +73,7 @@
<dependency>
<groupId>fr.velinfo</groupId>
<artifactId>repository</artifactId>
<version>1.1-SNAPSHOT</version>
<version>1.1</version>
<scope>compile</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit fb06fb4

Please sign in to comment.