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

Commit a794e3d

Browse files
committed
Release v1.0.0
1 parent 5a26559 commit a794e3d

File tree

5 files changed

+9
-1
lines changed

5 files changed

+9
-1
lines changed

browserup-proxy-core/build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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 {

browserup-proxy-dist/build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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 {

browserup-proxy-mitm/build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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 {

browserup-proxy-rest/build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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 {

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)