Skip to content

Commit a632f35

Browse files
committed
update pom metadata
1 parent 686028b commit a632f35

File tree

2 files changed

+15
-5
lines changed

2 files changed

+15
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
[twitter-team]: https://twitter.com/QametaSoftware/lists/team/members "Team"
77

88
[CONTRIBUTING.md]: .github/CONTRIBUTING.md
9-
[docs]: https://docs.qameta.io/allure/2.0/
9+
[docs]: https://allurereport.org/docs/
1010

1111
# Allure Java Integrations
1212

@@ -253,4 +253,4 @@ To use Cucumber simply add the following dependency to your project:
253253
<version>$LATEST_VERSION</version>
254254
</dependency>
255255

256-
```
256+
```

build.gradle.kts

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,23 +68,29 @@ configure(subprojects) {
6868
pom {
6969
name.set(project.name)
7070
description.set("Module ${project.name} of Allure Framework.")
71-
url.set("https://github.com/allure-framework/allure-java")
71+
url.set("https://allurereport.org/")
72+
organization {
73+
name.set("Qameta Software")
74+
url.set("https://qameta.io/")
75+
}
7276
licenses {
7377
license {
7478
name.set("The Apache License, Version 2.0")
75-
url.set("http://www.apache.org/licenses/LICENSE-2.0.txt")
79+
url.set("https://www.apache.org/licenses/LICENSE-2.0.txt")
7680
}
7781
}
7882
developers {
7983
developer {
8084
id.set("baev")
8185
name.set("Dmitry Baev")
8286
email.set("[email protected]")
87+
url.set("https://github.com/baev")
8388
}
8489
developer {
8590
id.set("eroshenkoam")
8691
name.set("Artem Eroshenko")
8792
email.set("[email protected]")
93+
url.set("https://github.com/eroshenkoam")
8894
}
8995
}
9096
scm {
@@ -93,9 +99,13 @@ configure(subprojects) {
9399
url.set("https://github.com/allure-framework/allure-java")
94100
}
95101
issueManagement {
96-
system.set("GitHub Issues")
102+
system.set("Github Issues")
97103
url.set("https://github.com/allure-framework/allure-java/issues")
98104
}
105+
ciManagement {
106+
system.set("Github Actions")
107+
url.set("https://github.com/allure-framework/allure-java/actions")
108+
}
99109
}
100110
}
101111
}

0 commit comments

Comments
 (0)