Skip to content

Commit c37ef1e

Browse files
committed
[maven-release-plugin] prepare release embabel-common-parent-0.1.1
1 parent fe7605e commit c37ef1e

File tree

10 files changed

+20
-13
lines changed

10 files changed

+20
-13
lines changed

embabel-common-ai/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
43
<modelVersion>4.0.0</modelVersion>
54
<parent>
65
<groupId>com.embabel.common</groupId>
76
<artifactId>embabel-common-parent</artifactId>
8-
<version>0.1.1-SNAPSHOT</version>
7+
<version>0.1.1</version>
98
</parent>
109
<artifactId>embabel-common-ai</artifactId>
1110
<packaging>jar</packaging>

embabel-common-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.embabel.common</groupId>
66
<artifactId>embabel-common-parent</artifactId>
7-
<version>0.1.1-SNAPSHOT</version>
7+
<version>0.1.1</version>
88
</parent>
99
<artifactId>embabel-common-core</artifactId>
1010
<packaging>jar</packaging>

embabel-common-dependencies/pom.xml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</parent>
1010
<groupId>com.embabel.common</groupId>
1111
<artifactId>embabel-common-dependencies</artifactId>
12-
<version>0.1.1-SNAPSHOT</version>
12+
<version>0.1.1</version>
1313
<packaging>pom</packaging>
1414
<name>Embabel Common Dependencies</name>
1515
<description>Embabel Common Dependencies for internal or external modules</description>
@@ -62,4 +62,8 @@
6262
</snapshots>
6363
</repository>
6464
</repositories>
65+
66+
<scm>
67+
<tag>embabel-common-parent-0.1.1</tag>
68+
</scm>
6569
</project>

embabel-common-test/embabel-common-test-ai/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.embabel.common</groupId>
66
<artifactId>embabel-common-test</artifactId>
7-
<version>0.1.1-SNAPSHOT</version>
7+
<version>0.1.1</version>
88
</parent>
99
<artifactId>embabel-common-test-ai</artifactId>
1010
<packaging>jar</packaging>

embabel-common-test/embabel-common-test-dependencies/pom.xml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</parent>
1010
<groupId>com.embabel.common</groupId>
1111
<artifactId>embabel-common-test-dependencies</artifactId>
12-
<version>0.1.1-SNAPSHOT</version>
12+
<version>0.1.1</version>
1313
<packaging>pom</packaging>
1414
<name>Embabel Common Test Dependencies</name>
1515
<description>Embabel Common Test Framework Dependencies</description>
@@ -49,4 +49,8 @@
4949
</snapshots>
5050
</repository>
5151
</repositories>
52+
53+
<scm>
54+
<tag>embabel-common-parent-0.1.1</tag>
55+
</scm>
5256
</project>

embabel-common-test/embabel-common-test-neo/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.embabel.common</groupId>
66
<artifactId>embabel-common-test</artifactId>
7-
<version>0.1.1-SNAPSHOT</version>
7+
<version>0.1.1</version>
88
</parent>
99
<artifactId>embabel-common-test-neo</artifactId>
1010
<packaging>jar</packaging>

embabel-common-test/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.embabel.common</groupId>
66
<artifactId>embabel-common-parent</artifactId>
7-
<version>0.1.1-SNAPSHOT</version>
7+
<version>0.1.1</version>
88
</parent>
99
<artifactId>embabel-common-test</artifactId>
1010
<packaging>pom</packaging>

embabel-common-textio/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.embabel.common</groupId>
66
<artifactId>embabel-common-parent</artifactId>
7-
<version>0.1.1-SNAPSHOT</version>
7+
<version>0.1.1</version>
88
</parent>
99
<artifactId>embabel-common-textio</artifactId>
1010
<packaging>jar</packaging>

embabel-common-util/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.embabel.common</groupId>
66
<artifactId>embabel-common-parent</artifactId>
7-
<version>0.1.1-SNAPSHOT</version>
7+
<version>0.1.1</version>
88
</parent>
99
<artifactId>embabel-common-util</artifactId>
1010
<packaging>jar</packaging>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</parent>
99
<groupId>com.embabel.common</groupId>
1010
<artifactId>embabel-common-parent</artifactId>
11-
<version>0.1.1-SNAPSHOT</version>
11+
<version>0.1.1</version>
1212
<packaging>pom</packaging>
1313
<name>Embabel Common Parent</name>
1414
<description>Common dependencies shared by child modules.</description>
@@ -30,7 +30,7 @@
3030
<url>https://github.com/embabel/embabel-common</url>
3131
<connection>scm:git:https://github.com/embabel/embabel-common.git</connection>
3232
<developerConnection>scm:git:https://github.com/embabel/embabel-common.git</developerConnection>
33-
<tag>HEAD</tag>
33+
<tag>embabel-common-parent-0.1.1</tag>
3434
</scm>
3535

3636
<dependencyManagement>

0 commit comments

Comments
 (0)