Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
msteindorfer committed Jun 30, 2017
1 parent 25c0120 commit e38b87a
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.3.2-SNAPSHOT</version>
<version>0.3.2</version>
</parent>

<groupId>io.usethesource</groupId>
<artifactId>capsule</artifactId>
<version>0.3.2-SNAPSHOT</version>
<version>0.3.2</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.3.2-SNAPSHOT</version>
<version>0.3.2</version>
</parent>

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

<properties>
Expand All @@ -20,7 +20,7 @@
<dependency>
<groupId>io.usethesource</groupId>
<artifactId>capsule</artifactId>
<version>0.3.2-SNAPSHOT</version>
<version>0.3.2</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.3.2-SNAPSHOT</version>
<version>0.3.2</version>
</parent>

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

<properties>
Expand Down Expand Up @@ -42,12 +42,12 @@
<dependency>
<groupId>io.usethesource</groupId>
<artifactId>capsule</artifactId>
<version>0.3.2-SNAPSHOT</version>
<version>0.3.2</version>
</dependency>
<dependency>
<groupId>io.usethesource</groupId>
<artifactId>capsule-experimental</artifactId>
<version>0.3.2-SNAPSHOT</version>
<version>0.3.2</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.3.2-SNAPSHOT</version>
<version>0.3.2</version>
<packaging>pom</packaging>

<scm>
<developerConnection>scm:git:https://github.com/usethesource/capsule.git</developerConnection>
<tag>HEAD</tag>
<tag>v0.3.2</tag>
</scm>

<modules>
Expand Down

0 comments on commit e38b87a

Please sign in to comment.