File tree Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change 29
29
</license >
30
30
</licenses >
31
31
32
- <scm >
33
- <url >https://github.com/oracle/weblogic-deploy-tooling</url >
34
- <
connection >scm:git:
[email protected] :oracle/weblogic-deploy-tooling.git</
connection >
35
- <
developerConnection >scm:git:
[email protected] :oracle/weblogic-deploy-tooling.git</
developerConnection >
36
- <tag >weblogic-deploy-tooling-1.6.2</tag >
37
- </scm >
38
-
39
32
<properties >
40
33
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
41
34
<maven .compiler.source>1.7</maven .compiler.source>
47
40
<antlr .version>4.9.3</antlr .version>
48
41
<snakeyaml .version>2.0</snakeyaml .version>
49
42
<picocli .version>4.7.3</picocli .version>
43
+ <wdt .scm.repo.url>${env.WDT_SCM_REPO_URL} </wdt .scm.repo.url>
44
+ <wdt .scm.repo.conn>${env.WDT_SCM_REPO_CONN} </wdt .scm.repo.conn>
50
45
51
46
<sonar .organization>oracle</sonar .organization>
52
47
<sonar .host.url>https://sonarcloud.io</sonar .host.url>
66
61
<test .groups>gate</test .groups>
67
62
</properties >
68
63
64
+ <scm >
65
+ <url >${wdt.scm.repo.url} </url >
66
+ <connection >scm:git:${wdt.scm.repo.conn} </connection >
67
+ <developerConnection >scm:git:${wdt.scm.repo.conn} </developerConnection >
68
+ </scm >
69
+
69
70
<dependencyManagement >
70
71
<dependencies >
71
72
<dependency >
You can’t perform that action at this time.
0 commit comments