Skip to content

Commit

Permalink
[maven-release-plugin] prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanlouisboudart committed Aug 28, 2018
1 parent 19fc76c commit f6504fb
Show file tree
Hide file tree
Showing 21 changed files with 23 additions and 23 deletions.
2 changes: 1 addition & 1 deletion compiler/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>parent-importer</artifactId>
<groupId>io.skalogs.skaetl</groupId>
<version>1.0.2.1</version>
<version>1.0.3-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>io.skalogs.skaetl</groupId>
<artifactId>parent-importer</artifactId>
<version>1.0.2.1</version>
<version>1.0.3-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion enduser-doc/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>parent-importer</artifactId>
<groupId>io.skalogs.skaetl</groupId>
<version>1.0.2.1</version>
<version>1.0.3-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion error-importer/pom.xml
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>io.skalogs.skaetl</groupId>
<artifactId>parent-importer</artifactId>
<version>1.0.2.1</version>
<version>1.0.3-SNAPSHOT</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion generator/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.skalogs.skaetl</groupId>
<artifactId>parent-importer</artifactId>
<version>1.0.2.1</version>
<version>1.0.3-SNAPSHOT</version>
</parent>

<groupId>io.skalogs.skaetl</groupId>
Expand Down
2 changes: 1 addition & 1 deletion kafka-unit/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>parent-importer</artifactId>
<groupId>io.skalogs.skaetl</groupId>
<version>1.0.2.1</version>
<version>1.0.3-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion metric-api/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>parent-importer</artifactId>
<groupId>io.skalogs.skaetl</groupId>
<version>1.0.2.1</version>
<version>1.0.3-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion metric-importer/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>parent-importer</artifactId>
<groupId>io.skalogs.skaetl</groupId>
<version>1.0.2.1</version>
<version>1.0.3-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.skalogs.skaetl</groupId>
<artifactId>parent-importer</artifactId>
<version>1.0.2.1</version>
<version>1.0.3-SNAPSHOT</version>
<packaging>pom</packaging>
<name>SkaETL Parent POM</name>
<url>https://skalogs.com</url>
Expand Down Expand Up @@ -440,7 +440,7 @@
<connection>scm:git:git@github.com:skalogs/SkaETL.git</connection>
<developerConnection>scm:git:git@github.com:skalogs/SkaETL.git</developerConnection>
<url>https://github.com/skalogs/SkaETL</url>
<tag>parent-importer-1.0.2.1</tag>
<tag>HEAD</tag>
</scm>
<distributionManagement>
<snapshotRepository>
Expand Down
2 changes: 1 addition & 1 deletion process-importer-api/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>parent-importer</artifactId>
<groupId>io.skalogs.skaetl</groupId>
<version>1.0.2.1</version>
<version>1.0.3-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion process-importer-impl/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>parent-importer</artifactId>
<groupId>io.skalogs.skaetl</groupId>
<version>1.0.2.1</version>
<version>1.0.3-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
4 changes: 2 additions & 2 deletions process-importer-simulator/pom.xml
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>io.skalogs.skaetl</groupId>
<artifactId>parent-importer</artifactId>
<version>1.0.2.1</version>
<version>1.0.3-SNAPSHOT</version>
</parent>

<dependencies>
Expand All @@ -22,7 +22,7 @@
<dependency>
<groupId>io.skalogs.skaetl</groupId>
<artifactId>process-importer-impl</artifactId>
<version>1.0.2.1</version>
<version>1.0.3-SNAPSHOT</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion process-importer/pom.xml
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>io.skalogs.skaetl</groupId>
<artifactId>parent-importer</artifactId>
<version>1.0.2.1</version>
<version>1.0.3-SNAPSHOT</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion referential-importer-impl/pom.xml
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>io.skalogs.skaetl</groupId>
<artifactId>parent-importer</artifactId>
<version>1.0.2.1</version>
<version>1.0.3-SNAPSHOT</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion referential-importer/pom.xml
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>io.skalogs.skaetl</groupId>
<artifactId>parent-importer</artifactId>
<version>1.0.2.1</version>
<version>1.0.3-SNAPSHOT</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion retry-importer/pom.xml
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>io.skalogs.skaetl</groupId>
<artifactId>parent-importer</artifactId>
<version>1.0.2.1</version>
<version>1.0.3-SNAPSHOT</version>
</parent>


Expand Down
2 changes: 1 addition & 1 deletion rule-executor/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>parent-importer</artifactId>
<groupId>io.skalogs.skaetl</groupId>
<version>1.0.2.1</version>
<version>1.0.3-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion services/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>parent-importer</artifactId>
<groupId>io.skalogs.skaetl</groupId>
<version>1.0.2.1</version>
<version>1.0.3-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion skaetl-backend/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.skalogs.skaetl</groupId>
<artifactId>parent-importer</artifactId>
<version>1.0.2.1</version>
<version>1.0.3-SNAPSHOT</version>
</parent>

<artifactId>skaetl-backend</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion skaetl-frontend/pom.xml
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>io.skalogs.skaetl</groupId>
<artifactId>parent-importer</artifactId>
<version>1.0.2.1</version>
<version>1.0.3-SNAPSHOT</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion standalone-importer/pom.xml
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>io.skalogs.skaetl</groupId>
<artifactId>parent-importer</artifactId>
<version>1.0.2.1</version>
<version>1.0.3-SNAPSHOT</version>
</parent>

<dependencies>
Expand Down

0 comments on commit f6504fb

Please sign in to comment.