Author: gk
Date: Tue May 7 15:32:20 2024
New Revision: 1917550
URL: http://svn.apache.org/viewvc?rev=1917550&view=rev
Log:
Dependency versions:
Minor update maven-project-info-reports-plugin to 3.5.0
Major update wagon-ssh-external to 3.5.3 from 2.2
- Example fix in README.md
Modified:
db/torque/trunk/README.md
db/torque/trunk/torque-site/pom.xml
Modified: db/torque/trunk/README.md
URL:
http://svn.apache.org/viewvc/db/torque/trunk/README.md?rev=1917550&r1=1917549&r2=1917550&view=diff
==============================================================================
--- db/torque/trunk/README.md (original)
+++ db/torque/trunk/README.md Tue May 7 15:32:20 2024
@@ -169,16 +169,16 @@ You will be asked for your gpg passphras
First test the release locally until the build is successfull,
then clean again and run and perform release (from the parent root):
- mvn release:prepare -DdryRun=true -DautoVersionSubmodules=true
-Ptest,managers,beans,apache-release,derbyEmbedded-jenkins
+ mvn release:prepare -DdryRun=true -DautoVersionSubmodules=true
-Pmanagers,beans,apache-release,derbyEmbedded-jenkins
mvn release:clean ..
-You have to add profiles test,derbyEmbedded-jenkins to allow for running the
test module (find more information below in Note)
+You have to add profiles derbyEmbedded-jenkins to allow for running the test
module (which is included by profile apache-release; find more information
below in Note)
and profile apache-release to create the release checksums.
- mvn release:prepare -DautoVersionSubmodules=true
-Ptest,managers,beans,apache-release,derbyEmbedded-jenkins
+ mvn release:prepare -DautoVersionSubmodules=true
-Pmanagers,beans,apache-release,derbyEmbedded-jenkins
- mvn release:perform -Pmanagers,beans,derbyEmbedded-jenkins
+ mvn release:perform -Pmanagers,beans,derbyEmbedded-jenkins
Note: We need to add profiles managers, beans as release perform does a
checkout
of the tagged version (which is then uploaded to nexus) and is running the
build process again.
@@ -192,7 +192,7 @@ This will fail because **the test projec
in the new version yet.
To fix this, you might have to run **rm derby.log**,
then run **mvn install** to install the torque artifacts in the release
version.
-Then run again **mvn -Ptest release:prepare..** to finish building the
release".
+Then run again **mvn -Ptest release:prepare ..** to finish building the
release".
This requires **activated profile test** to also apply the release prepare
step to module torque-test,
which is by default not in modules list.
Modified: db/torque/trunk/torque-site/pom.xml
URL:
http://svn.apache.org/viewvc/db/torque/trunk/torque-site/pom.xml?rev=1917550&r1=1917549&r2=1917550&view=diff
==============================================================================
--- db/torque/trunk/torque-site/pom.xml (original)
+++ db/torque/trunk/torque-site/pom.xml Tue May 7 15:32:20 2024
@@ -86,7 +86,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-project-info-reports-plugin</artifactId>
- <version>3.1.2</version>
+ <version>3.5.0</version>
</plugin>
</plugins>
</reporting>
@@ -203,7 +203,7 @@
<extension>
<groupId>org.apache.maven.wagon</groupId>
<artifactId>wagon-ssh-external</artifactId>
- <version>2.2</version>
+ <version>3.5.3</version>
</extension>
</extensions>
</build>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]