diff --git a/org.fortiss.af3.platform.raspberry.ui/META-INF/MANIFEST.MF b/org.fortiss.af3.platform.raspberry.ui/META-INF/MANIFEST.MF index 83633e57e43346f76d1b66f3e2ec1fb35ea23d64..29ebc1ea4b725fb3221fe07e855443d5b2acacd1 100644 --- a/org.fortiss.af3.platform.raspberry.ui/META-INF/MANIFEST.MF +++ b/org.fortiss.af3.platform.raspberry.ui/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Fortiss AF3 Platform Raspberry UI Bundle-SymbolicName: org.fortiss.af3.platform.raspberry.ui;singleton:=true -Bundle-Version: 2.9.0.qualifier +Bundle-Version: 2.13.0.qualifier Bundle-Activator: org.fortiss.af3.platform.raspberry.ui.AF3PlatformRaspberryUIActivator Require-Bundle: org.eclipse.ui.ide;bundle-version="3.7.0";visibility:=reexport, org.fortiss.af3.project.ui;bundle-version="1.0.0";visibility:=reexport, diff --git a/org.fortiss.af3.platform.raspberry.ui/pom.xml b/org.fortiss.af3.platform.raspberry.ui/pom.xml index b805b36c044846099fa831ae59a829965e9bc2a4..403a9007a801ff74eb16233e59ab34c54c7a2884 100644 --- a/org.fortiss.af3.platform.raspberry.ui/pom.xml +++ b/org.fortiss.af3.platform.raspberry.ui/pom.xml @@ -1,9 +1,4 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- - | | - @version $Rev$ - @ConQAT.Rating RED Hash: E1674C4A6DD3CBC4A7B7E85232D9695F ---> <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/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>org.fortiss.af3</groupId> @@ -12,10 +7,10 @@ <parent> <groupId>org.fortiss.std.pom</groupId> - <artifactId>std-parent-pom-indigo</artifactId> + <artifactId>std-parent-pom</artifactId> <version>1.0</version> - <relativePath>../fortiss-std-env/maven-build/pom.xml</relativePath> + <relativePath>../../pom.xml</relativePath> </parent> - <version>2.9.0-SNAPSHOT</version> + <version>2.13.0-SNAPSHOT</version> </project> \ No newline at end of file diff --git a/org.fortiss.af3.platform.raspberry/META-INF/MANIFEST.MF b/org.fortiss.af3.platform.raspberry/META-INF/MANIFEST.MF index 3287d0c51d8ed63d5f6309272c83b04b8efd827d..e49e122a7de99d6ab7d4063255b5294a9d804370 100644 --- a/org.fortiss.af3.platform.raspberry/META-INF/MANIFEST.MF +++ b/org.fortiss.af3.platform.raspberry/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Fortiss AF3 Platform Raspberry Bundle-SymbolicName: org.fortiss.af3.platform.raspberry;singleton:=true -Bundle-Version: 2.9.0.qualifier +Bundle-Version: 2.13.0.qualifier Bundle-ClassPath: . Bundle-Vendor: fortiss GmbH Bundle-Localization: plugin diff --git a/org.fortiss.af3.platform.raspberry/pom.xml b/org.fortiss.af3.platform.raspberry/pom.xml index 17bd438e49842011c46ee4b0b479b72701ce0a5d..8fe65968d98e9977a531d7670858407070620fd5 100644 --- a/org.fortiss.af3.platform.raspberry/pom.xml +++ b/org.fortiss.af3.platform.raspberry/pom.xml @@ -1,9 +1,4 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- - | | - @version $Rev$ - @ConQAT.Rating RED Hash: E1674C4A6DD3CBC4A7B7E85232D9695F ---> <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/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>org.fortiss.af3</groupId> @@ -12,10 +7,10 @@ <parent> <groupId>org.fortiss.std.pom</groupId> - <artifactId>std-parent-pom-indigo</artifactId> + <artifactId>std-parent-pom</artifactId> <version>1.0</version> - <relativePath>../fortiss-std-env/maven-build/pom.xml</relativePath> + <relativePath>../../pom.xml</relativePath> </parent> - <version>2.9.0-SNAPSHOT</version> + <version>2.13.0-SNAPSHOT</version> </project> \ No newline at end of file