Skip to content

Commit a981f9d

Browse files
committed
[maven-release-plugin] prepare release v0.0.1
1 parent e844bad commit a981f9d

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

pom.xml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,17 @@
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">
42
<modelVersion>4.0.0</modelVersion>
53

64
<parent>
75
<groupId>org.springframework.boot</groupId>
86
<artifactId>spring-boot-starter-parent</artifactId>
97
<version>2.7.8</version>
10-
<relativePath/>
8+
<relativePath />
119
<!-- lookup parent from repository -->
1210
</parent>
1311

1412
<groupId>com.microsoft.azure.spring.apps.sample.event.driven</groupId>
1513
<artifactId>simple-event-driven-app</artifactId>
16-
<version>0.0.1-SNAPSHOT</version>
14+
<version>0.0.1</version>
1715
<name>Simple Event Driven App</name>
1816
<description>Simple Todo Event Driven App</description>
1917

@@ -69,6 +67,7 @@
6967

7068
<scm>
7169
<developerConnection>scm:git:git@github.com:Azure-Samples/ASA-Samples-Event-Driven-Application.git</developerConnection>
70+
<tag>v0.0.1</tag>
7271
</scm>
7372

7473
</project>

0 commit comments

Comments
 (0)