Skip to content

Commit ebe1146

Browse files
committed
[maven-release-plugin] prepare release v1.4.1
1 parent 761c0ed commit ebe1146

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

dataenum-integration-test/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>dataenum-parent</artifactId>
55
<groupId>com.spotify.dataenum</groupId>
6-
<version>1.4.1-SNAPSHOT</version>
6+
<version>1.4.1</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

dataenum-processor/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.spotify.dataenum</groupId>
66
<artifactId>dataenum-parent</artifactId>
7-
<version>1.4.1-SNAPSHOT</version>
7+
<version>1.4.1</version>
88
</parent>
99

1010
<name>Dataenum Annotation Processor</name>

dataenum/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.spotify.dataenum</groupId>
66
<artifactId>dataenum-parent</artifactId>
7-
<version>1.4.1-SNAPSHOT</version>
7+
<version>1.4.1</version>
88
</parent>
99

1010
<name>Dataenum Runtime Dependencies</name>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<name>Dataenum Parent</name>
1111
<groupId>com.spotify.dataenum</groupId>
1212
<artifactId>dataenum-parent</artifactId>
13-
<version>1.4.1-SNAPSHOT</version>
13+
<version>1.4.1</version>
1414
<packaging>pom</packaging>
1515

1616
<licenses>
@@ -43,7 +43,7 @@
4343
<url>https://github.com/spotify/dataenum</url>
4444
<connection>scm:git:git@github.com:spotify/dataenum.git</connection>
4545
<developerConnection>scm:git:git@github.com:spotify/dataenum.git</developerConnection>
46-
<tag>HEAD</tag>
46+
<tag>v1.4.1</tag>
4747
</scm>
4848

4949
<properties>

0 commit comments

Comments
 (0)