Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandre Dutra committed Dec 16, 2019
1 parent 59c7d08 commit fc49483
Show file tree
Hide file tree
Showing 12 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion commons/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<artifactId>dsbulk-parent</artifactId>
<groupId>com.datastax.dse</groupId>
<version>1.4.1-SNAPSHOT</version>
<version>1.4.1</version>
</parent>

<artifactId>dsbulk-commons</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion connectors/api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<artifactId>dsbulk-connectors</artifactId>
<groupId>com.datastax.dse</groupId>
<version>1.4.1-SNAPSHOT</version>
<version>1.4.1</version>
</parent>

<artifactId>dsbulk-connectors-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion connectors/csv/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<artifactId>dsbulk-connectors</artifactId>
<groupId>com.datastax.dse</groupId>
<version>1.4.1-SNAPSHOT</version>
<version>1.4.1</version>
</parent>

<artifactId>dsbulk-connectors-csv</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion connectors/json/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<artifactId>dsbulk-connectors</artifactId>
<groupId>com.datastax.dse</groupId>
<version>1.4.1-SNAPSHOT</version>
<version>1.4.1</version>
</parent>

<artifactId>dsbulk-connectors-json</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion connectors/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<artifactId>dsbulk-parent</artifactId>
<groupId>com.datastax.dse</groupId>
<version>1.4.1-SNAPSHOT</version>
<version>1.4.1</version>
</parent>

<artifactId>dsbulk-connectors</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion dist/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<artifactId>dsbulk-parent</artifactId>
<groupId>com.datastax.dse</groupId>
<version>1.4.1-SNAPSHOT</version>
<version>1.4.1</version>
</parent>

<artifactId>dsbulk-dist</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion engine/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<artifactId>dsbulk-parent</artifactId>
<groupId>com.datastax.dse</groupId>
<version>1.4.1-SNAPSHOT</version>
<version>1.4.1</version>
</parent>

<artifactId>dsbulk-engine</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion executor/api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<artifactId>dsbulk-executor</artifactId>
<groupId>com.datastax.dse</groupId>
<version>1.4.1-SNAPSHOT</version>
<version>1.4.1</version>
</parent>

<artifactId>dsbulk-executor-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion executor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<parent>
<artifactId>dsbulk-parent</artifactId>
<groupId>com.datastax.dse</groupId>
<version>1.4.1-SNAPSHOT</version>
<version>1.4.1</version>
</parent>

<artifactId>dsbulk-executor</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion executor/reactor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<artifactId>dsbulk-executor</artifactId>
<groupId>com.datastax.dse</groupId>
<version>1.4.1-SNAPSHOT</version>
<version>1.4.1</version>
</parent>

<artifactId>dsbulk-executor-reactor</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion executor/rxjava/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<parent>
<artifactId>dsbulk-executor</artifactId>
<groupId>com.datastax.dse</groupId>
<version>1.4.1-SNAPSHOT</version>
<version>1.4.1</version>
</parent>

<artifactId>dsbulk-executor-rxjava</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

<groupId>com.datastax.dse</groupId>
<artifactId>dsbulk-parent</artifactId>
<version>1.4.1-SNAPSHOT</version>
<version>1.4.1</version>
<packaging>pom</packaging>

<name>DataStax Bulk Loader</name>
Expand Down Expand Up @@ -961,7 +961,7 @@ https://www.datastax.com/terms/datastax-dse-bulk-utility-license-terms.
<connection>scm:git:[email protected]:riptano/dsbulk.git</connection>
<developerConnection>scm:git:[email protected]:riptano/dsbulk.git</developerConnection>
<url>https://github.com/riptano/dsbulk</url>
<tag>HEAD</tag>
<tag>1.4.1</tag>
</scm>

<developers>
Expand Down

0 comments on commit fc49483

Please sign in to comment.