diff --git a/pom.xml b/pom.xml
index b25bfa11a..d619273eb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,15 +3,24 @@
4.0.0
org.springframework.samples
spring-petclinic
- 3.1.2-SNAPSHOT
+ 3.1.4-SNAPSHOT
jar
+
+
+ nexus-snapshots
+ http://localhost:8080/repository/maven-snapshots/
+
+
+ nexus-releases
+ http://localhost:8080/repository/maven-releases/
+
+
org.springframework.boot
spring-boot-starter-parent
3.1.3
petclinic
-
@@ -19,7 +28,7 @@
UTF-8
UTF-8
- 2023-10-12T10:26:59Z
+ 2023-10-27T10:26:47Z
5.2.3
@@ -30,7 +39,7 @@
0.2.29
1.0.0
3.2.2
- 0.0.11
+
0.0.39
@@ -154,6 +163,19 @@
+
+ maven-deploy-plugin
+ 2.8.1
+
+
+ default-deploy
+ deploy
+
+ deploy
+
+
+
+
org.apache.maven.plugins
maven-enforcer-plugin
@@ -197,14 +219,14 @@
checkstyle
${checkstyle.version}
-
+
-
+
@@ -353,7 +375,6 @@
-
com.gitlab.haynes
libsass-maven-plugin
@@ -444,10 +465,9 @@
- scm:git:https://github.com/surtexx/spring-petclinic.git
- scm:git:https://github.com/surtexx/spring-petclinic.git
- HEAD
- https://github.com/surtexx/spring-petclinic
+ scm:git:file://localhost:8080/repository/maven-snapshots
+ scm:git:file://localhost:8080/repository/maven-snapshots
+ http://localhost:8080/repository/maven-snapshots
diff --git a/release.properties b/release.properties
index c87056aee..62e3c8bf1 100644
--- a/release.properties
+++ b/release.properties
@@ -1,14 +1,15 @@
#release configuration
-#Thu Oct 12 13:25:10 EEST 2023
+#Fri Oct 27 13:31:01 EEST 2023
completedPhase=check-poms
+exec.activateProfiles=nexus
exec.pomFileName=pom.xml
exec.snapshotReleasePluginAllowed=false
pinExternals=false
preparationGoals=clean verify
-project.scm.org.springframework.samples\:spring-petclinic.connection=scm\:git\:https\://github.com/surtexx/spring-petclinic.git
-project.scm.org.springframework.samples\:spring-petclinic.developerConnection=scm\:git\:https\://github.com/surtexx/spring-petclinic.git
+project.scm.org.springframework.samples\:spring-petclinic.connection=scm\:git\:http\://localhost\:8080/repository/maven-snapshots
+project.scm.org.springframework.samples\:spring-petclinic.developerConnection=scm\:git\:http\://localhost\:8080/repository/maven-snapshots
project.scm.org.springframework.samples\:spring-petclinic.tag=HEAD
-project.scm.org.springframework.samples\:spring-petclinic.url=https\://github.com/surtexx/spring-petclinic
+project.scm.org.springframework.samples\:spring-petclinic.url=http\://localhost\:8080/repository/maven-snapshots
projectVersionPolicyConfig=${projectVersionPolicyConfig}\n
projectVersionPolicyId=default
pushChanges=true
@@ -20,4 +21,4 @@ scm.developmentCommitComment=@{prefix} prepare for next development iteration
scm.releaseCommitComment=@{prefix} prepare release @{releaseLabel}
scm.rollbackCommitComment=@{prefix} rollback the release of @{releaseLabel}
scm.tagNameFormat=@{project.artifactId}-@{project.version}
-scm.url=scm\:git\:https\://github.com/surtexx/spring-petclinic.git
+scm.url=scm\:git\:http\://localhost\:8080/repository/maven-snapshots