Skip to content

Commit 649a816

Browse files
committed
[maven-release-plugin] prepare release v0.3.0
1 parent 90f7450 commit 649a816

File tree

4 files changed

+15
-23
lines changed

4 files changed

+15
-23
lines changed

capsule-core/pom.xml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,15 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0"
2-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1+
<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">
42
<modelVersion>4.0.0</modelVersion>
53

64
<parent>
75
<groupId>io.usethesource</groupId>
86
<artifactId>capsule-pom-parent</artifactId>
9-
<version>0.3.0.HETEROGENEOUS-SNAPSHOT</version>
7+
<version>0.3.0</version>
108
</parent>
119

1210
<groupId>io.usethesource</groupId>
1311
<artifactId>capsule</artifactId>
14-
<version>0.3.0.HETEROGENEOUS-SNAPSHOT</version>
12+
<version>0.3.0</version>
1513
<packaging>jar</packaging>
1614

1715
<properties>

capsule-experimental/pom.xml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,15 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0"
2-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1+
<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">
42
<modelVersion>4.0.0</modelVersion>
53

64
<parent>
75
<groupId>io.usethesource</groupId>
86
<artifactId>capsule-pom-parent</artifactId>
9-
<version>0.3.0.HETEROGENEOUS-SNAPSHOT</version>
7+
<version>0.3.0</version>
108
</parent>
119

1210
<groupId>io.usethesource</groupId>
1311
<artifactId>capsule-experimental</artifactId>
14-
<version>0.3.0.HETEROGENEOUS-SNAPSHOT</version>
12+
<version>0.3.0</version>
1513
<packaging>jar</packaging>
1614

1715
<properties>
@@ -22,7 +20,7 @@
2220
<dependency>
2321
<groupId>io.usethesource</groupId>
2422
<artifactId>capsule</artifactId>
25-
<version>0.3.0.HETEROGENEOUS-SNAPSHOT</version>
23+
<version>0.3.0</version>
2624
</dependency>
2725
</dependencies>
2826

capsule-veritas/pom.xml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,15 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0"
2-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1+
<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">
42
<modelVersion>4.0.0</modelVersion>
53

64
<parent>
75
<groupId>io.usethesource</groupId>
86
<artifactId>capsule-pom-parent</artifactId>
9-
<version>0.3.0.HETEROGENEOUS-SNAPSHOT</version>
7+
<version>0.3.0</version>
108
</parent>
119

1210
<groupId>io.usethesource</groupId>
1311
<artifactId>capsule-veritas</artifactId>
14-
<version>0.3.0.HETEROGENEOUS-SNAPSHOT</version>
12+
<version>0.3.0</version>
1513
<packaging>jar</packaging>
1614

1715
<properties>
@@ -44,12 +42,12 @@
4442
<dependency>
4543
<groupId>io.usethesource</groupId>
4644
<artifactId>capsule</artifactId>
47-
<version>0.3.0.HETEROGENEOUS-SNAPSHOT</version>
45+
<version>0.3.0</version>
4846
</dependency>
4947
<dependency>
5048
<groupId>io.usethesource</groupId>
5149
<artifactId>capsule-experimental</artifactId>
52-
<version>0.3.0.HETEROGENEOUS-SNAPSHOT</version>
50+
<version>0.3.0</version>
5351
</dependency>
5452
<dependency>
5553
<groupId>com.pholser</groupId>

pom.xml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,15 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<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">
53
<modelVersion>4.0.0</modelVersion>
64

75
<groupId>io.usethesource</groupId>
86
<artifactId>capsule-pom-parent</artifactId>
9-
<version>0.3.0.HETEROGENEOUS-SNAPSHOT</version>
7+
<version>0.3.0</version>
108
<packaging>pom</packaging>
119

1210
<scm>
1311
<developerConnection>scm:git:https://github.com/usethesource/capsule.git</developerConnection>
14-
<tag>HEAD</tag>
12+
<tag>v0.3.0</tag>
1513
</scm>
1614

1715
<modules>

0 commit comments

Comments
 (0)