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 2015/07/30 15:59:55 UTC

flex-blazeds git commit: Turned off the java-doc generation for now ... as there are far too many places that need fixing.

Repository: flex-blazeds
Updated Branches:
  refs/heads/develop 897a23207 -> 66709c079


Turned off the java-doc generation for now ... as there are far too many places that need fixing.


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

Branch: refs/heads/develop
Commit: 66709c0794ec597ba53353ece27cc46a49f18943
Parents: 897a232
Author: Christofer Dutz <ch...@codecentric.de>
Authored: Thu Jul 30 15:59:48 2015 +0200
Committer: Christofer Dutz <ch...@codecentric.de>
Committed: Thu Jul 30 15:59:48 2015 +0200

----------------------------------------------------------------------
 modules/pom.xml | 13 +++++++++++--
 1 file changed, 11 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-blazeds/blob/66709c07/modules/pom.xml
----------------------------------------------------------------------
diff --git a/modules/pom.xml b/modules/pom.xml
index 58fbe7b..7ce8433 100755
--- a/modules/pom.xml
+++ b/modules/pom.xml
@@ -29,7 +29,7 @@
 
 	<groupId>org.apache.flex.blazeds</groupId>
 	<artifactId>blazeds</artifactId>
-	<version>4.8.0-SNAPSHOT</version>
+	<version>4.7.1</version>
 	<packaging>pom</packaging>
 
 	<name>Apache Flex: BlazeDS</name>
@@ -55,7 +55,7 @@
 		<connection>scm:git:https://git-wip-us.apache.org/repos/asf/flex-blazeds.git</connection>
 		<developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/flex-blazeds.git</developerConnection>
 		<url>https://git-wip-us.apache.org/repos/asf/flex-blazeds.git</url>
-		<tag>HEAD</tag>
+		<tag>blazeds-4.7.1</tag>
 	</scm>
 
 	<modules>
@@ -108,6 +108,15 @@
                     </descriptors>
                 </configuration>
             </plugin>
+
+            <!-- Turned off till the JavaDoc tags are all correctly set -->
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-javadoc-plugin</artifactId>
+                <configuration>
+                    <skip>true</skip>
+                </configuration>
+            </plugin>
 		</plugins>
 	</build>