Removes version and add packaging
Project: http://git-wip-us.apache.org/repos/asf/struts/repo Commit: http://git-wip-us.apache.org/repos/asf/struts/commit/dddb273b Tree: http://git-wip-us.apache.org/repos/asf/struts/tree/dddb273b Diff: http://git-wip-us.apache.org/repos/asf/struts/diff/dddb273b Branch: refs/heads/feature/exclude-object-class Commit: dddb273b1db7b16c66691da49636d5cdb7d344b4 Parents: 3575beb Author: Lukasz Lenart <lukaszlen...@apache.org> Authored: Mon Apr 28 08:55:50 2014 +0200 Committer: Lukasz Lenart <lukaszlen...@apache.org> Committed: Mon Apr 28 08:55:50 2014 +0200 ---------------------------------------------------------------------- plugins/rest/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/struts/blob/dddb273b/plugins/rest/pom.xml ---------------------------------------------------------------------- diff --git a/plugins/rest/pom.xml b/plugins/rest/pom.xml index 66d566f..afae587 100644 --- a/plugins/rest/pom.xml +++ b/plugins/rest/pom.xml @@ -30,8 +30,8 @@ </parent> <artifactId>struts2-rest-plugin</artifactId> - <version>2.3.18-SNAPSHOT</version> <name>Struts 2 REST Plugin</name> + <packaging>jar</packaging> <properties> <jackson.version>1.9.2</jackson.version>