File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 5656 5- Deploy the release files into Sonatype staging repository:
5757 ant jar-all
5858
59- - for 2.26 , run the below (usually with another command line, not Git Shell):
59+ - for 2.27 , run the below (usually with another command line, not Git Shell):
6060
61- mvn gpg:sign-and-deploy-file -Durl=https://oss.sonatype.org/service/local/staging/deploy/maven2/ -DrepositoryId=ossrh -DpomFile=pom.xml -Dfile=target/htmlunit-core-js-2.26 .jar
62- mvn gpg:sign-and-deploy-file -Durl=https://oss.sonatype.org/service/local/staging/deploy/maven2/ -DrepositoryId=ossrh -DpomFile=pom.xml -Dfile=target/htmlunit-core-js-2.26 -sources.jar -Dclassifier=sources
63- mvn gpg:sign-and-deploy-file -Durl=https://oss.sonatype.org/service/local/staging/deploy/maven2/ -DrepositoryId=ossrh -DpomFile=pom.xml -Dfile=target/htmlunit-core-js-2.26 -javadoc.jar -Dclassifier=javadoc
61+ mvn gpg:sign-and-deploy-file -Durl=https://oss.sonatype.org/service/local/staging/deploy/maven2/ -DrepositoryId=ossrh -DpomFile=pom.xml -Dfile=target/htmlunit-core-js-2.27 .jar
62+ mvn gpg:sign-and-deploy-file -Durl=https://oss.sonatype.org/service/local/staging/deploy/maven2/ -DrepositoryId=ossrh -DpomFile=pom.xml -Dfile=target/htmlunit-core-js-2.27 -sources.jar -Dclassifier=sources
63+ mvn gpg:sign-and-deploy-file -Durl=https://oss.sonatype.org/service/local/staging/deploy/maven2/ -DrepositoryId=ossrh -DpomFile=pom.xml -Dfile=target/htmlunit-core-js-2.27 -javadoc.jar -Dclassifier=javadoc
6464
6565 You may need to get latest version of gpg (v2) if the uploading hangs.
6666
7171 - GPG automated from ant (in "bundle" target), if possible
7272
7373 7- To tag:
74- git tag -s core-js-2.26 -m "core-js-2.26 released"
74+ git tag -s core-js-2.27 -m "core-js-2.27 released"
7575 git push --tags
7676
7777- To update Rhino:
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ Ahmed Ashour
1515====================================================================== -->
1616<project name =" htmlunit-core-js build" default =" jar-all" basedir =" ." xmlns : artifact =" urn:maven-artifact-ant" >
1717
18- <property name =" version" value =" 2.27-SNAPSHOT " />
18+ <property name =" version" value =" 2.27" />
1919
2020 <property name =" target-jvm" value =" 1.8" />
2121 <property name =" source-level" value =" 1.8" />
Original file line number Diff line number Diff line change 55 <modelVersion >4.0.0</modelVersion >
66 <groupId >net.sourceforge.htmlunit</groupId >
77 <artifactId >htmlunit-core-js</artifactId >
8- <version >2.27-SNAPSHOT </version >
8+ <version >2.27</version >
99 <packaging >jar</packaging >
1010 <name >HtmlUnit Core JS</name >
1111 <url >http://htmlunit.sourceforge.net</url >
You can’t perform that action at this time.
0 commit comments