Skip to content

Commit 82fcaba

Browse files
author
Michel Davit
committed
[maven-release-plugin] prepare release v0.10.28
1 parent ce0f16e commit 82fcaba

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Diff for: dbeam-bom/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.spotify</groupId>
88
<artifactId>dbeam-parent</artifactId>
9-
<version>0.10.28-SNAPSHOT</version>
9+
<version>0.10.28</version>
1010
</parent>
1111
<artifactId>dbeam-bom</artifactId>
1212
<packaging>pom</packaging>

Diff for: dbeam-core/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.spotify</groupId>
88
<artifactId>dbeam-parent</artifactId>
9-
<version>0.10.28-SNAPSHOT</version>
9+
<version>0.10.28</version>
1010
</parent>
1111
<artifactId>dbeam-core</artifactId>
1212

Diff for: pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
<groupId>com.spotify</groupId>
1313
<artifactId>dbeam-parent</artifactId>
14-
<version>0.10.28-SNAPSHOT</version>
14+
<version>0.10.28</version>
1515
<packaging>pom</packaging>
1616
<name>dbeam-parent</name>
1717

@@ -82,7 +82,7 @@
8282
<scm>
8383
<connection>scm:git:https://github.com/spotify/dbeam.git</connection>
8484
<developerConnection>scm:git:[email protected]:spotify/dbeam.git</developerConnection>
85-
<tag>HEAD</tag>
85+
<tag>v0.10.28</tag>
8686
<url>scm:https://github.com/spotify/dbeam/</url>
8787
</scm>
8888

@@ -732,7 +732,7 @@
732732
</filter>
733733
</filters>
734734
<transformers>
735-
<transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer"/>
735+
<transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer" />
736736
<transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
737737
<mainClass>com.spotify.dbeam.jobs.JdbcAvroJob</mainClass>
738738
</transformer>

0 commit comments

Comments
 (0)