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 2929 </license >
3030 </licenses >
3131
32- <scm >
33- <url >https://github.com/oracle/weblogic-deploy-tooling</url >
34- <connection >scm:git:git@github.com:oracle/weblogic-deploy-tooling.git</connection >
35- <developerConnection >scm:git:git@github.com:oracle/weblogic-deploy-tooling.git</developerConnection >
36- <tag >weblogic-deploy-tooling-1.6.2</tag >
37- </scm >
38-
3932 <properties >
4033 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
4134 <maven .compiler.source>1.7</maven .compiler.source>
4740 <antlr .version>4.9.3</antlr .version>
4841 <snakeyaml .version>2.0</snakeyaml .version>
4942 <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>
5045
5146 <sonar .organization>oracle</sonar .organization>
5247 <sonar .host.url>https://sonarcloud.io</sonar .host.url>
6661 <test .groups>gate</test .groups>
6762 </properties >
6863
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+
6970 <dependencyManagement >
7071 <dependencies >
7172 <dependency >
You can’t perform that action at this time.
0 commit comments