Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v0.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
msteindorfer committed Dec 17, 2018
1 parent e4f07eb commit f49efb9
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions capsule-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
<parent>
<groupId>io.usethesource</groupId>
<artifactId>capsule-pom-parent</artifactId>
<version>0.7.0-SNAPSHOT</version>
<version>0.6.3</version>
</parent>

<groupId>io.usethesource</groupId>
<artifactId>capsule</artifactId>
<version>0.7.0-SNAPSHOT</version>
<version>0.6.3</version>
<packaging>jar</packaging>

<properties>
Expand Down
6 changes: 3 additions & 3 deletions capsule-experimental/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
<parent>
<groupId>io.usethesource</groupId>
<artifactId>capsule-pom-parent</artifactId>
<version>0.7.0-SNAPSHOT</version>
<version>0.6.3</version>
</parent>

<groupId>io.usethesource</groupId>
<artifactId>capsule-experimental</artifactId>
<version>0.7.0-SNAPSHOT</version>
<version>0.6.3</version>
<packaging>jar</packaging>

<properties>
Expand All @@ -32,7 +32,7 @@
<dependency>
<groupId>io.usethesource</groupId>
<artifactId>capsule</artifactId>
<version>0.7.0-SNAPSHOT</version>
<version>0.6.3</version>
</dependency>
</dependencies>

Expand Down
8 changes: 4 additions & 4 deletions capsule-veritas/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
<parent>
<groupId>io.usethesource</groupId>
<artifactId>capsule-pom-parent</artifactId>
<version>0.7.0-SNAPSHOT</version>
<version>0.6.3</version>
</parent>

<groupId>io.usethesource</groupId>
<artifactId>capsule-veritas</artifactId>
<version>0.7.0-SNAPSHOT</version>
<version>0.6.3</version>
<packaging>jar</packaging>

<properties>
Expand Down Expand Up @@ -49,12 +49,12 @@
<dependency>
<groupId>io.usethesource</groupId>
<artifactId>capsule</artifactId>
<version>0.7.0-SNAPSHOT</version>
<version>0.6.3</version>
</dependency>
<dependency>
<groupId>io.usethesource</groupId>
<artifactId>capsule-experimental</artifactId>
<version>0.7.0-SNAPSHOT</version>
<version>0.6.3</version>
</dependency>
<dependency>
<groupId>com.pholser</groupId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@

<groupId>io.usethesource</groupId>
<artifactId>capsule-pom-parent</artifactId>
<version>0.7.0-SNAPSHOT</version>
<version>0.6.3</version>
<packaging>pom</packaging>

<scm>
<developerConnection>scm:git:ssh://[email protected]/usethesource/capsule.git</developerConnection>
<tag>HEAD</tag>
<tag>v0.6.3</tag>
</scm>

<modules>
Expand Down

0 comments on commit f49efb9

Please sign in to comment.