Skip to content

Commit

Permalink
changes version to v2.0.0
Browse files Browse the repository at this point in the history
Signed-off-by: Kálmán Képes <kalman.kepes@iaas.uni-stuttgart.de>
  • Loading branch information
nyuuyn committed Jul 3, 2017
1 parent a017dff commit 802c972
Show file tree
Hide file tree
Showing 116 changed files with 176 additions and 176 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Json-Http API for Application Bus
Bundle-SymbolicName: org.opentosca.bus.application.api.jsonhttp
Bundle-Version: 1.0.0.qualifier
Bundle-Version: 2.0.0.qualifier
Bundle-Activator: org.opentosca.bus.application.api.jsonhttp.Activator
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Import-Package: org.apache.camel;version="2.10.4",
Expand Down
4 changes: 2 additions & 2 deletions org.opentosca.bus.application.api.jsonhttp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
<parent>
<groupId>org.opentosca</groupId>
<artifactId>container</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>2.0.0-SNAPSHOT</version>
</parent>

<artifactId>org.opentosca.bus.application.api.jsonhttp</artifactId>
<packaging>eclipse-plugin</packaging>

</project>
</project>
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Rest-Http API for Application Bus
Bundle-SymbolicName: org.opentosca.bus.application.api.resthttp
Bundle-Version: 1.0.0.qualifier
Bundle-Version: 2.0.0.qualifier
Bundle-Activator: org.opentosca.bus.application.api.resthttp.Activator
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Import-Package: org.apache.camel;version="2.10.4",
Expand Down
4 changes: 2 additions & 2 deletions org.opentosca.bus.application.api.resthttp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
<parent>
<groupId>org.opentosca</groupId>
<artifactId>container</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>2.0.0-SNAPSHOT</version>
</parent>

<artifactId>org.opentosca.bus.application.api.resthttp</artifactId>
<packaging>eclipse-plugin</packaging>

</project>
</project>
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Application Bus Soap over http API
Bundle-SymbolicName: org.opentosca.bus.application.api.soaphttp
Bundle-Version: 1.0.0.qualifier
Bundle-Version: 2.0.0.qualifier
Bundle-Activator: org.opentosca.bus.application.api.soaphttp.Activator
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Import-Package: org.apache.camel;version="2.10.4",
Expand Down
4 changes: 2 additions & 2 deletions org.opentosca.bus.application.api.soaphttp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
<parent>
<groupId>org.opentosca</groupId>
<artifactId>container</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>2.0.0-SNAPSHOT</version>
</parent>

<artifactId>org.opentosca.bus.application.api.soaphttp</artifactId>
<packaging>eclipse-plugin</packaging>

</project>
</project>
2 changes: 1 addition & 1 deletion org.opentosca.bus.application.model/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Model bundle of Application Bus
Bundle-SymbolicName: org.opentosca.bus.application.model
Bundle-Version: 1.0.0.qualifier
Bundle-Version: 2.0.0.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Export-Package: org.opentosca.bus.application.model.constants,
org.opentosca.bus.application.model.exception
4 changes: 2 additions & 2 deletions org.opentosca.bus.application.model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
<parent>
<groupId>org.opentosca</groupId>
<artifactId>container</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>2.0.0-SNAPSHOT</version>
</parent>

<artifactId>org.opentosca.bus.application.model</artifactId>
<packaging>eclipse-plugin</packaging>

</project>
</project>
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Json Http Plugin of the Application Bus
Bundle-SymbolicName: org.opentosca.bus.application.plugin.jsonhttp.service.impl
Bundle-Version: 1.0.0.qualifier
Bundle-Version: 2.0.0.qualifier
Bundle-Activator: org.opentosca.bus.application.plugin.jsonhttp.service.impl.Activator
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Import-Package: org.apache.camel;version="2.10.4",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
<parent>
<groupId>org.opentosca</groupId>
<artifactId>container</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>2.0.0-SNAPSHOT</version>
</parent>

<artifactId>org.opentosca.bus.application.plugin.jsonhttp.service.impl</artifactId>
<packaging>eclipse-plugin</packaging>

</project>
</project>
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Interface for the Application Bus Plugins
Bundle-SymbolicName: org.opentosca.bus.application.plugin.service
Bundle-Version: 1.0.0.qualifier
Bundle-Version: 2.0.0.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Import-Package: org.apache.camel;version="2.10.4"
Export-Package: org.opentosca.bus.application.plugin.service
Expand Down
4 changes: 2 additions & 2 deletions org.opentosca.bus.application.plugin.service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
<parent>
<groupId>org.opentosca</groupId>
<artifactId>container</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>2.0.0-SNAPSHOT</version>
</parent>

<artifactId>org.opentosca.bus.application.plugin.service</artifactId>
<packaging>eclipse-plugin</packaging>

</project>
</project>
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: org.opentosca.bus.application.plugin.soaphttp.service.impl
Bundle-SymbolicName: org.opentosca.bus.application.plugin.soaphttp.service.impl
Bundle-Version: 1.0.0.qualifier
Bundle-Version: 2.0.0.qualifier
Bundle-Activator: org.opentosca.bus.application.plugin.soaphttp.service.impl.Activator
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Import-Package: com.predic8.schema;version="1.2.2",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
<parent>
<groupId>org.opentosca</groupId>
<artifactId>container</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>2.0.0-SNAPSHOT</version>
</parent>

<artifactId>org.opentosca.bus.application.plugin.soaphttp.service.impl</artifactId>
<packaging>eclipse-plugin</packaging>

</project>
</project>
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Application Bus Service Impl
Bundle-SymbolicName: org.opentosca.bus.application.service.impl
Bundle-Version: 1.0.0.qualifier
Bundle-Version: 2.0.0.qualifier
Bundle-Activator: org.opentosca.bus.application.service.impl.Activator
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Import-Package: org.apache.camel;version="2.10.4",
Expand Down
4 changes: 2 additions & 2 deletions org.opentosca.bus.application.service.impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
<parent>
<groupId>org.opentosca</groupId>
<artifactId>container</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>2.0.0-SNAPSHOT</version>
</parent>

<artifactId>org.opentosca.bus.application.service.impl</artifactId>
<packaging>eclipse-plugin</packaging>

</project>
</project>
2 changes: 1 addition & 1 deletion org.opentosca.bus.application.service/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Interface of the Application Bus Service
Bundle-SymbolicName: org.opentosca.bus.application.service
Bundle-Version: 1.0.0.qualifier
Bundle-Version: 2.0.0.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Export-Package: org.opentosca.bus.application.service
4 changes: 2 additions & 2 deletions org.opentosca.bus.application.service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
<parent>
<groupId>org.opentosca</groupId>
<artifactId>container</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>2.0.0-SNAPSHOT</version>
</parent>

<artifactId>org.opentosca.bus.application.service</artifactId>
<packaging>eclipse-plugin</packaging>

</project>
</project>
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: org.opentosca.bus.management.api.osgievent
Bundle-SymbolicName: org.opentosca.bus.management.api.osgievent
Bundle-Version: 1.0.0.qualifier
Bundle-Version: 2.0.0.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Service-Component: OSGI-INF/MBEventHandler - component.xml
Import-Package: org.apache.camel;version="2.10.4",
Expand Down
4 changes: 2 additions & 2 deletions org.opentosca.bus.management.api.osgievent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
<parent>
<groupId>org.opentosca</groupId>
<artifactId>container</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>2.0.0-SNAPSHOT</version>
</parent>

<artifactId>org.opentosca.bus.management.api.osgievent</artifactId>
<packaging>eclipse-plugin</packaging>

</project>
</project>
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Rest-Http API for Management Bus
Bundle-SymbolicName: org.opentosca.bus.management.api.resthttp
Bundle-Version: 1.0.0.qualifier
Bundle-Version: 2.0.0.qualifier
Bundle-Activator: org.opentosca.bus.management.api.resthttp.Activator
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Import-Package: org.apache.camel;version="2.10.4",
Expand Down
4 changes: 2 additions & 2 deletions org.opentosca.bus.management.api.resthttp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
<parent>
<groupId>org.opentosca</groupId>
<artifactId>container</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>2.0.0-SNAPSHOT</version>
</parent>

<artifactId>org.opentosca.bus.management.api.resthttp</artifactId>
<packaging>eclipse-plugin</packaging>

</project>
</project>
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: org.opentosca.bus.management.api.soaphttp
Bundle-SymbolicName: org.opentosca.bus.management.api.soaphttp
Bundle-Version: 1.0.0.qualifier
Bundle-Version: 2.0.0.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Import-Package: org.apache.camel;version="2.10.4",
org.apache.camel.builder;version="2.10.4",
Expand Down
4 changes: 2 additions & 2 deletions org.opentosca.bus.management.api.soaphttp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
<parent>
<groupId>org.opentosca</groupId>
<artifactId>container</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>2.0.0-SNAPSHOT</version>
</parent>

<artifactId>org.opentosca.bus.management.api.soaphttp</artifactId>
<packaging>eclipse-plugin</packaging>

</project>
</project>
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: org.opentosca.bus.management.plugins.remote.service.impl
Bundle-SymbolicName: org.opentosca.bus.management.plugins.remote.service.impl
Bundle-Version: 1.0.0.qualifier
Bundle-Version: 2.0.0.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-ActivationPolicy: lazy
Import-Package:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
<parent>
<groupId>org.opentosca</groupId>
<artifactId>container</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>2.0.0-SNAPSHOT</version>
</parent>

<artifactId>org.opentosca.bus.management.plugins.remote.service.impl</artifactId>
<packaging>eclipse-plugin</packaging>

</project>
</project>
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: org.opentosca.bus.management.plugins.rest.service.impl
Bundle-SymbolicName: org.opentosca.bus.management.plugins.rest.service.impl
Bundle-Version: 1.0.0.qualifier
Bundle-Version: 2.0.0.qualifier
Bundle-Activator: org.opentosca.bus.management.plugins.rest.service.impl.Activator
Bundle-ActivationPolicy: lazy
Import-Package: com.google.gson;version="2.2.4",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
<parent>
<groupId>org.opentosca</groupId>
<artifactId>container</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>2.0.0-SNAPSHOT</version>
</parent>

<artifactId>org.opentosca.bus.management.plugins.rest.service.impl</artifactId>
<packaging>eclipse-plugin</packaging>

</project>
</project>
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: org.opentosca.bus.management.plugins.script.service.impl
Bundle-SymbolicName: org.opentosca.bus.management.plugins.script.service.impl
Bundle-Version: 1.0.0.qualifier
Bundle-Version: 2.0.0.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-ActivationPolicy: lazy
Import-Package: org.apache.camel;version="2.10.4",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.opentosca</groupId>
<artifactId>container</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>2.0.1-SNAPSHOT</version>
</parent>
<groupId>org.opentosca</groupId>
<artifactId>org.opentosca.bus.management.plugins.script.service.impl</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: org.opentosca.bus.management.plugins.service
Bundle-SymbolicName: org.opentosca.bus.management.plugins.service
Bundle-Version: 1.0.0.qualifier
Bundle-Version: 2.0.0.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Export-Package: org.opentosca.bus.management.plugins.service
Import-Package: org.apache.camel;version="2.10.4"
4 changes: 2 additions & 2 deletions org.opentosca.bus.management.plugins.service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
<parent>
<groupId>org.opentosca</groupId>
<artifactId>container</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>2.0.0-SNAPSHOT</version>
</parent>

<artifactId>org.opentosca.bus.management.plugins.service</artifactId>
<packaging>eclipse-plugin</packaging>

</project>
</project>
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: org.opentosca.bus.management.plugins.soaphttp.service.impl
Bundle-SymbolicName: org.opentosca.bus.management.plugins.soaphttp.service.impl
Bundle-Version: 1.0.0.qualifier
Bundle-Version: 2.0.0.qualifier
Bundle-Activator: org.opentosca.bus.management.plugins.soaphttp.service.impl.Activator
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Import-Package: com.predic8.schema,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
<parent>
<groupId>org.opentosca</groupId>
<artifactId>container</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>2.0.0-SNAPSHOT</version>
</parent>

<artifactId>org.opentosca.bus.management.plugins.soaphttp.service.impl</artifactId>
<packaging>eclipse-plugin</packaging>

</project>
</project>
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: org.opentosca.bus.management.service.impl
Bundle-SymbolicName: org.opentosca.bus.management.service.impl
Bundle-Version: 1.0.0.qualifier
Bundle-Version: 2.0.0.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Import-Package: org.apache.camel;version="2.10.4",
org.apache.camel.core.osgi;version="2.10.4",
Expand Down
Loading

0 comments on commit 802c972

Please sign in to comment.