You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by pi...@apache.org on 2018/09/14 12:05:03 UTC

[royale-typedefs] branch develop updated: Attempt to force for usage scm 1.10.0 and updates to some other libraries

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

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


The following commit(s) were added to refs/heads/develop by this push:
     new 6ef1a3b  Attempt to force for usage scm 1.10.0 and updates to some other libraries
6ef1a3b is described below

commit 6ef1a3b53278e129250d4ee73fec56feeae302a0
Author: Piotr Zarzycki <pi...@gmail.com>
AuthorDate: Fri Sep 14 14:04:49 2018 +0200

    Attempt to force for usage scm 1.10.0 and updates to some other libraries
---
 pom.xml | 36 +++++++++++++++---------------------
 1 file changed, 15 insertions(+), 21 deletions(-)

diff --git a/pom.xml b/pom.xml
index 21439e5..ab7b5f9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -171,7 +171,7 @@
           <dependency>
             <groupId>org.asciidoctor</groupId>
             <artifactId>asciidoctorj-diagram</artifactId>
-            <version>1.3.1</version>
+            <version>1.5.9</version>
           </dependency>
         </dependencies>
         <configuration>
@@ -188,28 +188,22 @@
             -->
           </attributes>
         </configuration>
-        <!--executions>
-            <execution>
-                <id>generate-html-doc</id>
-                <phase>generate-resources</phase>
-                <goals>
-                    <goal>process-asciidoc</goal>
-                </goals>
-                <configuration>
-                    <backend>html5</backend>
-                    <attributes>
-                        <imagesdir>./images</imagesdir>
-                        <toc>left</toc>
-                        <icons>font</icons>
-                        <sectanchors>true</sectanchors>
-                        <idprefix />
-                        <idseparator>-</idseparator>
-                    </attributes>
-                </configuration>
-            </execution>
-        </executions-->
       </plugin>
     </plugins>
+    <pluginManagement>
+      <plugins>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-scm-plugin</artifactId>
+          <version>1.10.0</version>
+        </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-resources-plugin</artifactId>
+          <version>3.1.0</version>
+        </plugin>
+      </plugins>
+    </pluginManagement>
   </build>
 
   <reporting>