We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19ec127 commit d8123ecCopy full SHA for d8123ec
1 file changed
pom.xml
@@ -2,7 +2,7 @@
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/maven-v4_0_0.xsd">
3
<modelVersion>4.0.0</modelVersion>
4
<artifactId>fess</artifactId>
5
- <version>15.3.0-SNAPSHOT</version>
+ <version>15.3.0</version>
6
<packaging>war</packaging>
7
<name>Fess</name>
8
<description>Fess is Full tExt Search System.</description>
@@ -35,7 +35,7 @@
35
<connection>scm:git:git@github.com:codelibs/fess.git</connection>
36
<developerConnection>scm:git:git@github.com:codelibs/fess.git</developerConnection>
37
<url>https://github.com/codelibs/fess</url>
38
- <tag>HEAD</tag>
+ <tag>fess-15.3.0</tag>
39
</scm>
40
<parent>
41
<groupId>org.codelibs.fess</groupId>
0 commit comments