Skip to content

Commit

Permalink
upgrate version to 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
TrumanDu committed Apr 3, 2019
1 parent 69be56f commit 855c728
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions RCT-Analyze/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>RCT</artifactId>
<groupId>org.nesc.ecbd</groupId>
<version>2.1.0</version>
<version>2.1.1</version>
</parent>

<artifactId>RCT-Analyze</artifactId>
Expand All @@ -33,7 +33,7 @@
<dependency>
<groupId>org.nesc.ecbd</groupId>
<artifactId>RCT-Base</artifactId>
<version>2.1.0</version>
<version>2.1.1</version>
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion RCT-Base/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>RCT</artifactId>
<groupId>org.nesc.ecbd</groupId>
<version>2.1.0</version>
<version>2.1.1</version>
</parent>

<artifactId>RCT-Base</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions RCT-Dashboard/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>RCT</artifactId>
<groupId>org.nesc.ecbd</groupId>
<version>2.1.0</version>
<version>2.1.1</version>
</parent>

<artifactId>RCT-Dashboard</artifactId>
Expand All @@ -23,7 +23,7 @@
<dependency>
<groupId>org.nesc.ecbd</groupId>
<artifactId>RCT-Base</artifactId>
<version>2.1.0</version>
<version>2.1.1</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>org.nesc.ecbd</groupId>
<artifactId>RCT</artifactId>
<version>2.1.0</version>
<version>2.1.1</version>
<packaging>pom</packaging>

<name>RCT</name>
Expand Down

0 comments on commit 855c728

Please sign in to comment.