You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by lu...@apache.org on 2014/05/05 06:45:00 UTC

[14/19] git commit: Removes version and add packaging

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 <lu...@apache.org>
Authored: Mon Apr 28 08:55:50 2014 +0200
Committer: Lukasz Lenart <lu...@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>