Update pom.xml
parent
068967a773
commit
8dcdb983fa
12
pom.xml
12
pom.xml
|
@ -1,14 +1,22 @@
|
||||||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
<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">
|
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>
|
<groupId>tomcat-cluster-redis-session-manager</groupId>
|
||||||
<artifactId>tomcat-cluster-redis-session-manager</artifactId>
|
<artifactId>tomcat-cluster-redis-session-manager</artifactId>
|
||||||
<version>3.0.3</version>
|
<version>3.0.3</version>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
|
|
||||||
<name>tomcat-cluster-redis-session-manager</name>
|
<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>
|
<properties>
|
||||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||||
|
|
Loading…
Reference in New Issue