Skip to content

Commit 3f05bda

Browse files
committed
Tweaks.
1 parent a724d15 commit 3f05bda

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

javaparser-core/cfMavenCentral.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
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>

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ JavaParser version plus `-SNAPSHOT`. Run the following in `javaparser-core`
6969
export STUBPARSER=stubparser-3.25.5
7070
export 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\
7373
7474
-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
```
9090
mvn 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)
9292
mvn gpg:sign-and-deploy-file -Durl=https://oss.sonatype.org/service/local/staging/deploy/maven2/ \
9393
-DpomFile=cfMavenCentral.xml -Dfile=target/$STUBPARSER.jar \
9494

0 commit comments

Comments
 (0)