Skip to content

Commit

Permalink
Changed pom version to 0.6.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
CFSNM committed May 31, 2019
1 parent a7612ac commit a6e048e
Show file tree
Hide file tree
Showing 15 changed files with 35 additions and 35 deletions.
20 changes: 10 additions & 10 deletions Net2Plan-Assembly/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<groupId>com.net2plan</groupId>
<artifactId>net2plan</artifactId>
<version>0.6.3</version>
<version>0.6.3.1</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand All @@ -29,63 +29,63 @@
<dependency>
<groupId>com.net2plan</groupId>
<artifactId>net2plan-core</artifactId>
<version>0.6.3</version>
<version>0.6.3.1</version>
<type>jar</type>
</dependency>
<!--Core resources bundle(data, help...)-->
<dependency>
<groupId>com.net2plan</groupId>
<artifactId>net2plan-core</artifactId>
<version>0.6.3</version>
<version>0.6.3.1</version>
<type>zip</type>
<classifier>bundle</classifier>
</dependency>
<dependency>
<groupId>com.net2plan.net2plan-cli</groupId>
<artifactId>net2plan-cli-exec</artifactId>
<version>0.6.3</version>
<version>0.6.3.1</version>
<scope>runtime</scope>
<type>jar</type>
</dependency>
<dependency>
<groupId>com.net2plan.net2plan-cli</groupId>
<artifactId>net2plan-cli-plugins</artifactId>
<version>0.6.3</version>
<version>0.6.3.1</version>
<scope>runtime</scope>
<type>jar</type>
</dependency>
<dependency>
<groupId>com.net2plan.net2plan-gui</groupId>
<artifactId>net2plan-gui-exec</artifactId>
<version>0.6.3</version>
<version>0.6.3.1</version>
<scope>runtime</scope>
<type>jar</type>
</dependency>
<dependency>
<groupId>com.net2plan.net2plan-gui.net2plan-gui-plugins</groupId>
<artifactId>net2plan-gui-plugins-networkDesign</artifactId>
<version>0.6.3</version>
<version>0.6.3.1</version>
<scope>runtime</scope>
<type>jar</type>
</dependency>
<dependency>
<groupId>com.net2plan.net2plan-gui.net2plan-gui-plugins</groupId>
<artifactId>net2plan-gui-plugins-trafficDesign</artifactId>
<version>0.6.3</version>
<version>0.6.3.1</version>
<scope>runtime</scope>
<type>jar</type>
</dependency>
<dependency>
<groupId>com.net2plan</groupId>
<artifactId>net2plan-examples</artifactId>
<version>0.6.3</version>
<version>0.6.3.1</version>
<scope>runtime</scope>
<type>jar</type>
</dependency>
<dependency>
<groupId>com.net2plan</groupId>
<artifactId>net2plan-javadoc</artifactId>
<version>0.6.3</version>
<version>0.6.3.1</version>
<scope>runtime</scope>
<type>jar</type>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion Net2Plan-CI/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>net2plan</artifactId>
<groupId>com.net2plan</groupId>
<version>0.6.3</version>
<version>0.6.3.1</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion Net2Plan-CLI/Net2Plan-CLI-Exec/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<groupId>com.net2plan</groupId>
<artifactId>net2plan-cli</artifactId>
<version>0.6.3</version>
<version>0.6.3.1</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion Net2Plan-CLI/Net2Plan-CLI-Plugins/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<groupId>com.net2plan</groupId>
<artifactId>net2plan-cli</artifactId>
<version>0.6.3</version>
<version>0.6.3.1</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
4 changes: 2 additions & 2 deletions Net2Plan-CLI/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<groupId>com.net2plan</groupId>
<artifactId>net2plan</artifactId>
<version>0.6.3</version>
<version>0.6.3.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -33,7 +33,7 @@
<dependency>
<groupId>com.net2plan</groupId>
<artifactId>net2plan-core</artifactId>
<version>0.6.3</version>
<version>0.6.3.1</version>
<scope>compile</scope>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion Net2Plan-Core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>com.net2plan</groupId>
<artifactId>net2plan</artifactId>
<version>0.6.3</version>
<version>0.6.3.1</version>
</parent>

<build>
Expand Down
4 changes: 2 additions & 2 deletions Net2Plan-Examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<groupId>com.net2plan</groupId>
<artifactId>net2plan</artifactId>
<version>0.6.3</version>
<version>0.6.3.1</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand All @@ -28,7 +28,7 @@
<dependency>
<groupId>com.net2plan</groupId>
<artifactId>net2plan-core</artifactId>
<version>0.6.3</version>
<version>0.6.3.1</version>
<scope>provided</scope>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion Net2Plan-GUI/Net2Plan-GUI-Exec/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<groupId>com.net2plan</groupId>
<artifactId>net2plan-gui</artifactId>
<version>0.6.3</version>
<version>0.6.3.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<groupId>com.net2plan.net2plan-gui</groupId>
<artifactId>net2plan-gui-plugins</artifactId>
<version>0.6.3</version>
<version>0.6.3.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<groupId>com.net2plan.net2plan-gui</groupId>
<artifactId>net2plan-gui-plugins</artifactId>
<version>0.6.3</version>
<version>0.6.3.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
4 changes: 2 additions & 2 deletions Net2Plan-GUI/Net2Plan-GUI-Plugins/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<groupId>com.net2plan</groupId>
<artifactId>net2plan-gui</artifactId>
<version>0.6.3</version>
<version>0.6.3.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -35,7 +35,7 @@
<dependency>
<groupId>com.net2plan.net2plan-gui</groupId>
<artifactId>net2plan-gui-exec</artifactId>
<version>0.6.3</version>
<version>0.6.3.1</version>
<scope>provided</scope>
</dependency>
</dependencies>
Expand Down
4 changes: 2 additions & 2 deletions Net2Plan-GUI/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<groupId>com.net2plan</groupId>
<artifactId>net2plan</artifactId>
<version>0.6.3</version>
<version>0.6.3.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -33,7 +33,7 @@
<dependency>
<groupId>com.net2plan</groupId>
<artifactId>net2plan-core</artifactId>
<version>0.6.3</version>
<version>0.6.3.1</version>
<scope>compile</scope>
</dependency>
</dependencies>
Expand Down
6 changes: 3 additions & 3 deletions Net2Plan-Javadoc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<artifactId>net2plan</artifactId>
<groupId>com.net2plan</groupId>
<version>0.6.3</version>
<version>0.6.3.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -28,13 +28,13 @@
<dependency>
<groupId>com.net2plan</groupId>
<artifactId>net2plan-core</artifactId>
<version>0.6.3</version>
<version>0.6.3.1</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.net2plan</groupId>
<artifactId>net2plan-examples</artifactId>
<version>0.6.3</version>
<version>0.6.3.1</version>
<scope>provided</scope>
</dependency>
</dependencies>
Expand Down
12 changes: 6 additions & 6 deletions Net2Plan-Launcher/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<artifactId>net2plan</artifactId>
<groupId>com.net2plan</groupId>
<version>0.6.3</version>
<version>0.6.3.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -43,31 +43,31 @@
<dependency>
<groupId>com.net2plan.net2plan-cli</groupId>
<artifactId>net2plan-cli-plugins</artifactId>
<version>0.6.3</version>
<version>0.6.3.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.net2plan.net2plan-gui</groupId>
<artifactId>net2plan-gui-exec</artifactId>
<version>0.6.3</version>
<version>0.6.3.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.net2plan.net2plan-gui.net2plan-gui-plugins</groupId>
<artifactId>net2plan-gui-plugins-networkDesign</artifactId>
<version>0.6.3</version>
<version>0.6.3.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.net2plan.net2plan-gui.net2plan-gui-plugins</groupId>
<artifactId>net2plan-gui-plugins-trafficDesign</artifactId>
<version>0.6.3</version>
<version>0.6.3.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.net2plan</groupId>
<artifactId>net2plan-examples</artifactId>
<version>0.6.3</version>
<version>0.6.3.1</version>
<scope>compile</scope>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

<groupId>com.net2plan</groupId>
<artifactId>net2plan</artifactId>
<version>0.6.3</version>
<version>0.6.3.1</version>
<packaging>pom</packaging>
<url>http://www.net2plan.com</url>

Expand Down

0 comments on commit a6e048e

Please sign in to comment.