Skip to content

Tags: maproulette/maproulette-java-client

Tags

0.4.8

Toggle 0.4.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump org.junit.jupiter:junit-jupiter-engine from 5.10.1 to 5.10.2 (#171)

Bumps [org.junit.jupiter:junit-jupiter-engine](https://github.com/junit-team/junit5) from 5.10.1 to 5.10.2.
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit-framework@r5.10.1...r5.10.2)

---
updated-dependencies:
- dependency-name: org.junit.jupiter:junit-jupiter-engine
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

0.4.7

Toggle 0.4.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bump com.github.spotbugs from 5.2.4 to 6.0.2 (#146)

Bumps com.github.spotbugs from 5.2.4 to 6.0.2.

---
updated-dependencies:
- dependency-name: com.github.spotbugs
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

0.4.6

Toggle 0.4.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update version to 0.4.6-SNAPSHOT (#138)

0.4.5

Toggle 0.4.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Use version=0.4.5-SNAPSHOT in gradle.properties (#129)

There are no functional changes. The build and publish cycle needs verified.

0.4.4

Toggle 0.4.4's commit message
Automate the sonatype project close and release

TravisCI automation used various shell scripts to upload to nexus, close the release, and mark is as a release.

That works but let's replace the scripts with the gradle plugin `io.github.gradle-nexus.publish-plugin`. This also required upgrading to a newer version of gradle.

0.4.3

Toggle 0.4.3's commit message
Quote the publication reposity name

0.4.2.1-test

Toggle 0.4.2.1-test's commit message
Use GitHub Actions to sign and publish the artifacts

0.4.2

Toggle 0.4.2's commit message
Switch 'osmlab' links to 'maproulette'

0.4.1

Toggle 0.4.1's commit message
Set 'useSystemProperties' on HttpClient builder

Set the httpClientBuilder.useSystemProperties() so that users may set the proxy settings
via system properties eg

```
-Djava.net.useSystemProxies=true
-Dhttp.proxyHost=PROXY_HOST
-Dhttp.proxyPort=PROXY_PORT
-Dhttp.proxyUser=USERNAME
-Dhttp.proxyPassword=PASSWORD
```

0.4.0

Toggle 0.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #87 from osmlab/rename-mr2

rename maproulette2 to maproulette-backend