File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33 xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
44 <modelVersion >4.0.0</modelVersion >
55
6- <groupId >com.baeldung.springboot </groupId >
6+ <groupId >com.baeldung</groupId >
77 <artifactId >azure</artifactId >
88 <version >0.1</version >
99 <packaging >war</packaging >
1010 <name >azure</name >
1111 <description >Demo project for Spring Boot on Azure</description >
1212
1313 <parent >
14- <groupId >org.springframework. boot</ groupId >
15- <artifactId >spring-boot-starter-parent</ artifactId >
16- <version >2 .0.2.RELEASE </version >
17- <relativePath /> <!-- lookup parent from repository -- >
14+ <artifactId >parent- boot-2</ artifactId >
15+ <groupId >com.baeldung</ groupId >
16+ <version >0 .0.1-SNAPSHOT </version >
17+ <relativePath >../ parent-boot-2</ relativePath >
1818 </parent >
1919
2020 <properties >
21- <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
22- <project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
23- <java .version>1.8</java .version>
24-
25- <azure .containerRegistry>aietdocker</azure .containerRegistry>
21+ <azure .containerRegistry>baeldungadr</azure .containerRegistry>
2622 <docker .image.prefix>${azure.containerRegistry} .azurecr.io</docker .image.prefix>
2723 </properties >
2824
5450 <version >5.1.6</version >
5551 </dependency >
5652
57- <dependency >
58- <groupId >org.springframework.boot</groupId >
59- <artifactId >spring-boot-starter-test</artifactId >
60- <scope >test</scope >
61- </dependency >
6253 </dependencies >
6354
6455 <build >
Original file line number Diff line number Diff line change 3030 <module >apache-opennlp</module >
3131 <module >autovalue</module >
3232 <module >axon</module >
33+ <module >azure</module >
3334 <module >bootique</module >
3435 <module >cdi</module >
3536 <!-- <module>core-java-9</module>-->
You can’t perform that action at this time.
0 commit comments