Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lbruun committed May 22, 2024
1 parent dbfbd17 commit 6303730
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 8 deletions.
2 changes: 1 addition & 1 deletion autoconfigure/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ limitations under the License.
<parent>
<groupId>net.lbruun.springboot</groupId>
<artifactId>preliquibase-spring-boot-parent</artifactId>
<version>1.5.1-SNAPSHOT</version>
<version>1.5.1</version>
</parent>
<artifactId>preliquibase-spring-boot-autoconfigure</artifactId>
<packaging>jar</packaging>
Expand Down
8 changes: 6 additions & 2 deletions examples/example1/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ limitations under the License.
</parent>
<groupId>net.lbruun.springboot</groupId>
<artifactId>preliquibase-spring-boot-example-1</artifactId>
<version>1.5.1-SNAPSHOT</version>
<version>1.5.1</version>
<packaging>jar</packaging>
<name>Spring Boot AutoConfiguration :: Pre-Liquibase Example 1</name>

Expand Down Expand Up @@ -69,7 +69,7 @@ limitations under the License.
<dependency>
<groupId>net.lbruun.springboot</groupId>
<artifactId>preliquibase-spring-boot-starter</artifactId>
<version>1.5.1-SNAPSHOT</version> <!-- in a real life application you would not use a SNAPSHOT version here -->
<version>1.5.1</version> <!-- in a real life application you would not use a SNAPSHOT version here -->
</dependency>

<!-- JDBC drivers - a real life application would probably have
Expand Down Expand Up @@ -127,4 +127,8 @@ limitations under the License.

</plugins>
</build>

<scm>
<tag>1.5.1</tag>
</scm>
</project>
8 changes: 6 additions & 2 deletions examples/example2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ limitations under the License.
</parent>
<groupId>net.lbruun.springboot</groupId>
<artifactId>preliquibase-spring-boot-example-2</artifactId>
<version>1.5.1-SNAPSHOT</version>
<version>1.5.1</version>
<packaging>jar</packaging>
<name>Spring Boot AutoConfiguration :: Pre-Liquibase Example 2</name>

Expand Down Expand Up @@ -69,7 +69,7 @@ limitations under the License.
<dependency>
<groupId>net.lbruun.springboot</groupId>
<artifactId>preliquibase-spring-boot-starter</artifactId>
<version>1.5.1-SNAPSHOT</version> <!-- in a real life application you would not use a SNAPSHOT version here -->
<version>1.5.1</version> <!-- in a real life application you would not use a SNAPSHOT version here -->
</dependency>

<!-- JDBC drivers - a real life application would probably have
Expand Down Expand Up @@ -127,4 +127,8 @@ limitations under the License.

</plugins>
</build>

<scm>
<tag>1.5.1</tag>
</scm>
</project>
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ limitations under the License.
<modelVersion>4.0.0</modelVersion>
<groupId>net.lbruun.springboot</groupId>
<artifactId>preliquibase-spring-boot-parent</artifactId>
<version>1.5.1-SNAPSHOT</version>
<version>1.5.1</version>
<packaging>pom</packaging>
<modules>
<module>autoconfigure</module>
Expand Down Expand Up @@ -57,7 +57,7 @@ limitations under the License.
<connection>scm:git:https://github.com/lbruun/Pre-Liquibase.git</connection>
<developerConnection>scm:git:https://github.com/lbruun/Pre-Liquibase.git</developerConnection>
<url>https://github.com/lbruun/Pre-Liquibase</url>
<tag>HEAD</tag>
<tag>1.5.1</tag>
</scm>


Expand Down
2 changes: 1 addition & 1 deletion starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ limitations under the License.
<parent>
<groupId>net.lbruun.springboot</groupId>
<artifactId>preliquibase-spring-boot-parent</artifactId>
<version>1.5.1-SNAPSHOT</version>
<version>1.5.1</version>
</parent>

<artifactId>preliquibase-spring-boot-starter</artifactId>
Expand Down

0 comments on commit 6303730

Please sign in to comment.