Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
denis-yuen committed Oct 26, 2017
1 parent 13ba11b commit ae515be
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions cwlavro-generated/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@

<groupId>io.cwl</groupId>
<artifactId>cwlavro-generated</artifactId>
<version>2.0.2-SNAPSHOT</version>
<version>2.0.2</version>

<parent>
<groupId>io.cwl</groupId>
<artifactId>cwlavro</artifactId>
<version>2.0.2-SNAPSHOT</version>
<version>2.0.2</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
6 changes: 3 additions & 3 deletions cwlavro-tools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,20 @@

<groupId>io.cwl</groupId>
<artifactId>cwlavro-tools</artifactId>
<version>2.0.2-SNAPSHOT</version>
<version>2.0.2</version>

<parent>
<groupId>io.cwl</groupId>
<artifactId>cwlavro</artifactId>
<version>2.0.2-SNAPSHOT</version>
<version>2.0.2</version>
<relativePath>../pom.xml</relativePath>
</parent>

<dependencies>
<dependency>
<groupId>io.cwl</groupId>
<artifactId>cwlavro-generated</artifactId>
<version>2.0.2-SNAPSHOT</version>
<version>2.0.2</version>
</dependency>
<dependency>
<groupId>com.github.stefanbirkner</groupId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<artifactId>cwlavro</artifactId>
<name>CWL Avro</name>
<groupId>io.cwl</groupId>
<version>2.0.2-SNAPSHOT</version>
<version>2.0.2</version>
<packaging>pom</packaging>

<modules>
Expand All @@ -26,7 +26,7 @@
<connection>${github.url}</connection>
<developerConnection>${github.url}</developerConnection>
<url>${github.url}</url>
<tag>v1.0.1</tag>
<tag>2.0.2</tag>
</scm>

<distributionManagement>
Expand Down

0 comments on commit ae515be

Please sign in to comment.