File tree Expand file tree Collapse file tree 2 files changed +15
-5
lines changed
Expand file tree Collapse file tree 2 files changed +15
-5
lines changed Original file line number Diff line number Diff line change 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+ ```
Original file line number Diff line number Diff 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" )
828687+ url.set(" https://github.com/baev" )
8388 }
8489 developer {
8590 id.set(" eroshenkoam" )
8691 name.set(" Artem Eroshenko" )
879293+ 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 }
You can’t perform that action at this time.
0 commit comments