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 2018/09/27 06:42:51 UTC

[struts-master] branch master updated: Uses proper release profile

This is an automated email from the ASF dual-hosted git repository.

lukaszlenart pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/struts-master.git


The following commit(s) were added to refs/heads/master by this push:
     new 6f5dd30  Uses proper release profile
6f5dd30 is described below

commit 6f5dd30ac4626fb972b0fa2953c4fb11d2e35c36
Author: Lukasz Lenart <lu...@apache.org>
AuthorDate: Thu Sep 27 08:42:33 2018 +0200

    Uses proper release profile
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index ab12fa7..fe42920 100755
--- a/pom.xml
+++ b/pom.xml
@@ -343,7 +343,7 @@
             <plugin>
                 <artifactId>maven-release-plugin</artifactId>
                 <configuration>
-                    <releaseProfiles>release</releaseProfiles>
+                    <releaseProfiles>apache-release</releaseProfiles>
                     <goals>deploy</goals>
                 </configuration>
             </plugin>