Skip to content

Commit

Permalink
Dox.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikaelhg committed Mar 7, 2016
1 parent a9e3c1a commit fee7be2
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 12 deletions.
14 changes: 2 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,25 +46,15 @@ Todo:
Use with Maven:
-----------------------

For 2.0.5 and newer:
For 2.0.7 and newer:


```xml
<repositories>
<repository>
<id>jcenter</id>
<url>https://jcenter.bintray.com/</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
</repositories>

<dependencies>
<dependency>
<groupId>io.mikael</groupId>
<artifactId>urlbuilder</artifactId>
<version>2.0.5</version>
<version>2.0.7</version>
</dependency>
</dependencies>
```
Expand Down
13 changes: 13 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
How to release:

Create a GPG key and push it out into the world.

```
j7 mvn -Prelease release:prepare
j7 mvn -Prelease release:perform
git push --tags
```

Upload files from `target/checkout/target` to https://oss.sonatype.org/ as a Staging Upload.

Release the passed staging repo from the confusing UI.

0 comments on commit fee7be2

Please sign in to comment.