Skip to content
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

[UIMA-6459] Upgrade dependencies #207

Merged
merged 2 commits into from
May 30, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ There is no fixed release schedule. Anybody may ask for the preparation of a new

=== Preparations

[no-bullet]
* {empty}
+
.Create release issue and release preparation branch
Expand Down Expand Up @@ -126,6 +127,7 @@ NOTE: There may be a generation process involved. E.g. in the UIMA Java SDK, the

=== Building

[no-bullet]
* {empty}
+
.Clean local m2 repository
Expand Down Expand Up @@ -201,6 +203,7 @@ Note that any JARs, Zips, Tars, tar.gz artifacts must be signed by the Release M

=== Staging

[no-bullet]
* {empty}
+
.Close the staging repository at http://repository.apache.org/
Expand Down Expand Up @@ -288,6 +291,7 @@ For a general background on how we build P2 sites, including Composite update si

=== Voting

[no-bullet]
* {empty}
+
.Call for a vote on the developer mailing list using the email template below
Expand Down Expand Up @@ -442,6 +446,7 @@ Thanks to all who voted!

=== Publishing

[no-bullet]
* {empty}
+
.Copy the release artifacts from the staging spot to the dist spot in SVN
Expand Down
2 changes: 1 addition & 1 deletion uimaj-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<groupId>org.apache.uima</groupId>
<artifactId>parent-pom</artifactId>
<relativePath />
<version>15-SNAPSHOT</version>
<version>15</version>
</parent>

<artifactId>uimaj-parent</artifactId>
Expand Down