mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-16 04:35:49 +00:00
[maven-release-plugin] rollback the release of spring-petclinic-4
This commit is contained in:
parent
9c40c8285b
commit
06caa9301b
1 changed files with 6 additions and 22 deletions
28
pom.xml
28
pom.xml
|
@ -6,18 +6,17 @@
|
||||||
<groupId>org.springframework.boot</groupId>
|
<groupId>org.springframework.boot</groupId>
|
||||||
<artifactId>spring-boot-starter-parent</artifactId>
|
<artifactId>spring-boot-starter-parent</artifactId>
|
||||||
<version>3.4.0</version>
|
<version>3.4.0</version>
|
||||||
<relativePath />
|
<relativePath></relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<scm>
|
<scm>
|
||||||
<connection>scm:git:git://github.com/Piasecki-grid/maven-project</connection>
|
<connection>scm:git:git://github.com/Piasecki-grid/maven-project</connection>
|
||||||
<developerConnection>scm:git:ssh://git@github.com:Piasecki-grid/maven-project</developerConnection>
|
<developerConnection>scm:git:ssh://git@github.com:Piasecki-grid/maven-project</developerConnection>
|
||||||
<url>https://github.com/Piasecki-grid/maven-project</url>
|
<url>https://github.com/Piasecki-grid/maven-project</url>
|
||||||
<tag>spring-petclinic-4</tag>
|
|
||||||
</scm>
|
</scm>
|
||||||
<groupId>org.springframework.samples</groupId>
|
<groupId>org.springframework.samples</groupId>
|
||||||
<artifactId>spring-petclinic</artifactId>
|
<artifactId>spring-petclinic</artifactId>
|
||||||
<version>4</version>
|
<version>3.4.0-SNAPSHOT</version>
|
||||||
|
|
||||||
<name>petclinic</name>
|
<name>petclinic</name>
|
||||||
|
|
||||||
|
@ -29,7 +28,7 @@
|
||||||
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
|
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
|
||||||
<!-- Important for reproducible builds. Update using e.g. ./mvnw versions:set
|
<!-- Important for reproducible builds. Update using e.g. ./mvnw versions:set
|
||||||
-DnewVersion=... -->
|
-DnewVersion=... -->
|
||||||
<project.build.outputTimestamp>2025-01-04T17:00:46Z</project.build.outputTimestamp>
|
<project.build.outputTimestamp>2024-11-28T14:37:52Z</project.build.outputTimestamp>
|
||||||
|
|
||||||
<!-- Web dependencies -->
|
<!-- Web dependencies -->
|
||||||
<webjars-locator.version>1.0.1</webjars-locator.version>
|
<webjars-locator.version>1.0.1</webjars-locator.version>
|
||||||
|
@ -162,21 +161,6 @@
|
||||||
|
|
||||||
<build>
|
<build>
|
||||||
<plugins>
|
<plugins>
|
||||||
<plugin>
|
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
|
||||||
<artifactId>maven-release-plugin</artifactId>
|
|
||||||
<version>3.0.0</version>
|
|
||||||
<configuration>
|
|
||||||
<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>spring-petclinic-4-1:w</tag>
|
|
||||||
</scm>
|
|
||||||
<tagNameFormat>@{project.version}</tagNameFormat>
|
|
||||||
<useReleaseProfile>false</useReleaseProfile>
|
|
||||||
</configuration>
|
|
||||||
</plugin>
|
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
<artifactId>maven-enforcer-plugin</artifactId>
|
<artifactId>maven-enforcer-plugin</artifactId>
|
||||||
|
@ -435,7 +419,7 @@
|
||||||
</goals>
|
</goals>
|
||||||
</pluginExecutionFilter>
|
</pluginExecutionFilter>
|
||||||
<action>
|
<action>
|
||||||
<ignore />
|
<ignore></ignore>
|
||||||
</action>
|
</action>
|
||||||
</pluginExecution>
|
</pluginExecution>
|
||||||
<pluginExecution>
|
<pluginExecution>
|
||||||
|
@ -448,7 +432,7 @@
|
||||||
</goals>
|
</goals>
|
||||||
</pluginExecutionFilter>
|
</pluginExecutionFilter>
|
||||||
<action>
|
<action>
|
||||||
<ignore />
|
<ignore></ignore>
|
||||||
</action>
|
</action>
|
||||||
</pluginExecution>
|
</pluginExecution>
|
||||||
<pluginExecution>
|
<pluginExecution>
|
||||||
|
@ -461,7 +445,7 @@
|
||||||
</goals>
|
</goals>
|
||||||
</pluginExecutionFilter>
|
</pluginExecutionFilter>
|
||||||
<action>
|
<action>
|
||||||
<ignore />
|
<ignore></ignore>
|
||||||
</action>
|
</action>
|
||||||
</pluginExecution>
|
</pluginExecution>
|
||||||
</pluginExecutions>
|
</pluginExecutions>
|
||||||
|
|
Loading…
Reference in a new issue