Repository: flex-blazeds Updated Branches: refs/heads/4.8.0 6ad100c2b -> 53b0f6add
Changed the name of the parent artifact from flex-messaging-opt to flex-messaging-opt-tomcat to avoid problems when building the first time. Project: http://git-wip-us.apache.org/repos/asf/flex-blazeds/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-blazeds/commit/53b0f6ad Tree: http://git-wip-us.apache.org/repos/asf/flex-blazeds/tree/53b0f6ad Diff: http://git-wip-us.apache.org/repos/asf/flex-blazeds/diff/53b0f6ad Branch: refs/heads/4.8.0 Commit: 53b0f6add13b9ddce952cc8eea8b84138ab7d6bb Parents: 6ad100c Author: Christofer Dutz <[email protected]> Authored: Mon Dec 28 16:03:56 2015 +0100 Committer: Christofer Dutz <[email protected]> Committed: Mon Dec 28 16:03:56 2015 +0100 ---------------------------------------------------------------------- opt/tomcat/tomcat-4/pom.xml | 2 +- opt/tomcat/tomcat-6/pom.xml | 2 +- opt/tomcat/tomcat-7/pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-blazeds/blob/53b0f6ad/opt/tomcat/tomcat-4/pom.xml ---------------------------------------------------------------------- diff --git a/opt/tomcat/tomcat-4/pom.xml b/opt/tomcat/tomcat-4/pom.xml index dd7dabd..61f3f90 100755 --- a/opt/tomcat/tomcat-4/pom.xml +++ b/opt/tomcat/tomcat-4/pom.xml @@ -21,7 +21,7 @@ limitations under the License. <parent> <groupId>org.apache.flex.blazeds</groupId> - <artifactId>flex-messaging-opt</artifactId> + <artifactId>flex-messaging-opt-tomcat</artifactId> <version>4.8.0-SNAPSHOT</version> </parent> http://git-wip-us.apache.org/repos/asf/flex-blazeds/blob/53b0f6ad/opt/tomcat/tomcat-6/pom.xml ---------------------------------------------------------------------- diff --git a/opt/tomcat/tomcat-6/pom.xml b/opt/tomcat/tomcat-6/pom.xml index 6c0afcf..cf0342e 100755 --- a/opt/tomcat/tomcat-6/pom.xml +++ b/opt/tomcat/tomcat-6/pom.xml @@ -21,7 +21,7 @@ limitations under the License. <parent> <groupId>org.apache.flex.blazeds</groupId> - <artifactId>flex-messaging-opt</artifactId> + <artifactId>flex-messaging-opt-tomcat</artifactId> <version>4.8.0-SNAPSHOT</version> </parent> http://git-wip-us.apache.org/repos/asf/flex-blazeds/blob/53b0f6ad/opt/tomcat/tomcat-7/pom.xml ---------------------------------------------------------------------- diff --git a/opt/tomcat/tomcat-7/pom.xml b/opt/tomcat/tomcat-7/pom.xml index 0870b89..b4aaa64 100755 --- a/opt/tomcat/tomcat-7/pom.xml +++ b/opt/tomcat/tomcat-7/pom.xml @@ -21,7 +21,7 @@ limitations under the License. <parent> <groupId>org.apache.flex.blazeds</groupId> - <artifactId>flex-messaging-opt</artifactId> + <artifactId>flex-messaging-opt-tomcat</artifactId> <version>4.8.0-SNAPSHOT</version> </parent>
