diff options
Diffstat (limited to 'branches/sca-java-1.x/modules/web-javascript')
-rw-r--r-- | branches/sca-java-1.x/modules/web-javascript/pom.xml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/branches/sca-java-1.x/modules/web-javascript/pom.xml b/branches/sca-java-1.x/modules/web-javascript/pom.xml index 42da492d2f..8bded85342 100644 --- a/branches/sca-java-1.x/modules/web-javascript/pom.xml +++ b/branches/sca-java-1.x/modules/web-javascript/pom.xml @@ -7,15 +7,15 @@ * 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. + * under the License. --> <project> <modelVersion>4.0.0</modelVersion> @@ -27,7 +27,7 @@ </parent> <artifactId>tuscany-web-javascript</artifactId> - <name>Apache Tuscany SCA Core Web</name> + <name>Apache Tuscany SCA Web JavaScript</name> <dependencies> <dependency> @@ -35,14 +35,14 @@ <artifactId>tuscany-core</artifactId> <version>1.5-SNAPSHOT</version> </dependency> - + <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.5</version> <scope>test</scope> </dependency> - + </dependencies> |