|
|
|
@ -7,13 +7,13 @@
|
|
|
|
|
<packaging>pom</packaging>
|
|
|
|
|
|
|
|
|
|
<name>Redisson</name>
|
|
|
|
|
<description>Redis based In-Memory Data Grid for Java</description>
|
|
|
|
|
<description>Redis Java client with features of In-Memory Data Grid</description>
|
|
|
|
|
<inceptionYear>2014</inceptionYear>
|
|
|
|
|
<url>http://redisson.org</url>
|
|
|
|
|
|
|
|
|
|
<organization>
|
|
|
|
|
<name>The Redisson Project</name>
|
|
|
|
|
<url>http://redisson.org/</url>
|
|
|
|
|
<name>Redisson</name>
|
|
|
|
|
<url>https://redisson.org/</url>
|
|
|
|
|
</organization>
|
|
|
|
|
|
|
|
|
|
<properties>
|
|
|
|
@ -47,9 +47,8 @@
|
|
|
|
|
<developer>
|
|
|
|
|
<id>mrniko</id>
|
|
|
|
|
<name>Nikita Koksharov</name>
|
|
|
|
|
<email>nkoksharov@redisson.org</email>
|
|
|
|
|
<roles>
|
|
|
|
|
<role>Architect</role>
|
|
|
|
|
<role>Founder</role>
|
|
|
|
|
<role>Developer</role>
|
|
|
|
|
</roles>
|
|
|
|
|
<timezone>+4</timezone>
|
|
|
|
@ -151,7 +150,7 @@
|
|
|
|
|
<plugin>
|
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
|
<artifactId>maven-jar-plugin</artifactId>
|
|
|
|
|
<version>3.1.0</version>
|
|
|
|
|
<version>3.1.2</version>
|
|
|
|
|
<configuration>
|
|
|
|
|
<archive>
|
|
|
|
|
<manifest>
|
|
|
|
|