Skip to content
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.

Commit

Permalink
Release v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dpowell committed Apr 24, 2019
1 parent 5a26559 commit a794e3d
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 1 deletion.
2 changes: 2 additions & 0 deletions browserup-proxy-core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ uploadArchives {

pom.project {
name 'browserup-proxy-core'
description 'BrowserUp Proxy - Core'
url 'https://github.com/browserup/browserup-proxy'
packaging 'jar'

scm {
Expand Down
2 changes: 2 additions & 0 deletions browserup-proxy-dist/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ uploadArchives {

pom.project {
name 'browserup-proxy-dist'
description 'BrowserUp Proxy - Dist'
url 'https://github.com/browserup/browserup-proxy'
packaging 'jar'

scm {
Expand Down
2 changes: 2 additions & 0 deletions browserup-proxy-mitm/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ uploadArchives {

pom.project {
name 'browserup-proxy-mitm'
description 'BrowserUp Proxy - MITM'
url 'https://github.com/browserup/browserup-proxy'
packaging 'jar'

scm {
Expand Down
2 changes: 2 additions & 0 deletions browserup-proxy-rest/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ uploadArchives {

pom.project {
name 'browserup-proxy-rest'
description 'BrowserUp Proxy - REST'
url 'https://github.com/browserup/browserup-proxy'
packaging 'jar'

scm {
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ subprojects {
apply plugin: 'signing'

group = 'com.browserup'
version = '1.0.0-SNAPSHOT'
version = '1.0.0'

sourceCompatibility=11

Expand Down

0 comments on commit a794e3d

Please sign in to comment.