mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-15 04:05:50 +00:00
[maven-release-plugin] rollback the release of hihi
This commit is contained in:
parent
1e65ebf564
commit
a9288a3062
1 changed files with 6 additions and 7 deletions
13
pom.xml
13
pom.xml
|
@ -6,18 +6,17 @@
|
|||
<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</connection>
|
||||
<developerConnection>scm:git:ssh://git@github.com:Piasecki-grid/maven-project</developerConnection>
|
||||
<url>https://github.com/Piasecki-grid/maven-project</url>
|
||||
<tag>hihi</tag>
|
||||
</scm>
|
||||
<groupId>org.springframework.samples</groupId>
|
||||
<artifactId>spring-petclinic</artifactId>
|
||||
<version>4.0.1</version>
|
||||
<version>3.4.0-SNAPSHOT</version>
|
||||
|
||||
<name>petclinic</name>
|
||||
|
||||
|
@ -29,7 +28,7 @@
|
|||
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
|
||||
<!-- Important for reproducible builds. Update using e.g. ./mvnw versions:set
|
||||
-DnewVersion=... -->
|
||||
<project.build.outputTimestamp>2025-01-04T17:19:47Z</project.build.outputTimestamp>
|
||||
<project.build.outputTimestamp>2024-11-28T14:37:52Z</project.build.outputTimestamp>
|
||||
|
||||
<!-- Web dependencies -->
|
||||
<webjars-locator.version>1.0.1</webjars-locator.version>
|
||||
|
@ -420,7 +419,7 @@
|
|||
</goals>
|
||||
</pluginExecutionFilter>
|
||||
<action>
|
||||
<ignore />
|
||||
<ignore></ignore>
|
||||
</action>
|
||||
</pluginExecution>
|
||||
<pluginExecution>
|
||||
|
@ -433,7 +432,7 @@
|
|||
</goals>
|
||||
</pluginExecutionFilter>
|
||||
<action>
|
||||
<ignore />
|
||||
<ignore></ignore>
|
||||
</action>
|
||||
</pluginExecution>
|
||||
<pluginExecution>
|
||||
|
@ -446,7 +445,7 @@
|
|||
</goals>
|
||||
</pluginExecutionFilter>
|
||||
<action>
|
||||
<ignore />
|
||||
<ignore></ignore>
|
||||
</action>
|
||||
</pluginExecution>
|
||||
</pluginExecutions>
|
||||
|
|
Loading…
Reference in a new issue