Skip to content

Commit

Permalink
deployment of version 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bjost2s committed Feb 20, 2019
1 parent cc8667e commit c8cc790
Show file tree
Hide file tree
Showing 11 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion OpenRobertaParent/OpenRobertaRobot/pom.xml
Expand Up @@ -14,7 +14,7 @@
<parent>
<groupId>de.fhg.iais.openroberta</groupId>
<artifactId>OpenRobertaParent</artifactId>
<version>3.1.2-SNAPSHOT</version>
<version>3.2.0</version>
</parent>
<artifactId>OpenRobertaRobot</artifactId>
<name>OpenRobertaRobot</name>
Expand Down
2 changes: 1 addition & 1 deletion OpenRobertaParent/OpenRobertaServer/pom.xml
Expand Up @@ -14,7 +14,7 @@
<parent>
<groupId>de.fhg.iais.openroberta</groupId>
<artifactId>OpenRobertaParent</artifactId>
<version>3.1.2-SNAPSHOT</version>
<version>3.2.0</version>
</parent>
<artifactId>OpenRobertaServer</artifactId>
<name>OpenRobertaServer</name>
Expand Down
2 changes: 1 addition & 1 deletion OpenRobertaParent/RobotArdu/pom.xml
Expand Up @@ -13,7 +13,7 @@
<parent>
<groupId>de.fhg.iais.openroberta</groupId>
<artifactId>OpenRobertaParent</artifactId>
<version>3.1.2-SNAPSHOT</version>
<version>3.2.0</version>
</parent>
<artifactId>RobotArdu</artifactId>
<name>RobotArdu</name>
Expand Down
2 changes: 1 addition & 1 deletion OpenRobertaParent/RobotEV3/pom.xml
Expand Up @@ -13,7 +13,7 @@
<parent>
<groupId>de.fhg.iais.openroberta</groupId>
<artifactId>OpenRobertaParent</artifactId>
<version>3.1.2-SNAPSHOT</version>
<version>3.2.0</version>
</parent>
<artifactId>RobotEV3</artifactId>
<name>RobotEV3</name>
Expand Down
2 changes: 1 addition & 1 deletion OpenRobertaParent/RobotMbed/pom.xml
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>de.fhg.iais.openroberta</groupId>
<artifactId>OpenRobertaParent</artifactId>
<version>3.1.2-SNAPSHOT</version>
<version>3.2.0</version>
</parent>
<artifactId>RobotMbed</artifactId>
<name>RobotMbed</name>
Expand Down
2 changes: 1 addition & 1 deletion OpenRobertaParent/RobotNAO/pom.xml
Expand Up @@ -14,7 +14,7 @@
<parent>
<groupId>de.fhg.iais.openroberta</groupId>
<artifactId>OpenRobertaParent</artifactId>
<version>3.1.2-SNAPSHOT</version>
<version>3.2.0</version>
</parent>
<artifactId>RobotNAO</artifactId>
<name>RobotNAO</name>
Expand Down
2 changes: 1 addition & 1 deletion OpenRobertaParent/RobotNXT/pom.xml
Expand Up @@ -14,7 +14,7 @@
<parent>
<groupId>de.fhg.iais.openroberta</groupId>
<artifactId>OpenRobertaParent</artifactId>
<version>3.1.2-SNAPSHOT</version>
<version>3.2.0</version>
</parent>
<artifactId>RobotNXT</artifactId>
<name>RobotNXT</name>
Expand Down
2 changes: 1 addition & 1 deletion OpenRobertaParent/RobotVorwerk/pom.xml
Expand Up @@ -15,7 +15,7 @@
<parent>
<groupId>de.fhg.iais.openroberta</groupId>
<artifactId>OpenRobertaParent</artifactId>
<version>3.1.2-SNAPSHOT</version>
<version>3.2.0</version>
</parent>
<artifactId>RobotVorwerk</artifactId>
<name>RobotVorwerk</name>
Expand Down
2 changes: 1 addition & 1 deletion OpenRobertaParent/RobotWeDo/pom.xml
Expand Up @@ -14,7 +14,7 @@
<parent>
<groupId>de.fhg.iais.openroberta</groupId>
<artifactId>OpenRobertaParent</artifactId>
<version>3.1.2-SNAPSHOT</version>
<version>3.2.0</version>
</parent>
<artifactId>RobotWeDo</artifactId>
<name>RobotWeDo</name>
Expand Down
4 changes: 2 additions & 2 deletions OpenRobertaParent/WedoInterpreter/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>de.fhg.iais.openroberta</groupId>
<artifactId>OpenRobertaParent</artifactId>
<version>3.1.2-SNAPSHOT</version>
<version>3.2.0</version>
</parent>
<artifactId>WedoInterpreter</artifactId>
<description>Javascript-based interpreter for We-Do</description>
Expand All @@ -21,7 +21,7 @@
<groupId>de.fhg.iais.openroberta</groupId>
<artifactId>RobotWeDo</artifactId>
<scope>compile</scope>
<version>3.1.2-SNAPSHOT</version>
<version>3.2.0</version>
</dependency>
<dependency>
<groupId>com.google.inject</groupId>
Expand Down
2 changes: 1 addition & 1 deletion OpenRobertaParent/pom.xml
Expand Up @@ -13,7 +13,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>de.fhg.iais.openroberta</groupId>
<artifactId>OpenRobertaParent</artifactId>
<version>3.1.2-SNAPSHOT</version>
<version>3.2.0</version>
<packaging>pom</packaging>
<name>RobertaParent</name>
<description>the parent project of the OpenRoberta application</description>
Expand Down

0 comments on commit c8cc790

Please sign in to comment.