Skip to content

Commit 258aa6e

Browse files
author
github-actions
committed
[maven-release-plugin] prepare release sift-0.9.0
1 parent 5b4615e commit 258aa6e

File tree

12 files changed

+13
-13
lines changed

12 files changed

+13
-13
lines changed

cli/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>net.onedaybeard.sift</groupId>
88
<artifactId>sift</artifactId>
9-
<version>0.9.0-SNAPSHOT</version>
9+
<version>0.9.0</version>
1010
</parent>
1111

1212
<artifactId>cli</artifactId>

core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>net.onedaybeard.sift</groupId>
88
<artifactId>sift</artifactId>
9-
<version>0.9.0-SNAPSHOT</version>
9+
<version>0.9.0</version>
1010
</parent>
1111

1212
<artifactId>core</artifactId>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>net.onedaybeard.sift</groupId>
66
<artifactId>sift</artifactId>
7-
<version>0.9.0-SNAPSHOT</version>
7+
<version>0.9.0</version>
88
<packaging>pom</packaging>
99

1010
<name>sift - root</name>
@@ -382,7 +382,7 @@
382382
<url>https://github.com/junkdog/sift/</url>
383383
<connection>scm:git:[email protected]:junkdog/sift.git</connection>
384384
<developerConnection>scm:git:[email protected]:junkdog/sift.git</developerConnection>
385-
<tag>0.1.0</tag>
385+
<tag>sift-0.9.0</tag>
386386
</scm>
387387

388388
</project>

templates/deprecated/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>net.onedaybeard.sift.template</groupId>
88
<artifactId>root</artifactId>
9-
<version>0.9.0-SNAPSHOT</version>
9+
<version>0.9.0</version>
1010
</parent>
1111

1212
<artifactId>deprecated</artifactId>

templates/jdbi/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>net.onedaybeard.sift.template</groupId>
88
<artifactId>root</artifactId>
9-
<version>0.9.0-SNAPSHOT</version>
9+
<version>0.9.0</version>
1010
</parent>
1111

1212
<artifactId>jdbi</artifactId>

templates/jpa/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>net.onedaybeard.sift.template</groupId>
88
<artifactId>root</artifactId>
9-
<version>0.9.0-SNAPSHOT</version>
9+
<version>0.9.0</version>
1010
</parent>
1111

1212
<artifactId>jpa</artifactId>

templates/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>net.onedaybeard.sift</groupId>
88
<artifactId>sift</artifactId>
9-
<version>0.9.0-SNAPSHOT</version>
9+
<version>0.9.0</version>
1010
</parent>
1111

1212
<groupId>net.onedaybeard.sift.template</groupId>

templates/sift/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>net.onedaybeard.sift.template</groupId>
88
<artifactId>root</artifactId>
9-
<version>0.9.0-SNAPSHOT</version>
9+
<version>0.9.0</version>
1010
</parent>
1111

1212
<artifactId>sift</artifactId>

templates/spring-boot-axon-cqrs/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>net.onedaybeard.sift.template</groupId>
88
<artifactId>root</artifactId>
9-
<version>0.9.0-SNAPSHOT</version>
9+
<version>0.9.0</version>
1010
</parent>
1111

1212
<artifactId>spring-boot-axon-cqrs</artifactId>

templates/spring-boot/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>net.onedaybeard.sift.template</groupId>
88
<artifactId>root</artifactId>
9-
<version>0.9.0-SNAPSHOT</version>
9+
<version>0.9.0</version>
1010
</parent>
1111

1212
<artifactId>spring-boot</artifactId>

0 commit comments

Comments
 (0)