Skip to content

Commit

Permalink
Increased version of DEECo to 3.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
iridin committed Jun 5, 2017
1 parent 2bb0c77 commit 2fac887
Show file tree
Hide file tree
Showing 11 changed files with 16 additions and 16 deletions.
8 changes: 4 additions & 4 deletions jdeeco-adaptation-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>cz.cuni.mff.d3s.jdeeco</groupId>
<artifactId>adaptation</artifactId>
<version>1.0.0</version>
<version>3.0.4</version>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>1.8</maven.compiler.source>
Expand All @@ -17,17 +17,17 @@
<dependency>
<groupId>cz.cuni.mff.d3s.jdeeco</groupId>
<artifactId>cz.cuni.mff.d3s.jdeeco.core</artifactId>
<version>3.0.3</version>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>cz.cuni.mff.d3s.jdeeco</groupId>
<artifactId>cz.cuni.mff.d3s.jdeeco.network</artifactId>
<version>3.0.3</version>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>cz.cuni.mff.d3s.jdeeco</groupId>
<artifactId>cz.cuni.mff.d3s.jdeeco.modes</artifactId>
<version>1.0.0</version>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>cz.cuni.mff.d3s</groupId>
Expand Down
2 changes: 1 addition & 1 deletion jdeeco-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>cz.cuni.mff.d3s.jdeeco</groupId>
<artifactId>cz.cuni.mff.d3s.jdeeco</artifactId>
<version>3.0.3</version>
<version>3.0.4</version>
<relativePath>../jdeeco-parent/pom.xml</relativePath>
</parent>
<artifactId>cz.cuni.mff.d3s.jdeeco.core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jdeeco-ensembles-intelligent-z3/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>cz.cuni.mff.d3s.jdeeco.ensembles.intelligent.z3</groupId>
<artifactId>cz.cuni.mff.d3s.jdeeco.ensembles.intelligent.z3</artifactId>
<version>3.0.3</version>
<version>3.0.4</version>
<build>
<sourceDirectory>src</sourceDirectory>
<testSourceDirectory>test</testSourceDirectory>
Expand Down
2 changes: 1 addition & 1 deletion jdeeco-matsim-omnet-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>cz.cuni.mff.d3s.jdeeco</groupId>
<artifactId>cz.cuni.mff.d3s.jdeeco</artifactId>
<version>3.0.3</version>
<version>3.0.4</version>
<relativePath>../jdeeco-parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion jdeeco-matsim-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>cz.cuni.mff.d3s.jdeeco</groupId>
<artifactId>cz.cuni.mff.d3s.jdeeco</artifactId>
<version>3.0.3</version>
<version>3.0.4</version>
<relativePath>../jdeeco-parent/pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions jdeeco-modes/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Modes
Bundle-SymbolicName: cz.cuni.mff.d3s.jdeeco.modes
Bundle-Version: 1.0.0.qualifier
Bundle-SymbolicName: cz.cuni.mff.d3s.jdeeco.modes;singleton:=true
Bundle-Version: 3.0.4.qualifier
Import-Package: cz.cuni.mff.d3s.deeco.annotations,
junit.framework;version="4.12.0"
Require-Bundle: cz.cuni.mff.d3s.jdeeco.core
Expand Down
4 changes: 2 additions & 2 deletions jdeeco-modes/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>cz.cuni.mff.d3s.jdeeco</groupId>
<artifactId>cz.cuni.mff.d3s.jdeeco.modes</artifactId>
<version>1.0.0</version>
<version>3.0.4</version>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>1.8</maven.compiler.source>
Expand All @@ -32,7 +32,7 @@
<dependency>
<groupId>cz.cuni.mff.d3s.jdeeco</groupId>
<artifactId>cz.cuni.mff.d3s.jdeeco.core</artifactId>
<version>3.0.3</version>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down
2 changes: 1 addition & 1 deletion jdeeco-network-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>cz.cuni.mff.d3s.jdeeco</groupId>
<artifactId>cz.cuni.mff.d3s.jdeeco</artifactId>
<version>3.0.3</version>
<version>3.0.4</version>
<relativePath>../jdeeco-parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion jdeeco-omnet-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>cz.cuni.mff.d3s.jdeeco</groupId>
<artifactId>cz.cuni.mff.d3s.jdeeco</artifactId>
<version>3.0.3</version>
<version>3.0.4</version>
<relativePath>../jdeeco-parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion jdeeco-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
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>
<artifactId>cz.cuni.mff.d3s.jdeeco</artifactId>
<version>3.0.3</version>
<version>3.0.4</version>
<packaging>pom</packaging>
<groupId>cz.cuni.mff.d3s.jdeeco</groupId>
<properties>
Expand Down
2 changes: 1 addition & 1 deletion jdeeco-ros/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>cz.cuni.mff.d3s.jdeeco</groupId>
<artifactId>cz.cuni.mff.d3s.jdeeco</artifactId>
<version>3.0.3</version>
<version>3.0.4</version>
<relativePath>../jdeeco-parent/pom.xml</relativePath>
</parent>

Expand Down

0 comments on commit 2fac887

Please sign in to comment.