Skip to content

Commit cf291ab

Browse files
committed
new version: 0.7.5
- Spring Boot Parent updated to 3.1.4 - Migration to Central Publishing Portal - Dependency Version Fix - Bugfixes and Refactorings
1 parent cff7ddb commit cf291ab

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -266,12 +266,12 @@ The Java artifacts are deployed to the Central Repository:
266266

267267
[source,shell]
268268
----
269+
# Deploy all modules
270+
$ mvn clean deploy -DskipTests -P release,central
271+
269272
# Deploy single modules
270273
$ mvn clean deploy -DskipTests -P release,central -pl :spring-data-cdo
271274
$ mvn clean deploy -DskipTests -P release,central -pl :spring-data-cdo-distribution
272-
273-
# Deploy all modules
274-
$ mvn clean deploy -DskipTests -P release,central
275275
----
276276

277277
The staged artifacts have to be released manually.

0 commit comments

Comments
 (0)