-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[maven-release-plugin] prepare release 1.3.0
- Loading branch information
Jenkins
committed
Feb 19, 2016
1 parent
bb954ad
commit 532c759
Showing
6 changed files
with
414 additions
and
414 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.