You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ca...@apache.org on 2019/11/20 18:01:58 UTC

[royale-typedefs] branch develop updated: upgrade flex-sdk-converter-maven-extension to new release 1.0.0

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

carlosrovira pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-typedefs.git


View the commit online:
https://github.com/apache/royale-typedefs/commit/c471929c369bc369f73e7e13a56a3d191e39654b

The following commit(s) were added to refs/heads/develop by this push:
     new c471929  upgrade flex-sdk-converter-maven-extension to new release 1.0.0
c471929 is described below

commit c471929c369bc369f73e7e13a56a3d191e39654b
Author: Carlos Rovira <ca...@apache.org>
AuthorDate: Wed Nov 20 19:01:47 2019 +0100

    upgrade flex-sdk-converter-maven-extension to new release 1.0.0
---
 .mvn/extensions.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.mvn/extensions.xml b/.mvn/extensions.xml
index aac946c..8865f2a 100644
--- a/.mvn/extensions.xml
+++ b/.mvn/extensions.xml
@@ -24,7 +24,7 @@
     <extension>
         <groupId>org.apache.flex.utilities.converter</groupId>
         <artifactId>flex-sdk-converter-maven-extension</artifactId>
-        <version>1.0.0-SNAPSHOT</version>
+        <version>1.0.0</version>
     </extension>
 
 </extensions>