Skip to content
This repository has been archived by the owner on Feb 22, 2024. It is now read-only.

Commit

Permalink
new default port
Browse files Browse the repository at this point in the history
  • Loading branch information
Luigi Selmi committed May 4, 2015
1 parent 2d8eecf commit 9229f1a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<mainClass>${main.class}</mainClass>
<arguments>
<argument>-P</argument>
<argument>8307</argument>
<argument>7100</argument>
</arguments>
</configuration>
</plugin>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public interface Arguments extends ArgumentsWithHelp {


@CommandLine(longName = "port", shortName = {"P"}, required = false,
defaultValue = "8187",
defaultValue = "8307",
description = "The port on which the transformer shall listen")
public int getPort();

Expand Down

0 comments on commit 9229f1a

Please sign in to comment.