Skip to content

Commit 99a3ae4

Browse files
committed
fixing release process to remove references to the release profile
1 parent 73c1e51 commit 99a3ae4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

documentation/2.0/content/developer/ReleaseProcess.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ releaseVersion=1.9.11
3434
developmentVersion=1.9.12-SNAPSHOT
3535
```
3636

37-
3. In the `weblogic-deploy-tooling` project directory, run the `mvn -B -P release release:prepare release:perform` command. If your SSH private key has a passphrase, watch the build closely because it will prompt for your passphrase multiple times. Failure to enter it in a timely manner may result in a failure.
38-
4. If the build fails, run the `mvn -B -P release release:rollback` command to undo it and start over from Step 2., after correcting the issue.
37+
3. In the `weblogic-deploy-tooling` project directory, run the `mvn -B release:prepare release:perform` command. If your SSH private key has a passphrase, watch the build closely because it will prompt for your passphrase multiple times. Failure to enter it in a timely manner may result in a failure.
38+
4. If the build fails, run the `mvn -B release:rollback` command to undo it and start over from Step 2., after correcting the issue.
3939
5. After the software has been released, move on to the GitHub Release Process.
4040

4141
### GitHub release process

0 commit comments

Comments
 (0)