Update pom.xml

session-42
Ranjith Manickam 2019-05-25 01:40:11 +05:30 committed by GitHub
parent 068967a773
commit 8dcdb983fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 2 deletions

12
pom.xml
View File

@ -1,14 +1,22 @@
<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">
<modelVersion>4.0.0</modelVersion>
<modelVersion>4.0.0</modelVersion>
<groupId>tomcat-cluster-redis-session-manager</groupId>
<artifactId>tomcat-cluster-redis-session-manager</artifactId>
<version>3.0.3</version>
<packaging>jar</packaging>
<name>tomcat-cluster-redis-session-manager</name>
<url>http://maven.apache.org</url>
<url>https://ranmanic.in</url>
<developers>
<developer>
<id>ranmanic</id>
<name>Ranjith Manickam</name>
<email>ranjith@ranmanic.in</email>
</developer>
</developers>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>