mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-15 04:05:50 +00:00
[maven-release-plugin] prepare release spring-petclinic-4.0.0
This commit is contained in:
parent
59d617ef9d
commit
01cec2bb84
1 changed files with 7 additions and 6 deletions
13
pom.xml
13
pom.xml
|
@ -6,17 +6,18 @@
|
|||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter-parent</artifactId>
|
||||
<version>3.4.0</version>
|
||||
<relativePath></relativePath>
|
||||
<relativePath />
|
||||
</parent>
|
||||
|
||||
<scm>
|
||||
<connection>scm:git:git://github.com/Piasecki-grid/maven-project.git</connection>
|
||||
<developerConnection>scm:git:ssh://git@github.com:Piasecki-grid/maven-project.git</developerConnection>
|
||||
<url>https://github.com/Piasecki-grid/maven-project</url>
|
||||
<tag>spring-petclinic-4.0.0</tag>
|
||||
</scm>
|
||||
<groupId>org.springframework.samples</groupId>
|
||||
<artifactId>spring-petclinic</artifactId>
|
||||
<version>3.4.0-SNAPSHOT</version>
|
||||
<version>4.0.0</version>
|
||||
|
||||
<name>petclinic</name>
|
||||
|
||||
|
@ -28,7 +29,7 @@
|
|||
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
|
||||
<!-- Important for reproducible builds. Update using e.g. ./mvnw versions:set
|
||||
-DnewVersion=... -->
|
||||
<project.build.outputTimestamp>2024-11-28T14:37:52Z</project.build.outputTimestamp>
|
||||
<project.build.outputTimestamp>2025-01-04T17:40:54Z</project.build.outputTimestamp>
|
||||
|
||||
<!-- Web dependencies -->
|
||||
<webjars-locator.version>1.0.1</webjars-locator.version>
|
||||
|
@ -428,7 +429,7 @@
|
|||
</goals>
|
||||
</pluginExecutionFilter>
|
||||
<action>
|
||||
<ignore></ignore>
|
||||
<ignore />
|
||||
</action>
|
||||
</pluginExecution>
|
||||
<pluginExecution>
|
||||
|
@ -441,7 +442,7 @@
|
|||
</goals>
|
||||
</pluginExecutionFilter>
|
||||
<action>
|
||||
<ignore></ignore>
|
||||
<ignore />
|
||||
</action>
|
||||
</pluginExecution>
|
||||
<pluginExecution>
|
||||
|
@ -454,7 +455,7 @@
|
|||
</goals>
|
||||
</pluginExecutionFilter>
|
||||
<action>
|
||||
<ignore></ignore>
|
||||
<ignore />
|
||||
</action>
|
||||
</pluginExecution>
|
||||
</pluginExecutions>
|
||||
|
|
Loading…
Reference in a new issue