Skip to content

Commit

Permalink
[maven-release-plugin] prepare release sift-0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
junkdog committed Mar 6, 2023
1 parent 3fd5e07 commit 8012a34
Show file tree
Hide file tree
Showing 12 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>net.onedaybeard.sift</groupId>
<artifactId>sift</artifactId>
<version>0.7.0-SNAPSHOT</version>
<version>0.7.0</version>
</parent>

<artifactId>cli</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>net.onedaybeard.sift</groupId>
<artifactId>sift</artifactId>
<version>0.7.0-SNAPSHOT</version>
<version>0.7.0</version>
</parent>

<artifactId>core</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>net.onedaybeard.sift</groupId>
<artifactId>sift</artifactId>
<version>0.7.0-SNAPSHOT</version>
<version>0.7.0</version>
<packaging>pom</packaging>

<name>sift - root</name>
Expand Down Expand Up @@ -341,7 +341,7 @@
<url>https://github.com/junkdog/sift/</url>
<connection>scm:git:[email protected]:junkdog/sift.git</connection>
<developerConnection>scm:git:[email protected]:junkdog/sift.git</developerConnection>
<tag>0.1.0</tag>
<tag>sift-0.7.0</tag>
</scm>

</project>
2 changes: 1 addition & 1 deletion templates/deprecated/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>net.onedaybeard.sift.template</groupId>
<artifactId>root</artifactId>
<version>0.7.0-SNAPSHOT</version>
<version>0.7.0</version>
</parent>

<artifactId>deprecated</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion templates/jdbi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>net.onedaybeard.sift.template</groupId>
<artifactId>root</artifactId>
<version>0.7.0-SNAPSHOT</version>
<version>0.7.0</version>
</parent>

<artifactId>jdbi</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion templates/jpa/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>net.onedaybeard.sift.template</groupId>
<artifactId>root</artifactId>
<version>0.7.0-SNAPSHOT</version>
<version>0.7.0</version>
</parent>

<artifactId>jpa</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion templates/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>net.onedaybeard.sift</groupId>
<artifactId>sift</artifactId>
<version>0.7.0-SNAPSHOT</version>
<version>0.7.0</version>
</parent>

<groupId>net.onedaybeard.sift.template</groupId>
Expand Down
2 changes: 1 addition & 1 deletion templates/sift/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>net.onedaybeard.sift.template</groupId>
<artifactId>root</artifactId>
<version>0.7.0-SNAPSHOT</version>
<version>0.7.0</version>
</parent>

<artifactId>sift</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion templates/spring-boot-axon-cqrs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>net.onedaybeard.sift.template</groupId>
<artifactId>root</artifactId>
<version>0.7.0-SNAPSHOT</version>
<version>0.7.0</version>
</parent>

<artifactId>spring-boot-axon-cqrs</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion templates/spring-boot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>net.onedaybeard.sift.template</groupId>
<artifactId>root</artifactId>
<version>0.7.0-SNAPSHOT</version>
<version>0.7.0</version>
</parent>

<artifactId>spring-boot</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion templates/spring-crud/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>net.onedaybeard.sift.template</groupId>
<artifactId>root</artifactId>
<version>0.7.0-SNAPSHOT</version>
<version>0.7.0</version>
</parent>

<artifactId>spring-crud</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion templates/template-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>net.onedaybeard.sift.template</groupId>
<artifactId>root</artifactId>
<version>0.7.0-SNAPSHOT</version>
<version>0.7.0</version>
</parent>

<artifactId>template-core</artifactId>
Expand Down

0 comments on commit 8012a34

Please sign in to comment.