Skip to content

Commit 5704eda

Browse files
committed
[maven-release-plugin] prepare release embabel-build-parent-0.1.1
1 parent 8f5bebd commit 5704eda

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

embabel-build-dependencies/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.embabel.build</groupId>
55
<artifactId>embabel-build-dependencies</artifactId>
6-
<version>0.1.1-SNAPSHOT</version>
6+
<version>0.1.1</version>
77
<name>Embabel Build BOM</name>
88
<packaging>pom</packaging>
99
<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
@@ -2,7 +2,7 @@
22
<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">
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.embabel.build</groupId>
5-
<version>0.1.1-SNAPSHOT</version>
5+
<version>0.1.1</version>
66
<artifactId>embabel-dependencies-parent</artifactId>
77
<packaging>pom</packaging>
88
<name>Embabel Dependencies Parent</name>
@@ -50,7 +50,7 @@
5050
<developerConnection>
5151
scm:git:ssh://git@github.com/embabel/embabel-build.git
5252
</developerConnection>
53-
<tag>HEAD</tag>
53+
<tag>embabel-build-parent-0.1.1</tag>
5454
</scm>
5555
<developers>
5656
<developer>

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.embabel.build</groupId>
55
<artifactId>embabel-build-parent</artifactId>
6-
<version>0.1.1-SNAPSHOT</version>
6+
<version>0.1.1</version>
77
<packaging>pom</packaging>
88
<name>Embabel Build Parent</name>
99
<description>Embabel build parent pom, managing plugins and dependencies for all Embabel projects
@@ -37,7 +37,7 @@
3737
<resource.delimiter>@</resource.delimiter>
3838

3939
<!-- Embabel Build Version -->
40-
<embabel-build.version>0.1.1-SNAPSHOT</embabel-build.version>
40+
<embabel-build.version>0.1.1</embabel-build.version>
4141

4242
<!-- Build Plugins -->
4343
<maven.compiler-plugin.version>3.14.0</maven.compiler-plugin.version>
@@ -107,7 +107,7 @@
107107
<url>https://github.com/embabel/embabel-build</url>
108108
<connection>scm:git:https://github.com/embabel/embabel-build.git</connection>
109109
<developerConnection>scm:git:https://github.com/embabel/embabel-build.git</developerConnection>
110-
<tag>HEAD</tag>
110+
<tag>embabel-build-parent-0.1.1</tag>
111111
</scm>
112112
<developers>
113113
<developer>

0 commit comments

Comments
 (0)