File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 1
- <project xmlns =" http://maven.apache.org/POM/4.0.0"
2
- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3
- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" >
1
+ <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" >
4
2
<modelVersion >4.0.0</modelVersion >
5
3
6
4
<parent >
7
5
<groupId >org.springframework.boot</groupId >
8
6
<artifactId >spring-boot-starter-parent</artifactId >
9
7
<version >2.7.8</version >
10
- <relativePath />
8
+ <relativePath />
11
9
<!-- lookup parent from repository -->
12
10
</parent >
13
11
14
12
<groupId >com.microsoft.azure.spring.apps.sample.event.driven</groupId >
15
13
<artifactId >simple-event-driven-app</artifactId >
16
- <version >0.0.1-SNAPSHOT </version >
14
+ <version >0.0.1</version >
17
15
<name >Simple Event Driven App</name >
18
16
<description >Simple Todo Event Driven App</description >
19
17
69
67
70
68
<scm >
71
69
<developerConnection >scm:git:git@github.com:Azure-Samples/ASA-Samples-Event-Driven-Application.git</developerConnection >
70
+ <tag >v0.0.1</tag >
72
71
</scm >
73
72
74
73
</project >
You can’t perform that action at this time.
0 commit comments