Skip to content

Commit

Permalink
Bumped version to 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ByteHamster authored and Dav1dK committed May 5, 2017
1 parent 247b323 commit 29588c1
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion src/osip-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>edu.kit.pse</groupId>
<artifactId>pse</artifactId>
<version>1.0</version>
<version>1.1</version>
</parent>
<artifactId>osip-core</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion src/osip-integration-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>edu.kit.pse</groupId>
<artifactId>pse</artifactId>
<version>1.0</version>
<version>1.1</version>
</parent>
<artifactId>osip-integration-test</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion src/osip-model-simulation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>edu.kit.pse</groupId>
<artifactId>pse</artifactId>
<version>1.0</version>
<version>1.1</version>
</parent>
<artifactId>osip-model-simulation</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion src/osip-model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>edu.kit.pse</groupId>
<artifactId>pse</artifactId>
<version>1.0</version>
<version>1.1</version>
</parent>

<url>https://github.com/ByteHamster/PSE</url>
Expand Down
2 changes: 1 addition & 1 deletion src/osip-monitoring-controller/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>edu.kit.pse</groupId>
<artifactId>pse</artifactId>
<version>1.0</version>
<version>1.1</version>
</parent>
<artifactId>osip-monitoring-controller</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion src/osip-monitoring-view-interface/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>edu.kit.pse</groupId>
<artifactId>pse</artifactId>
<version>1.0</version>
<version>1.1</version>
</parent>
<artifactId>osip-monitoring-view-interface</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion src/osip-monitoring-view/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>edu.kit.pse</groupId>
<artifactId>pse</artifactId>
<version>1.0</version>
<version>1.1</version>
</parent>
<artifactId>osip-monitoring-view</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion src/osip-opcua-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>edu.kit.pse</groupId>
<artifactId>pse</artifactId>
<version>1.0</version>
<version>1.1</version>
</parent>
<artifactId>osip-opcua-client</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion src/osip-opcua-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>edu.kit.pse</groupId>
<artifactId>pse</artifactId>
<version>1.0</version>
<version>1.1</version>
</parent>
<artifactId>osip-opcua-server</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion src/osip-opcua-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>edu.kit.pse</groupId>
<artifactId>pse</artifactId>
<version>1.0</version>
<version>1.1</version>
</parent>
<artifactId>osip-opcua-test</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion src/osip-simulation-controller/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>edu.kit.pse</groupId>
<artifactId>pse</artifactId>
<version>1.0</version>
<version>1.1</version>
</parent>
<artifactId>osip-simulation-controller</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion src/osip-simulation-view-interface/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>edu.kit.pse</groupId>
<artifactId>pse</artifactId>
<version>1.0</version>
<version>1.1</version>
</parent>
<artifactId>osip-simulation-view-interface</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion src/osip-simulation-view/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>edu.kit.pse</groupId>
<artifactId>pse</artifactId>
<version>1.0</version>
<version>1.1</version>
</parent>
<artifactId>osip-simulation-view</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion src/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ This project was developed during a software development experience project at t
To update the version of this project (and automatically update the parent of all modules), use:
$ mvn versions:set -DgenerateBackupPoms=false
-->
<version>1.0</version>
<version>1.1</version>

<modules>
<module>osip-model</module>
Expand Down

0 comments on commit 29588c1

Please sign in to comment.