-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Apache UIMA Java SDK 3.3.1 release #258
Comments
reckart
added a commit
that referenced
this issue
Oct 19, 2022
- Update API comparison version in POM
reckart
added a commit
that referenced
this issue
Oct 19, 2022
- Update the version in the uimaj-eclipse-update-site
reckart
added a commit
that referenced
this issue
Nov 24, 2022
* commit 'a43f366f653e5bcb8f243db4a8c11e583064b898': Issue #258: Apache UIMA Java SDK 3.3.1 release Issue #258: Apache UIMA Java SDK 3.3.1 release Issue #258: Apache UIMA Java SDK 3.3.1 release Issue #260: Issues-fixed report for GitHub and Jira Issue #258: Apache UIMA Java SDK 3.3.1 release Issue #258: Apache UIMA Java SDK 3.3.1 release Issue #258: Apache UIMA Java SDK 3.3.1 release % Conflicts: % pom.xml % uimaj-eclipse-update-site/pom.xml
reckart
added a commit
that referenced
this issue
Jan 11, 2023
…ntation-from-website-into-maintainer-guide * main: No issue: Remove Jira line from PR template - we do not use Jira anymore. #270 - Update dependencies #270 - Update dependencies #267 - UIMA Log4jLogger_impl not compatible with log4j 2.18.0+ No issue. Adjust jira legacy module version. [maven-release-plugin] prepare for next development iteration [maven-release-plugin] prepare release uimaj-3.3.1 Issue #258: Apache UIMA Java SDK 3.3.1 release Issue #258: Apache UIMA Java SDK 3.3.1 release Issue #258: Apache UIMA Java SDK 3.3.1 release Issue #260: Issues-fixed report for GitHub and Jira Issue #258: Apache UIMA Java SDK 3.3.1 release Issue #258: Apache UIMA Java SDK 3.3.1 release Issue #258: Apache UIMA Java SDK 3.3.1 release
reckart
added a commit
that referenced
this issue
Jan 11, 2023
…ipse-plugins-during-release-builds * main: (94 commits) No issue: Remove Jira line from PR template - we do not use Jira anymore. #270 - Update dependencies #270 - Update dependencies #267 - UIMA Log4jLogger_impl not compatible with log4j 2.18.0+ No issue. Adjust jira legacy module version. [maven-release-plugin] prepare for next development iteration [maven-release-plugin] prepare release uimaj-3.3.1 Issue #258: Apache UIMA Java SDK 3.3.1 release Issue #258: Apache UIMA Java SDK 3.3.1 release Issue #258: Apache UIMA Java SDK 3.3.1 release Issue #260: Issues-fixed report for GitHub and Jira Issue #258: Apache UIMA Java SDK 3.3.1 release Issue #258: Apache UIMA Java SDK 3.3.1 release Issue #258: Apache UIMA Java SDK 3.3.1 release Issue #255: File handle leak accessing performanceTuning.properties Issue #252: Potential failure to look up FsGenerator3 in OSGI-like contexts Issue #225: Improve deployment in OSGi environments Issue #226: Provide SPI interfaces to locate descriptors and JCas classes Issue #226: Provide SPI interfaces to locate descriptors and JCas classes Issue #247 - RelativePathResolver should consider TCCL ... % Conflicts: % uimaj-parent/pom.xml
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Prepare the code
release/3.3.1
README.md
fileRELEASE_NOTES.md
fileclasspath
files which are checked in as part of the examples have the proper version numbers for their JARsuimaj-eclipse-update-site
dropPrevVersions
totrue
in theuimaj-eclipse-update-site
POMRelease build
-Papache-release
with a clean local m2 repositoryissuesFixed
if it looks okmvn -DautoVersionSubmodules=true release:prepare release:perform
)mvn -f uimaj-eclipse-update-site/pom.xml clean install -Papache-release
Stage release candidate
http://repository.apache.org/
https://dist.apache.org/repos/dist/dev/uima/
target/checkout/target
to a subdirectory of the release staging spot.svn
folder that needs to be removed!)Vote
Publish release
svn copy -m "create eclipse plugin archive for uimaj-3.3.0" https://dist.apache.org/repos/dist/release/uima/eclipse-update-site-v3/uimaj https://dist.apache.org/repos/dist/release/uima/archive-eclipse-update-site/uimaj-3.3.0
svn rm -m "Removing previous UIMAJ update site to make space for new one" https://dist.apache.org/repos/dist/release/uima/eclipse-update-site-v3/uimaj
svn mv -m "Installing UIMAJ 3.3.1 update site from accepted RC1" https://dist.apache.org/repos/dist/dev/uima/uimaj-3.3.1-rc-1/eclipse-update-site-v3/uimaj https://dist.apache.org/repos/dist/release/uima/eclipse-update-site-v3/uimaj
svn mv -m "Installing UIMAJ 3.3.1 final to release spot" https://dist.apache.org/repos/dist/dev/uima/uimaj-3.3.1-rc-1 https://dist.apache.org/repos/dist/release/uima/uimaj-3.3.1
https://repository.apache.org/
rel/uimaj-3.3.1
and remove the one not prefixed withrel
maintenance/3.3.x
)svn copy -m "Archiving UIMAJ 3.3.0 documentation" https://svn.apache.org/repos/asf/uima/site/trunk/uima-website/docs/d/uimaj-current https://svn.apache.org/repos/asf/uima/site/archive/docs/d/uimaj-3.3.1
announce@apache.org
(Cc:dev@uima.apache.org
,user@uima.apache.org
-- once release has arrived athttps://repo1.maven.org/maven2/org/apache/uima/uimaj-core/
-- sign mail using same GPG key that was used to sign release)The text was updated successfully, but these errors were encountered: