Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenkins committed Feb 19, 2016
1 parent bb954ad commit 532c759
Show file tree
Hide file tree
Showing 6 changed files with 414 additions and 414 deletions.
2 changes: 1 addition & 1 deletion camunda-bpm-blueprint-wrapper/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.camunda.bpm.extension.osgi</groupId>
<artifactId>camunda-bpm-osgi-root</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0</version>
</parent>

<name>Camunda BPM - Blueprint - Wrapper</name>
Expand Down
116 changes: 58 additions & 58 deletions camunda-bpm-karaf-assembly/pom.xml
Original file line number Diff line number Diff line change
@@ -1,58 +1,58 @@
<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>

<parent>
<groupId>org.camunda.bpm.extension.osgi</groupId>
<artifactId>camunda-bpm-osgi-root</artifactId>
<version>1.3.0-SNAPSHOT</version>
</parent>

<name>Camunda BPM - Karaf - Assembly</name>
<artifactId>camunda-bpm-karaf-assembly</artifactId>
<packaging>karaf-assembly</packaging>

<dependencies>
<dependency>
<!-- scope is compile so all features (there is only one) are installed into startup.properties and the feature repo itself is not installed -->
<groupId>org.apache.karaf.features</groupId>
<artifactId>framework</artifactId>
<version>${karaf.version}</version>
<type>kar</type>
</dependency>
<dependency>
<!-- scope is runtime so the feature repo is listed in the features service config file, and features may be installed using the karaf-maven-plugin configuration -->
<groupId>org.apache.karaf.features</groupId>
<artifactId>standard</artifactId>
<version>${karaf.version}</version>
<classifier>features</classifier>
<type>xml</type>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.camunda.bpm.extension.osgi</groupId>
<artifactId>camunda-bpm-karaf-feature</artifactId>
<version>${project.version}</version>
<classifier>features</classifier>
<type>xml</type>
<scope>runtime</scope>
</dependency>
</dependencies>

<build>
<plugins>
<plugin>
<groupId>org.apache.karaf.tooling</groupId>
<artifactId>karaf-maven-plugin</artifactId>
<version>${karaf.version}</version>
<extensions>true</extensions>
<configuration>
<bootFeatures>
<feature>standard</feature>
<feature>management</feature>
<feature>camunda-bpm-karaf-feature-minimal</feature>
</bootFeatures>
</configuration>
</plugin>
</plugins>
</build>
</project>
<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>

<parent>
<groupId>org.camunda.bpm.extension.osgi</groupId>
<artifactId>camunda-bpm-osgi-root</artifactId>
<version>1.3.0</version>
</parent>

<name>Camunda BPM - Karaf - Assembly</name>
<artifactId>camunda-bpm-karaf-assembly</artifactId>
<packaging>karaf-assembly</packaging>

<dependencies>
<dependency>
<!-- scope is compile so all features (there is only one) are installed into startup.properties and the feature repo itself is not installed -->
<groupId>org.apache.karaf.features</groupId>
<artifactId>framework</artifactId>
<version>${karaf.version}</version>
<type>kar</type>
</dependency>
<dependency>
<!-- scope is runtime so the feature repo is listed in the features service config file, and features may be installed using the karaf-maven-plugin configuration -->
<groupId>org.apache.karaf.features</groupId>
<artifactId>standard</artifactId>
<version>${karaf.version}</version>
<classifier>features</classifier>
<type>xml</type>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.camunda.bpm.extension.osgi</groupId>
<artifactId>camunda-bpm-karaf-feature</artifactId>
<version>${project.version}</version>
<classifier>features</classifier>
<type>xml</type>
<scope>runtime</scope>
</dependency>
</dependencies>

<build>
<plugins>
<plugin>
<groupId>org.apache.karaf.tooling</groupId>
<artifactId>karaf-maven-plugin</artifactId>
<version>${karaf.version}</version>
<extensions>true</extensions>
<configuration>
<bootFeatures>
<feature>standard</feature>
<feature>management</feature>
<feature>camunda-bpm-karaf-feature-minimal</feature>
</bootFeatures>
</configuration>
</plugin>
</plugins>
</build>
</project>
2 changes: 1 addition & 1 deletion camunda-bpm-karaf-commands/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.camunda.bpm.extension.osgi</groupId>
<artifactId>camunda-bpm-osgi-root</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0</version>
</parent>

<name>Camunda BPM - Karaf - Commands</name>
Expand Down
2 changes: 1 addition & 1 deletion camunda-bpm-karaf-feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.camunda.bpm.extension.osgi</groupId>
<artifactId>camunda-bpm-osgi-root</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0</version>
</parent>

<name>Camunda BPM - Karaf - Feature</name>
Expand Down
2 changes: 1 addition & 1 deletion camunda-bpm-osgi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.camunda.bpm.extension.osgi</groupId>
<artifactId>camunda-bpm-osgi-root</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0</version>
</parent>

<name>Camunda BPM - Engine - OSGi</name>
Expand Down
Loading

0 comments on commit 532c759

Please sign in to comment.