Skip to content

Commit 2091cfd

Browse files
committed
Minor cleanup
1 parent 4b99dc7 commit 2091cfd

2 files changed

Lines changed: 11 additions & 15 deletions

File tree

CONTRIBUTING.md

Lines changed: 3 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,9 @@ Consider Contributing OpenSextant
44
OpenSextant is our umbrella project, not a particular module.
55
The contributors are loosely affiliated, but largely volunteers.
66

7-
If you have ideas it is best to contact the author, here for Xponents == Marc Ubaldino, mubaldino@gmail.com
7+
* If you have ideas it is best to contact the author, here for Xponents == Marc Ubaldino, mubaldino@gmail.com
8+
* If you have specific requests or bug fixes related to current APIs, please file an issue at https://github.com/OpenSextant/XText/issues
89

9-
If you have specific requests or bug fixes related to current APIs, please file an issue.
10-
11-
This is a research prototype, and consistently funded.
12-
So please have some patience and willingness to do some of the work.
10+
This is a research prototype that is consistently funded, but please have some patience and willingness to do some of the work.
1311
Collaborators that have a sincere interest may be considered to join the group.
1412

15-
Maven Publishing
16-
----------------
17-
18-
```
19-
20-
# Fix all versions to be release versions.
21-
# Ensure GPG key is known...
22-
# and OSSRH login is set in settings.xml
23-
mvn clean deploy -P release
24-
```

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,14 @@ Basic Usage
7474
Or
7575
7676
mvn install
77+
78+
79+
Publish via Maven:
80+
//
81+
// Fix all versions to be release versions.
82+
// Ensure GPG key is known...
83+
// and OSSRH login is set in settings.xml
84+
mvn clean deploy -P release
7785
```
7886

7987

0 commit comments

Comments
 (0)