Skip to content

Commit 0edc884

Browse files
committed
new version: 0.7.3
- Spring Boot Parent updated to 3.1.4 - Migration to Central Publishing Portal - Bugfixes and Refactorings
1 parent 015dbbf commit 0edc884

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

README.adoc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,6 @@ mvn deploy -P ossrh -DskipTests -pl :spring-data-cdo-distribution
287287
```
288288

289289
Note: When `SNAPSHOT` prefix is present in the version name, a Snapshot Deployment is performed.
290-
Otherwise, a Release Deployment is performed and the artifacts must be released manually after review (see [here](https://central.sonatype.org/publish/release/)).
291290

292291
**Settings**
293292

pom.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -153,10 +153,6 @@
153153
<release>${java.version}</release>
154154
</configuration>
155155
</plugin>
156-
<plugin>
157-
<groupId>org.sonatype.plugins</groupId>
158-
<artifactId>nexus-staging-maven-plugin</artifactId>
159-
</plugin>
160156
</plugins>
161157
<pluginManagement>
162158
<plugins>

0 commit comments

Comments
 (0)