From 86a6c99535a75897e56e5e6bd3bdfeb879ddb6d8 Mon Sep 17 00:00:00 2001 From: Shinsuke Sugaya <shinsuke@yahoo.co.jp> Date: Fri, 5 Feb 2016 15:37:53 +0900 Subject: [PATCH] [maven-release-plugin] prepare release fess-10.0.0 --- pom.xml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 0ffec1501..e1d128e4a 100644 --- a/pom.xml +++ b/pom.xml @@ -1,10 +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/maven-v4_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/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>org.codelibs.fess</groupId> <artifactId>fess</artifactId> - <version>10.0.0-SNAPSHOT</version> + <version>10.0.0</version> <packaging>war</packaging> <name>Fess</name> <description>Fess is Full tExt Search System.</description> -- GitLab