Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
msteindorfer committed Mar 3, 2017
1 parent 90f7450 commit 649a816
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 23 deletions.
8 changes: 3 additions & 5 deletions capsule-core/pom.xml
Original file line number Diff line number Diff line change
@@ -1,17 +1,15 @@
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>io.usethesource</groupId>
<artifactId>capsule-pom-parent</artifactId>
<version>0.3.0.HETEROGENEOUS-SNAPSHOT</version>
<version>0.3.0</version>
</parent>

<groupId>io.usethesource</groupId>
<artifactId>capsule</artifactId>
<version>0.3.0.HETEROGENEOUS-SNAPSHOT</version>
<version>0.3.0</version>
<packaging>jar</packaging>

<properties>
Expand Down
10 changes: 4 additions & 6 deletions capsule-experimental/pom.xml
Original file line number Diff line number Diff line change
@@ -1,17 +1,15 @@
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>io.usethesource</groupId>
<artifactId>capsule-pom-parent</artifactId>
<version>0.3.0.HETEROGENEOUS-SNAPSHOT</version>
<version>0.3.0</version>
</parent>

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

<properties>
Expand All @@ -22,7 +20,7 @@
<dependency>
<groupId>io.usethesource</groupId>
<artifactId>capsule</artifactId>
<version>0.3.0.HETEROGENEOUS-SNAPSHOT</version>
<version>0.3.0</version>
</dependency>
</dependencies>

Expand Down
12 changes: 5 additions & 7 deletions capsule-veritas/pom.xml
Original file line number Diff line number Diff line change
@@ -1,17 +1,15 @@
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>io.usethesource</groupId>
<artifactId>capsule-pom-parent</artifactId>
<version>0.3.0.HETEROGENEOUS-SNAPSHOT</version>
<version>0.3.0</version>
</parent>

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

<properties>
Expand Down Expand Up @@ -44,12 +42,12 @@
<dependency>
<groupId>io.usethesource</groupId>
<artifactId>capsule</artifactId>
<version>0.3.0.HETEROGENEOUS-SNAPSHOT</version>
<version>0.3.0</version>
</dependency>
<dependency>
<groupId>io.usethesource</groupId>
<artifactId>capsule-experimental</artifactId>
<version>0.3.0.HETEROGENEOUS-SNAPSHOT</version>
<version>0.3.0</version>
</dependency>
<dependency>
<groupId>com.pholser</groupId>
Expand Down
8 changes: 3 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,17 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<groupId>io.usethesource</groupId>
<artifactId>capsule-pom-parent</artifactId>
<version>0.3.0.HETEROGENEOUS-SNAPSHOT</version>
<version>0.3.0</version>
<packaging>pom</packaging>

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

<modules>
Expand Down

0 comments on commit 649a816

Please sign in to comment.