Skip to content

Commit b47ac40

Browse files
committed
Update lib-parent from version 12 to 20
* Use the current versions of Maven plugins. * Ensure that the POM is tidy.
1 parent e4bd3e0 commit b47ac40

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
<?xml version="1.0"?>
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">
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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
33
<modelVersion>4.0.0</modelVersion>
44

55
<parent>
66
<groupId>com.github.stefanbirkner</groupId>
77
<artifactId>lib-parent</artifactId>
8-
<version>12</version>
8+
<version>20</version>
99
</parent>
1010

1111
<artifactId>fake-sftp-server-lambda</artifactId>
12-
<version>2.0.0</version>
12+
<version>2.0.1-SNAPSHOT</version>
1313
<packaging>jar</packaging>
1414

1515
<name>Fake SFTP Server Lambda</name>

0 commit comments

Comments
 (0)