Skip to content

Commit 36f64ff

Browse files
[RELEASE]squashing 'release-1.0.0' into 'master'
1 parent 25d1bf0 commit 36f64ff

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,11 +1,10 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<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/xsd/maven-4.0.0.xsd">
43
<modelVersion>4.0.0</modelVersion>
54

65
<groupId>de.holisticon</groupId>
76
<artifactId>servlet4-demo</artifactId>
8-
<version>0.0.1-SNAPSHOT</version>
7+
<version>1.0.0</version>
98
<packaging>pom</packaging>
109

1110
<name>servlet4-demo-parent</name>
@@ -39,7 +38,7 @@
3938
<ciManagement>
4039
<system>Travis</system>
4140
<url>https://travis-ci.org/janweinschenker/servlet4-demo</url>
42-
<notifiers/>
41+
<notifiers />
4342
</ciManagement>
4443

4544
<scm>
@@ -95,7 +94,7 @@
9594
<dependency>
9695
<groupId>de.holisticon</groupId>
9796
<artifactId>servlet4-demo-util</artifactId>
98-
<version>0.0.1-SNAPSHOT</version>
97+
<version>1.0.0</version>
9998
</dependency>
10099
<dependency>
101100
<groupId>org.springframework.boot</groupId>

0 commit comments

Comments
 (0)