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/17 14:24:33 UTC

[royale-asjs] branch develop updated: Using new flex-sdk-converter-maven-extension 1.0.0 to simplify maven build

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-asjs.git


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

commit da6e9cfbafbce5058b5b91c73e24b17783955992
Author: Carlos Rovira <ca...@apache.org>
AuthorDate: Sun Nov 17 15:24:20 2019 +0100

    Using new flex-sdk-converter-maven-extension 1.0.0 to simplify maven build
---
 .mvn/extensions.xml   |  2 +-
 settings-template.xml | 29 +++++++++++++++++++++++++----
 2 files changed, 26 insertions(+), 5 deletions(-)

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>
diff --git a/settings-template.xml b/settings-template.xml
index bc78230..93af862 100644
--- a/settings-template.xml
+++ b/settings-template.xml
@@ -1,21 +1,21 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- 
+
  Licensed to the Apache Software Foundation (ASF) under one or more
  contributor license agreements.  See the NOTICE file distributed with
  this work for additional information regarding copyright ownership.
  The ASF licenses this file to You under the Apache License, Version 2.0
  (the "License"); you may not use this file except in compliance with
  the License.  You may obtain a copy of the License at
- 
+
  http://www.apache.org/licenses/LICENSE-2.0
- 
+
  Unless required by applicable law or agreed to in writing, software
  distributed under the License is distributed on an "AS IS" BASIS,
  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  See the License for the specific language governing permissions and
  limitations under the License.
- 
+
  -->
 <settings xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.1.0 http://maven.apache.org/xsd/settings-1.1.0.xsd"
           xmlns="http://maven.apache.org/SETTINGS/1.1.0"
@@ -50,6 +50,16 @@
                         <enabled>true</enabled>
                     </snapshots>
                 </repository>
+                <repository>
+                    <id>apache-mavenizer-staging</id>
+                    <url>https://repository.apache.org/content/repositories/orgapacheflex-1022</url>
+                    <releases>
+                        <enabled>true</enabled>
+                    </releases>
+                    <snapshots>
+                        <enabled>false</enabled>
+                    </snapshots>
+                </repository>
             </repositories>
             <pluginRepositories>
                 <pluginRepository>
@@ -62,6 +72,16 @@
                         <enabled>true</enabled>
                     </snapshots>
                 </pluginRepository>
+                <pluginRepository>
+                    <id>apache-mavenizer-staging</id>
+                    <url>https://repository.apache.org/content/repositories/orgapacheflex-1022</url>
+                    <releases>
+                        <enabled>true</enabled>
+                    </releases>
+                    <snapshots>
+                        <enabled>false</enabled>
+                    </snapshots>
+                </pluginRepository>
             </pluginRepositories>
         </profile>
     </profiles>
@@ -71,3 +91,4 @@
         <activeProfile>apache-snapshots-enabled</activeProfile>
     </activeProfiles>
 </settings>
+