Skip to content

Commit

Permalink
POM files updated
Browse files Browse the repository at this point in the history
  • Loading branch information
artempolyvyanyy committed Feb 11, 2017
1 parent 0d765d2 commit ea6881e
Show file tree
Hide file tree
Showing 8 changed files with 330 additions and 329 deletions.
103 changes: 52 additions & 51 deletions jbpt-bp/pom.xml
Original file line number Diff line number Diff line change
@@ -1,52 +1,53 @@
<?xml version="1.0" encoding="UTF-8"?>
<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">
<parent>
<groupId>org.jbpt</groupId>
<artifactId>jbpt-parent</artifactId>
<version>0.2</version>
<relativePath>../jbpt-parent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>jbpt-bp</artifactId>
<packaging>jar</packaging>
<version>0.2.393</version>

<name>Business Process Technologies 4 Java - BP Module</name>
<description>
</description>

<prerequisites>
<maven>2.2.1</maven>
</prerequisites>

<build>
<finalName>jbpt-bp</finalName>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
</plugin>
</plugins>
</build>

<dependencies>
<dependency>
<groupId>org.jbpt</groupId>
<artifactId>jbpt-core</artifactId>
<version>${jbpt.version}</version>
</dependency>
<dependency>
<groupId>org.jbpt</groupId>
<artifactId>jbpt-petri</artifactId>
<version>${jbpt.version}</version>
</dependency>
</dependencies>

<?xml version="1.0" encoding="UTF-8"?>
<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">
<parent>
<groupId>org.jbpt</groupId>
<artifactId>jbpt-parent</artifactId>
<version>0.2</version>
<relativePath>../jbpt-parent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>jbpt-bp</artifactId>
<packaging>jar</packaging>
<version>0.3.0</version>

<name>Business Process Technologies 4 Java (jBPT) - Behavioral Profiles and Behavioral Relations Module</name>
<description>The jBPT code library is a compendium of technologies that support research on design, execution, and evaluation of business processes.</description>

<prerequisites>
<maven>2.2.1</maven>
</prerequisites>

<build>
<finalName>jbpt-bp</finalName>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
</plugin>
</plugins>
</build>

<dependencies>
<dependency>
<groupId>org.jbpt</groupId>
<artifactId>jbpt-core</artifactId>
<version>${jbpt.version}</version>
</dependency>
<dependency>
<groupId>org.jbpt</groupId>
<artifactId>jbpt-petri</artifactId>
<version>${jbpt.version}</version>
</dependency>
</dependencies>

<url>https://github.com/jbpt/codebase/tree/master/jbpt-bp</url>
<groupId>org.jbpt</groupId>
</project>
103 changes: 52 additions & 51 deletions jbpt-bpm/pom.xml
Original file line number Diff line number Diff line change
@@ -1,52 +1,53 @@
<?xml version="1.0" encoding="UTF-8"?>
<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">
<parent>
<groupId>org.jbpt</groupId>
<artifactId>jbpt-parent</artifactId>
<version>0.2</version>
<relativePath>../jbpt-parent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>jbpt-bpm</artifactId>
<packaging>jar</packaging>
<version>0.2.393</version>

<name>Business Process Technologies 4 Java - BPM Module</name>
<description>
</description>

<prerequisites>
<maven>2.2.1</maven>
</prerequisites>

<build>
<finalName>jbpt-bpm</finalName>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
</plugin>
</plugins>
</build>

<dependencies>
<dependency>
<groupId>org.jbpt</groupId>
<artifactId>jbpt-core</artifactId>
<version>${jbpt.version}</version>
</dependency>
<dependency>
<groupId>org.jbpt</groupId>
<artifactId>jbpt-petri</artifactId>
<version>${jbpt.version}</version>
</dependency>
</dependencies>

<?xml version="1.0" encoding="UTF-8"?>
<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">
<parent>
<groupId>org.jbpt</groupId>
<artifactId>jbpt-parent</artifactId>
<version>0.2</version>
<relativePath>../jbpt-parent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>jbpt-bpm</artifactId>
<packaging>jar</packaging>
<version>0.3.0</version>

<name>Business Process Technologies 4 Java (jBPT) - Business Process Management Module</name>
<description>The jBPT code library is a compendium of technologies that support research on design, execution, and evaluation of business processes.</description>

<prerequisites>
<maven>2.2.1</maven>
</prerequisites>

<build>
<finalName>jbpt-bpm</finalName>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
</plugin>
</plugins>
</build>

<dependencies>
<dependency>
<groupId>org.jbpt</groupId>
<artifactId>jbpt-core</artifactId>
<version>${jbpt.version}</version>
</dependency>
<dependency>
<groupId>org.jbpt</groupId>
<artifactId>jbpt-petri</artifactId>
<version>${jbpt.version}</version>
</dependency>
</dependencies>

<groupId>org.jbpt</groupId>
<url>https://github.com/jbpt/codebase/tree/master/jbpt-bpm</url>
</project>
83 changes: 42 additions & 41 deletions jbpt-core/pom.xml
Original file line number Diff line number Diff line change
@@ -1,42 +1,43 @@
<?xml version="1.0" encoding="UTF-8"?>
<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">
<parent>
<groupId>org.jbpt</groupId>
<artifactId>jbpt-parent</artifactId>
<version>0.2</version>
<relativePath>../jbpt-parent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>jbpt-core</artifactId>
<packaging>jar</packaging>
<version>0.2.393</version>

<name>Business Process Technologies 4 Java - Core Module</name>
<description>
</description>

<prerequisites>
<maven>2.2.1</maven>
</prerequisites>

<build>
<finalName>jbpt-core</finalName>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
</plugin>
</plugins>
</build>

<dependencies>
</dependencies>

<?xml version="1.0" encoding="UTF-8"?>
<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">
<parent>
<groupId>org.jbpt</groupId>
<artifactId>jbpt-parent</artifactId>
<version>0.2</version>
<relativePath>../jbpt-parent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>jbpt-core</artifactId>
<packaging>jar</packaging>
<version>0.3.0</version>

<name>Business Process Technologies 4 Java (jBPT) - Core Module</name>
<description>The jBPT code library is a compendium of technologies that support research on design, execution, and evaluation of business processes.</description>

<prerequisites>
<maven>2.2.1</maven>
</prerequisites>

<build>
<finalName>jbpt-core</finalName>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
</plugin>
</plugins>
</build>

<dependencies>
</dependencies>

<groupId>org.jbpt</groupId>
<url>https://github.com/jbpt/codebase/tree/master/jbpt-core</url>
</project>
93 changes: 47 additions & 46 deletions jbpt-deco/pom.xml
Original file line number Diff line number Diff line change
@@ -1,47 +1,48 @@
<?xml version="1.0" encoding="UTF-8"?>
<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">
<parent>
<groupId>org.jbpt</groupId>
<artifactId>jbpt-parent</artifactId>
<version>0.2</version>
<relativePath>../jbpt-parent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>jbpt-deco</artifactId>
<packaging>jar</packaging>
<version>0.2.393</version>

<name>Business Process Technologies 4 Java - Decompositions Module</name>
<description>
</description>

<prerequisites>
<maven>2.2.1</maven>
</prerequisites>

<build>
<finalName>jbpt-deco</finalName>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
</plugin>
</plugins>
</build>

<dependencies>
<dependency>
<groupId>org.jbpt</groupId>
<artifactId>jbpt-core</artifactId>
<version>${jbpt.version}</version>
</dependency>
</dependencies>

<?xml version="1.0" encoding="UTF-8"?>
<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">
<parent>
<groupId>org.jbpt</groupId>
<artifactId>jbpt-parent</artifactId>
<version>0.2</version>
<relativePath>../jbpt-parent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>jbpt-deco</artifactId>
<packaging>jar</packaging>
<version>0.3.0</version>

<name>Business Process Technologies 4 Java (jBPT) - Decompositions Module</name>
<description>The jBPT code library is a compendium of technologies that support research on design, execution, and evaluation of business processes.</description>

<prerequisites>
<maven>2.2.1</maven>
</prerequisites>

<build>
<finalName>jbpt-deco</finalName>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
</plugin>
</plugins>
</build>

<dependencies>
<dependency>
<groupId>org.jbpt</groupId>
<artifactId>jbpt-core</artifactId>
<version>${jbpt.version}</version>
</dependency>
</dependencies>

<groupId>org.jbpt</groupId>
<url>https://github.com/jbpt/codebase/tree/master/jbpt-deco</url>
</project>

0 comments on commit ea6881e

Please sign in to comment.