You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwebbeans.apache.org by st...@apache.org on 2018/08/24 10:32:33 UTC

svn commit: r1838810 - in /openwebbeans/trunk: pom.xml samples/standalone-sample/pom.xml

Author: struberg
Date: Fri Aug 24 10:32:33 2018
New Revision: 1838810

URL: http://svn.apache.org/viewvc?rev=1838810&view=rev
Log:
OWB-1255 upgrade to apache-parent-21

Modified:
    openwebbeans/trunk/pom.xml
    openwebbeans/trunk/samples/standalone-sample/pom.xml

Modified: openwebbeans/trunk/pom.xml
URL: http://svn.apache.org/viewvc/openwebbeans/trunk/pom.xml?rev=1838810&r1=1838809&r2=1838810&view=diff
==============================================================================
--- openwebbeans/trunk/pom.xml (original)
+++ openwebbeans/trunk/pom.xml Fri Aug 24 10:32:33 2018
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache</groupId>
         <artifactId>apache</artifactId>
-        <version>18</version>
+        <version>21</version>
     </parent>
 
     <groupId>org.apache.openwebbeans</groupId>

Modified: openwebbeans/trunk/samples/standalone-sample/pom.xml
URL: http://svn.apache.org/viewvc/openwebbeans/trunk/samples/standalone-sample/pom.xml?rev=1838810&r1=1838809&r2=1838810&view=diff
==============================================================================
--- openwebbeans/trunk/samples/standalone-sample/pom.xml (original)
+++ openwebbeans/trunk/samples/standalone-sample/pom.xml Fri Aug 24 10:32:33 2018
@@ -111,7 +111,7 @@ under the License.
                         <id>make-assembly</id><!-- this is used for inheritance merges -->
                         <phase>package</phase><!-- append to the packaging phase. -->
                         <goals>
-                            <goal>attached</goal><!-- goals == mojos -->
+                            <goal>single</goal><!-- goals == mojos -->
                         </goals>
                     </execution>
                 </executions>