Skip to content

Commit

Permalink
[maven-release-plugin] prepare release redex-sm-1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
exabrial committed Oct 22, 2023
1 parent 8acf586 commit d99733b
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<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">
<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>
<groupId>com.github.exabrial</groupId>
<artifactId>redex-sm</artifactId>
<version>1.0.4-SNAPSHOT</version>
<version>1.0.4</version>
<packaging>jar</packaging>
<description>redex-sm: An improved Tomcat SessionManager that uses Redis via Redisson, with native encryption support</description>
<name>${project.artifactId}</name>
Expand All @@ -16,7 +13,7 @@
<connection>scm:git:ssh://[email protected]/exabrial/exabrial/redex-sm.git</connection>
<developerConnection>scm:git:ssh://[email protected]/exabrial/redex-sm.git</developerConnection>
<url>https://github.com/exabrial/redex-sm/tree/master</url>
<tag>HEAD</tag>
<tag>redex-sm-1.0.4</tag>
</scm>

<properties>
Expand Down

0 comments on commit d99733b

Please sign in to comment.