You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by cd...@apache.org on 2016/09/05 08:55:01 UTC

[06/23] git commit: [flex-falcon] [refs/heads/release0.7.0] - - Try to get the maven-release-plugin running

- Try to get the maven-release-plugin running


Project: http://git-wip-us.apache.org/repos/asf/flex-falcon/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-falcon/commit/6a6bda8b
Tree: http://git-wip-us.apache.org/repos/asf/flex-falcon/tree/6a6bda8b
Diff: http://git-wip-us.apache.org/repos/asf/flex-falcon/diff/6a6bda8b

Branch: refs/heads/release0.7.0
Commit: 6a6bda8b2ff655b22bc7f50fb72537cf9fcd866a
Parents: 02d9e93
Author: Christofer Dutz <ch...@codecentric.de>
Authored: Mon Sep 5 09:03:18 2016 +0200
Committer: Christofer Dutz <ch...@codecentric.de>
Committed: Mon Sep 5 10:08:18 2016 +0200

----------------------------------------------------------------------
 compiler-build-tools/pom.xml | 15 ++++++++++-----
 1 file changed, 10 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/6a6bda8b/compiler-build-tools/pom.xml
----------------------------------------------------------------------
diff --git a/compiler-build-tools/pom.xml b/compiler-build-tools/pom.xml
index 5e7a93c..00169d7 100644
--- a/compiler-build-tools/pom.xml
+++ b/compiler-build-tools/pom.xml
@@ -17,20 +17,19 @@
   limitations under the License.
 
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
     <groupId>org.apache</groupId>
     <artifactId>apache</artifactId>
     <version>18</version>
-    <relativePath/>
+    <relativePath />
   </parent>
 
   <groupId>org.apache.flex.flexjs.compiler</groupId>
   <artifactId>compiler-build-tools</artifactId>
-  <version>1.0.0-SNAPSHOT</version>
+  <version>1.0.0</version>
   <packaging>maven-plugin</packaging>
 
   <name>Apache Flex - FlexJS: Build Tools</name>
@@ -40,7 +39,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-plugin-plugin</artifactId>
-        <version>3.1</version>
+        <version>3.5</version>
         <configuration>
           <goalPrefix>compiler-build-tools</goalPrefix>
           <skipErrorNoDescriptorsFound>true</skipErrorNoDescriptorsFound>
@@ -154,4 +153,10 @@
     </dependency>
   </dependencies>
 
+
+  <scm>
+    <connection>scm:svn:https://svn.apache.org/repos/asf/maven/pom/tags/compiler-build-tools-1.0.0</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/pom/tags/compiler-build-tools-1.0.0</developerConnection>
+    <url>https://svn.apache.org/viewvc/maven/pom/tags/compiler-build-tools-1.0.0</url>
+  </scm>
 </project>