Updated Branches: refs/heads/master b83bb3605 -> 0caee8986
http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/0caee898/features/tenantaware-load-balancer/org.wso2.carbon.lb.endpoint.server.feature/4.1.1/pom.xml ---------------------------------------------------------------------- diff --git a/features/tenantaware-load-balancer/org.wso2.carbon.lb.endpoint.server.feature/4.1.1/pom.xml b/features/tenantaware-load-balancer/org.wso2.carbon.lb.endpoint.server.feature/4.1.1/pom.xml deleted file mode 100644 index 1e09cb8..0000000 --- a/features/tenantaware-load-balancer/org.wso2.carbon.lb.endpoint.server.feature/4.1.1/pom.xml +++ /dev/null @@ -1,93 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- - ~ Copyright (c) 2009-2011, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. - ~ - ~ Licensed under the Apache License, Version 2.0 (the "License"); - ~ you may not use this file except in compliance with the License. - ~ You may obtain a copy of the License at - ~ - ~ http://www.apache.org/licenses/LICENSE-2.0 - ~ - ~ Unless required by applicable law or agreed to in writing, software - ~ distributed under the License is distributed on an "AS IS" BASIS, - ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - ~ See the License for the specific language governing permissions and - ~ 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/maven-v4_0_0.xsd"> - - <parent> - <groupId>org.wso2.carbon</groupId> - <artifactId>loadbalancer-feature</artifactId> - <version>4.1.0</version> - <relativePath>../../pom.xml</relativePath> - </parent> - - <modelVersion>4.0.0</modelVersion> - <artifactId>org.wso2.carbon.lb.endpoint.server.feature</artifactId> - <packaging>pom</packaging> - <version>4.1.1</version> - <name>WSO2 Carbon - Loadbalancer Endpoint Management Feature</name> - <url>http://wso2.org</url> - <description>This feature contains the required bundles for loadbalancer endpoint management functionality</description> - - <dependencies> - <!--dependency> - <groupId>org.wso2.carbon</groupId> - <artifactId>org.wso2.carbon.lb.common</artifactId> - <version>${project.version}</version> - </dependency--> - <dependency> - <groupId>org.wso2.carbon</groupId> - <artifactId>org.wso2.carbon.lb.endpoint</artifactId> - <version>${carbon.patch.version.4.1.1}</version> - </dependency> - </dependencies> - - <build> - <plugins> - <plugin> - <groupId>org.wso2.maven</groupId> - <artifactId>carbon-p2-plugin</artifactId> - <version>${carbon.p2.plugin.version}</version> - <executions> - <execution> - <id>4-p2-feature-generation</id> - <phase>package</phase> - <goals> - <goal>p2-feature-gen</goal> - </goals> - <configuration> - <id>org.wso2.carbon.lb.endpoint.server</id> - <propertiesFile>../../../etc/feature.properties</propertiesFile> - <adviceFile> - <properties> - <propertyDef>org.wso2.carbon.p2.category.type:server</propertyDef> - <propertyDef>org.eclipse.equinox.p2.type.group:false</propertyDef> - </properties> - </adviceFile> - <bundles> - <!--bundleDef>org.wso2.carbon:org.wso2.carbon.lb.common</bundleDef--> - <bundleDef>org.wso2.carbon:org.wso2.carbon.lb.endpoint:${carbon.patch.version.4.1.1}</bundleDef> - </bundles> - <importFeatures> - <importFeatureDef>org.wso2.carbon.core.server:${wso2carbon.version}</importFeatureDef> - <importFeatureDef>org.apache.synapse.wso2:2.1.1-wso2v4</importFeatureDef> - <!--importFeatureDef>org.wso2.carbon.mediation.initializer.server:${mediation.initializer.feature.version}</importFeatureDef--> - <importFeatureDef>org.wso2.carbon.lb.common:${carbon.version}</importFeatureDef> - </importFeatures> - </configuration> - </execution> - </executions> - </plugin> - </plugins> - </build> -<properties> - <carbon.version>4.1.0</carbon.version> - <carbon.patch.version.4.1.1>4.1.1</carbon.patch.version.4.1.1> -</properties> - -</project> http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/0caee898/features/tenantaware-load-balancer/org.wso2.carbon.lb.endpoint.server.feature/4.1.3/pom.xml ---------------------------------------------------------------------- diff --git a/features/tenantaware-load-balancer/org.wso2.carbon.lb.endpoint.server.feature/4.1.3/pom.xml b/features/tenantaware-load-balancer/org.wso2.carbon.lb.endpoint.server.feature/4.1.3/pom.xml deleted file mode 100644 index c08faa6..0000000 --- a/features/tenantaware-load-balancer/org.wso2.carbon.lb.endpoint.server.feature/4.1.3/pom.xml +++ /dev/null @@ -1,93 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- - ~ Copyright (c) 2009-2011, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. - ~ - ~ Licensed under the Apache License, Version 2.0 (the "License"); - ~ you may not use this file except in compliance with the License. - ~ You may obtain a copy of the License at - ~ - ~ http://www.apache.org/licenses/LICENSE-2.0 - ~ - ~ Unless required by applicable law or agreed to in writing, software - ~ distributed under the License is distributed on an "AS IS" BASIS, - ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - ~ See the License for the specific language governing permissions and - ~ 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/maven-v4_0_0.xsd"> - - <parent> - <groupId>org.wso2.carbon</groupId> - <artifactId>loadbalancer-feature</artifactId> - <version>4.1.0</version> - <relativePath>../../pom.xml</relativePath> - </parent> - - <modelVersion>4.0.0</modelVersion> - <artifactId>org.wso2.carbon.lb.endpoint.server.feature</artifactId> - <packaging>pom</packaging> - <version>4.1.3</version> - <name>WSO2 Carbon - Loadbalancer Endpoint Management Feature</name> - <url>http://wso2.org</url> - <description>This feature contains the required bundles for loadbalancer endpoint management functionality</description> - - <dependencies> - <!--dependency> - <groupId>org.wso2.carbon</groupId> - <artifactId>org.wso2.carbon.lb.common</artifactId> - <version>${project.version}</version> - </dependency--> - <dependency> - <groupId>org.wso2.carbon</groupId> - <artifactId>org.wso2.carbon.lb.endpoint</artifactId> - <version>${carbon.patch.version.4.1.1}</version> - </dependency> - </dependencies> - - <build> - <plugins> - <plugin> - <groupId>org.wso2.maven</groupId> - <artifactId>carbon-p2-plugin</artifactId> - <version>${carbon.p2.plugin.version}</version> - <executions> - <execution> - <id>4-p2-feature-generation</id> - <phase>package</phase> - <goals> - <goal>p2-feature-gen</goal> - </goals> - <configuration> - <id>org.wso2.carbon.lb.endpoint.server</id> - <propertiesFile>../../../etc/feature.properties</propertiesFile> - <adviceFile> - <properties> - <propertyDef>org.wso2.carbon.p2.category.type:server</propertyDef> - <propertyDef>org.eclipse.equinox.p2.type.group:false</propertyDef> - </properties> - </adviceFile> - <bundles> - <!--bundleDef>org.wso2.carbon:org.wso2.carbon.lb.common</bundleDef--> - <bundleDef>org.wso2.carbon:org.wso2.carbon.lb.endpoint:${project.version}</bundleDef> - </bundles> - <importFeatures> - <importFeatureDef>org.wso2.carbon.core.server:${wso2carbon.version}</importFeatureDef> - <importFeatureDef>org.apache.synapse.wso2:2.1.1-wso2v4</importFeatureDef> - <!--importFeatureDef>org.wso2.carbon.mediation.initializer.server:${mediation.initializer.feature.version}</importFeatureDef--> - <importFeatureDef>org.wso2.carbon.lb.common:${carbon.version}</importFeatureDef> - </importFeatures> - </configuration> - </execution> - </executions> - </plugin> - </plugins> - </build> -<properties> - <carbon.version>4.1.0</carbon.version> - <carbon.patch.version.4.1.1>4.1.1</carbon.patch.version.4.1.1> -</properties> - -</project> http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/0caee898/features/tenantaware-load-balancer/pom.xml ---------------------------------------------------------------------- diff --git a/features/tenantaware-load-balancer/pom.xml b/features/tenantaware-load-balancer/pom.xml index 2c1e931..568f2d4 100644 --- a/features/tenantaware-load-balancer/pom.xml +++ b/features/tenantaware-load-balancer/pom.xml @@ -1,35 +1,43 @@ <?xml version="1.0" encoding="utf-8"?> <!-- - ~ Copyright (c) WSO2 Inc. (http://www.wso2.org) All Rights Reserved. - ~ - ~ Licensed under the Apache License, Version 2.0 (the "License"); - ~ you may not use this file except in compliance with the License. - ~ You may obtain a copy of the License at - ~ - ~ http://www.apache.org/licenses/LICENSE-2.0 - ~ - ~ Unless required by applicable law or agreed to in writing, software - ~ distributed under the License is distributed on an "AS IS" BASIS, - ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - ~ See the License for the specific language governing permissions and - ~ limitations under the License. + Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and 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/maven-v4_0_0.xsd"> + <parent> - <groupId>org.wso2.carbon</groupId> - <artifactId>carbon-features</artifactId> - <version>4.1.0</version> + <groupId>org.apache.stratos</groupId> + <artifactId>stratos-features-parent</artifactId> + <version>2.0.0</version> <relativePath>../pom.xml</relativePath> </parent> + <modelVersion>4.0.0</modelVersion> <artifactId>loadbalancer-feature</artifactId> + <version>4.1.3</version> <packaging>pom</packaging> - <name>Tenant Aware Load Balancer Feature Aggregator Module</name> + <name>Apache Stratos Tenant Aware Load Balancer Module</name> <url>http://wso2.org</url> + <modules> - <module>org.wso2.carbon.lb.endpoint.server.feature/4.1.0</module> + <module>org.apache.stratos.lb.endpoint.server.feature/4.1.3</module> </modules> </project>
