This repository was archived by the owner on Jun 11, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +9
-1
lines changed
Expand file tree Collapse file tree 5 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -26,6 +26,8 @@ uploadArchives {
2626
2727 pom. project {
2828 name ' browserup-proxy-core'
29+ description ' BrowserUp Proxy - Core'
30+ url ' https://github.com/browserup/browserup-proxy'
2931 packaging ' jar'
3032
3133 scm {
Original file line number Diff line number Diff line change @@ -25,6 +25,8 @@ uploadArchives {
2525
2626 pom. project {
2727 name ' browserup-proxy-dist'
28+ description ' BrowserUp Proxy - Dist'
29+ url ' https://github.com/browserup/browserup-proxy'
2830 packaging ' jar'
2931
3032 scm {
Original file line number Diff line number Diff line change @@ -26,6 +26,8 @@ uploadArchives {
2626
2727 pom. project {
2828 name ' browserup-proxy-mitm'
29+ description ' BrowserUp Proxy - MITM'
30+ url ' https://github.com/browserup/browserup-proxy'
2931 packaging ' jar'
3032
3133 scm {
Original file line number Diff line number Diff line change @@ -26,6 +26,8 @@ uploadArchives {
2626
2727 pom. project {
2828 name ' browserup-proxy-rest'
29+ description ' BrowserUp Proxy - REST'
30+ url ' https://github.com/browserup/browserup-proxy'
2931 packaging ' jar'
3032
3133 scm {
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ subprojects {
2828 apply plugin : ' signing'
2929
3030 group = ' com.browserup'
31- version = ' 1.0.0-SNAPSHOT '
31+ version = ' 1.0.0'
3232
3333 sourceCompatibility= 11
3434
You can’t perform that action at this time.
0 commit comments