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 2014/11/13 13:32:34 UTC

git commit: [flex-utilities] [refs/heads/develop] - Prepare for release of flex-tool-api 1.0.0-RC1

Repository: flex-utilities
Updated Branches:
  refs/heads/develop 75be97d76 -> dfd706712


Prepare for release of flex-tool-api 1.0.0-RC1


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

Branch: refs/heads/develop
Commit: dfd706712da7e422635c1d1656846b8527ab5100
Parents: 75be97d
Author: Christofer Dutz <ch...@codecentric.de>
Authored: Thu Nov 13 13:32:24 2014 +0100
Committer: Christofer Dutz <ch...@codecentric.de>
Committed: Thu Nov 13 13:32:24 2014 +0100

----------------------------------------------------------------------
 flex-tool-api/pom.xml | 86 +++-------------------------------------------
 1 file changed, 5 insertions(+), 81 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/dfd70671/flex-tool-api/pom.xml
----------------------------------------------------------------------
diff --git a/flex-tool-api/pom.xml b/flex-tool-api/pom.xml
index 63ee0d0..eab9104 100644
--- a/flex-tool-api/pom.xml
+++ b/flex-tool-api/pom.xml
@@ -17,9 +17,7 @@
   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>
 
@@ -31,7 +29,7 @@
 
     <groupId>org.apache.flex</groupId>
     <artifactId>flex-tool-api</artifactId>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>1.0.0</version>
     <packaging>jar</packaging>
 
     <name>Flex Tool API</name>
@@ -50,9 +48,9 @@
     </mailingLists>
 
     <scm>
-        <connection>scm:svn:https://git-wip-us.apache.org/repos/asf/flex-utilities.git</connection>
-        <developerConnection>scm:svn:https://git-wip-us.apache.org/repos/asf/flex-utilities.git</developerConnection>
-        <url>https://git-wip-us.apache.org/repos/asf/flex-utilities.git</url>
+        <connection>scm:svn:https://git-wip-us.apache.org/repos/asf/flex-utilities.git/tags/flex-tool-api-1.0.0-RC1</connection>
+        <developerConnection>scm:svn:https://git-wip-us.apache.org/repos/asf/flex-utilities.git/tags/flex-tool-api-1.0.0-RC1</developerConnection>
+        <url>https://git-wip-us.apache.org/repos/asf/flex-utilities.git/tags/flex-tool-api-1.0.0-RC1</url>
     </scm>
 
     <build>
@@ -69,78 +67,4 @@
         </pluginManagement>
     </build>
 
-    <profiles>
-        <profile>
-            <id>apache-release</id>
-            <properties>
-                <isApacheRelease>true</isApacheRelease>
-            </properties>
-
-            <build>
-                <pluginManagement>
-                    <plugins>
-                        <plugin>
-                            <groupId>org.apache.maven.plugins</groupId>
-                            <artifactId>maven-javadoc-plugin</artifactId>
-                            <executions>
-                                <execution>
-                                    <id>attach-javadocs</id>
-                                    <goals>
-                                        <goal>jar</goal>
-                                    </goals>
-                                    <phase>package</phase>
-                                </execution>
-                            </executions>
-                        </plugin>
-                    </plugins>
-                </pluginManagement>
-
-                <plugins>
-                    <plugin>
-                        <artifactId>maven-assembly-plugin</artifactId>
-                        <version>2.5.1</version>
-                        <executions>
-                            <execution>
-                                <id>source-release-assembly</id>
-                                <!-- note: this is configured above to run only at execution root -->
-                                <configuration>
-                                    <!-- Prevent Maven from releasing the source release assembly to the Maven repos -->
-                                    <attach>false</attach>
-                                </configuration>
-                            </execution>
-                        </executions>
-                    </plugin>
-
-                    <plugin>
-                        <groupId>org.apache.maven.plugins</groupId>
-                        <artifactId>maven-source-plugin</artifactId>
-                        <executions>
-                            <execution>
-                                <id>attach-sources-nf</id>
-                                <goals>
-                                    <goal>jar-no-fork</goal>
-                                </goals>
-                            </execution>
-                            <execution>
-                                <id>attach-sources</id>
-                                <!-- turn off the plain jar one -->
-                                <phase/>
-                            </execution>
-                        </executions>
-                    </plugin>
-
-                    <plugin>
-                        <groupId>org.apache.rat</groupId>
-                        <artifactId>apache-rat-plugin</artifactId>
-                        <executions>
-                            <execution>
-                                <id>default-cli</id>
-                            </execution>
-                        </executions>
-                    </plugin>
-                </plugins>
-            </build>
-        </profile>
-    </profiles>
-
 </project>
\ No newline at end of file