summaryrefslogtreecommitdiffstats
path: root/java/sca/modules/implementation-widget-runtime-dojo/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'java/sca/modules/implementation-widget-runtime-dojo/pom.xml')
-rw-r--r--java/sca/modules/implementation-widget-runtime-dojo/pom.xml25
1 files changed, 2 insertions, 23 deletions
diff --git a/java/sca/modules/implementation-widget-runtime-dojo/pom.xml b/java/sca/modules/implementation-widget-runtime-dojo/pom.xml
index c5508d689e..74ba4af61f 100644
--- a/java/sca/modules/implementation-widget-runtime-dojo/pom.xml
+++ b/java/sca/modules/implementation-widget-runtime-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,7 +33,7 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-widget-runtime</artifactId>
- <version>1.6-SNAPSHOT</version>
+ <version>2.0-SNAPSHOT</version>
</dependency>
<dependency>
@@ -43,25 +43,4 @@
<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</Bundle-SymbolicName>
- <Bundle-Description>${pom.name}</Bundle-Description>
- <Export-Package>org.apache.tuscany.sca.binding.atom.js*</Export-Package>
- <Import-Package>org.apache.tuscany.sca.assembly.xml;version="1.4", *</Import-Package>
- </instructions>
- </configuration>
- </plugin>
- </plugins>
- </build>
-
</project>