summaryrefslogtreecommitdiffstats
path: root/java/sca/modules/binding-atom-js-dojo/pom.xml
diff options
context:
space:
mode:
authorlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2009-11-15 20:42:43 +0000
committerlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2009-11-15 20:42:43 +0000
commitc9f1d307e97d1c605de2ed7e739184d9111168af (patch)
treea6d3b41f5c3ff7c5b5bb849841f9c0488cbf85bd /java/sca/modules/binding-atom-js-dojo/pom.xml
parentf094b79520e28cc0d9dc93d367967dcdcb7ba49c (diff)
Porting biding-atom-js from 1.x
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@836409 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--java/sca/modules/binding-atom-js-dojo/pom.xml29
1 files changed, 4 insertions, 25 deletions
diff --git a/java/sca/modules/binding-atom-js-dojo/pom.xml b/java/sca/modules/binding-atom-js-dojo/pom.xml
index c1b9caa69b..dec171cead 100644
--- a/java/sca/modules/binding-atom-js-dojo/pom.xml
+++ b/java/sca/modules/binding-atom-js-dojo/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-modules</artifactId>
- <version>1.6-SNAPSHOT</version>
+ <version>2.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
@@ -33,13 +33,13 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-binding-atom</artifactId>
- <version>1.6-SNAPSHOT</version>
+ <version>2.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-web-javascript</artifactId>
- <version>1.6-SNAPSHOT</version>
+ <version>2.0-SNAPSHOT</version>
</dependency>
<dependency>
@@ -49,26 +49,5 @@
<scope>test</scope>
</dependency>
- </dependencies>
-
-
- <build>
- <plugins>
- <plugin>
- <groupId>org.apache.felix</groupId>
- <artifactId>maven-bundle-plugin</artifactId>
-
- <configuration>
- <instructions>
- <Bundle-Version>${tuscany.version}</Bundle-Version>
- <Bundle-SymbolicName>org.apache.tuscany.sca.binding.atom-js-dojo</Bundle-SymbolicName>
- <Bundle-Description>${pom.name}</Bundle-Description>
- <Export-Package>org.apache.tuscany.sca.binding.atom.js.dojo</Export-Package>
- <Import-Package>org.apache.tuscany.sca.assembly.xml;version="1.4", *</Import-Package>
- </instructions>
- </configuration>
- </plugin>
- </plugins>
- </build>
-
+ </dependencies>
</project>