Skip to content

Commit 3373497

Browse files
committed
Preparing to release
1 parent bd1b4b7 commit 3373497

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

README.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,11 @@
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

@@ -71,7 +71,7 @@
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:

build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"/>

pom.xml

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

0 commit comments

Comments
 (0)