[maven-release-plugin] prepare release argeo-commons-2.1.45
[lgpl/argeo-commons.git] / org.argeo.eclipse.ui.workbench / pom.xml
index 67451c833482631d15bae0c9a2625532450398c9..6729c523471fdc9f3ba71db9c644d4699b87de94 100644 (file)
@@ -1,75 +1,29 @@
-<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/maven-v4_0_0.xsd">
+<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/maven-v4_0_0.xsd">
        <modelVersion>4.0.0</modelVersion>
        <parent>
                <groupId>org.argeo.commons</groupId>
-               <version>2.1.12-SNAPSHOT</version>
+               <version>2.1.45</version>
                <artifactId>argeo-commons</artifactId>
                <relativePath>..</relativePath>
        </parent>
        <artifactId>org.argeo.eclipse.ui.workbench</artifactId>
-       <name>Commons Eclipse UI Workbench</name>
-<!--   <build> -->
-<!--           <plugins> -->
-<!--                   <plugin> -->
-<!--                           <groupId>org.apache.felix</groupId> -->
-<!--                           <artifactId>maven-bundle-plugin</artifactId> -->
-<!--                           <configuration> -->
-<!--                                   <instructions> -->
-<!--                                           <Bundle-SymbolicName>${project.artifactId};singleton:=true</Bundle-SymbolicName> -->
-<!--                                           <Bundle-ActivationPolicy>lazy</Bundle-ActivationPolicy> -->
-<!--                                           <Bundle-Activator>org.argeo.osgi.ui.explorer.OsgiExplorerPlugin</Bundle-Activator> -->
-<!--                                           <Require-Bundle>org.eclipse.ui;resolution:=optional, -->
-<!--                                                   org.eclipse.rap.ui;resolution:=optional, -->
-<!--                                                   org.eclipse.core.runtime</Require-Bundle> -->
-<!--                                           <Export-Package>org.argeo.osgi.ui.explorer.*</Export-Package> -->
-<!--                                   </instructions> -->
-<!--                           </configuration> -->
-<!--                   </plugin> -->
-<!--           </plugins> -->
-<!--   </build> -->
+       <name>Commons Eclipse Workbench</name>
        <dependencies>
-
-               <!-- Generic Eclipse UI Dependencies -->
                <dependency>
                        <groupId>org.argeo.commons</groupId>
-                       <artifactId>org.argeo.eclipse.ui</artifactId>
-                       <version>2.1.12-SNAPSHOT</version>
+                       <artifactId>org.argeo.util</artifactId>
+                       <version>2.1.45</version>
                </dependency>
-
-               <!-- RCP only dependency, needed at compile time -->
                <dependency>
                        <groupId>org.argeo.commons</groupId>
-                       <artifactId>org.argeo.eclipse.ui.rcp</artifactId>
-                       <version>2.1.12-SNAPSHOT</version>
-                       <scope>provided</scope>
+                       <artifactId>org.argeo.eclipse.ui</artifactId>
+                       <version>2.1.45</version>
                </dependency>
-
                <dependency>
                        <groupId>org.argeo.commons</groupId>
-                       <artifactId>org.argeo.eclipse.dep.rap</artifactId>
-                       <type>pom</type>
-                       <version>2.1.12-SNAPSHOT</version>
+                       <artifactId>org.argeo.eclipse.ui.rap</artifactId>
+                       <version>2.1.45</version>
                        <scope>provided</scope>
                </dependency>
-
-
-               <!-- Business dependencies -->
-               <dependency>
-                       <groupId>org.argeo.tp</groupId>
-                       <artifactId>org.eclipse.osgi</artifactId>
-                       <scope>provided</scope>
-               </dependency>
-
-               <dependency>
-                       <groupId>org.argeo.commons</groupId>
-                       <artifactId>org.argeo.util</artifactId>
-                       <version>2.1.12-SNAPSHOT</version>
-               </dependency>
-
-               <!-- <dependency> <groupId>org.argeo.commons</groupId> <artifactId>org.argeo.eclipse.dep.rap</artifactId> 
-                       <type>pom</type> <version>2.1.12-SNAPSHOT</version> <scope>provided</scope> 
-                       </dependency> <dependency> <groupId>org.argeo.commons</groupId> <artifactId>org.argeo.eclipse.ui.rcp</artifactId> 
-                       <version>2.1.12-SNAPSHOT</version> <scope>provided</scope> </dependency> -->
        </dependencies>
-</project>
+</project>
\ No newline at end of file