Repository: flex-asjs
Updated Branches:
  refs/heads/develop be982336e -> 9bce67eb5


- Changed the default port to 8081 to make it possible to communicate with a 
server running on 8080


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

Branch: refs/heads/develop
Commit: 9bce67eb50a7d63a18a428431c67b417a43bbb10
Parents: be98233
Author: Christofer Dutz <christofer.d...@codecentric.de>
Authored: Sat Feb 18 18:57:46 2017 +0100
Committer: Christofer Dutz <christofer.d...@codecentric.de>
Committed: Sat Feb 18 18:57:46 2017 +0100

----------------------------------------------------------------------
 examples/pom.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/9bce67eb/examples/pom.xml
----------------------------------------------------------------------
diff --git a/examples/pom.xml b/examples/pom.xml
index aa6db36..1e1257b 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -144,6 +144,7 @@
         <version>2.2</version>
         <configuration>
           <ignorePackaging>true</ignorePackaging>
+          <port>8081</port>
           
<warSourceDirectory>${build.directory}/${artifactId}-${version}</warSourceDirectory>
         </configuration>
       </plugin>

Reply via email to