Skip to content

Commit 5eeed6a

Browse files
committed
[maven-release-plugin] prepare release v0.1.9
1 parent 74794bd commit 5eeed6a

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

embabel-build-dependencies/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<modelVersion>4.0.0</modelVersion>
1919
<groupId>com.embabel.build</groupId>
2020
<artifactId>embabel-build-dependencies</artifactId>
21-
<version>0.1.9-SNAPSHOT</version>
21+
<version>0.1.9</version>
2222
<name>Embabel Build BOM</name>
2323
<packaging>pom</packaging>
2424
<description>BOM with Embabel Build Dependencies</description>

embabel-dependencies-parent/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<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">
1818
<modelVersion>4.0.0</modelVersion>
1919
<groupId>com.embabel.build</groupId>
20-
<version>0.1.9-SNAPSHOT</version>
20+
<version>0.1.9</version>
2121
<artifactId>embabel-dependencies-parent</artifactId>
2222
<packaging>pom</packaging>
2323
<name>Embabel Dependencies Parent</name>
@@ -70,7 +70,7 @@
7070
<developerConnection>
7171
scm:git:ssh://git@github.com/embabel/embabel-build.git
7272
</developerConnection>
73-
<tag>HEAD</tag>
73+
<tag>v0.1.9</tag>
7474
</scm>
7575
<issueManagement>
7676
<system>Github Issues</system>

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<modelVersion>4.0.0</modelVersion>
1919
<groupId>com.embabel.build</groupId>
2020
<artifactId>embabel-build-parent</artifactId>
21-
<version>0.1.9-SNAPSHOT</version>
21+
<version>0.1.9</version>
2222
<packaging>pom</packaging>
2323
<name>Embabel Build Parent</name>
2424
<description>Embabel build parent pom, managing plugins and dependencies for all Embabel projects
@@ -52,7 +52,7 @@
5252
<resource.delimiter>@</resource.delimiter>
5353

5454
<!-- Embabel Build Version -->
55-
<embabel-build.version>0.1.9-SNAPSHOT</embabel-build.version>
55+
<embabel-build.version>0.1.9</embabel-build.version>
5656

5757
<!-- Build Plugins -->
5858
<maven.compiler-plugin.version>3.14.0</maven.compiler-plugin.version>
@@ -127,7 +127,7 @@
127127
<url>https://github.com/embabel/embabel-build</url>
128128
<connection>scm:git:https://github.com/embabel/embabel-build.git</connection>
129129
<developerConnection>scm:git:https://github.com/embabel/embabel-build.git</developerConnection>
130-
<tag>HEAD</tag>
130+
<tag>v0.1.9</tag>
131131
</scm>
132132
<issueManagement>
133133
<system>Github Issues</system>

0 commit comments

Comments
 (0)