File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1919 </license >
2020 </licenses >
2121
22- <version >3.25.5 </version >
22+ <version >3.25.6 </version >
2323
2424 <scm >
2525 <url >https://github.com/typetools/stubparser.git</url >
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ JavaParser version plus `-SNAPSHOT`. Run the following in `javaparser-core`
6969export STUBPARSER=stubparser-3.25.5
7070export HOSTING_INFO_DIR=/projects/swlab1/checker-framework/hosting-info
7171 mvn gpg:sign-and-deploy-file -Durl=https://oss.sonatype.org/content/repositories/snapshots/ \
72- -DpomFile=cfMavenCentral.xml -Dfile=target/$STUBPARSER_JAR .jar\
72+ -DpomFile=cfMavenCentral.xml -Dfile=target/$STUBPARSER .jar\
73737474 -Dgpg.passphrase="`cat $HOSTING_INFO_DIR/release-private.password`" \
7575 -DrepositoryId=sonatype-nexus-staging
@@ -88,7 +88,7 @@ Delete `-SNAPSHOT` from the version in `javaparser-core/cfMavenCentral.xml`.
8888
8989```
9090mvn source:jar && \
91- mvn javadoc:javadoc && (cd target/site/apidocs && jar -c -f target /$STUBPARSER-javadoc.jar com)
91+ mvn javadoc:javadoc && (cd target/site/apidocs && jar -c -f ../.. /$STUBPARSER-javadoc.jar com)
9292mvn gpg:sign-and-deploy-file -Durl=https://oss.sonatype.org/service/local/staging/deploy/maven2/ \
9393 -DpomFile=cfMavenCentral.xml -Dfile=target/$STUBPARSER.jar \
9494
You can’t perform that action at this time.
0 commit comments