Skip to content

Commit

Permalink
upgread to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zhengrenjie committed Mar 27, 2020
1 parent 94c2574 commit 6d780bd
Show file tree
Hide file tree
Showing 12 changed files with 30 additions and 30 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ See example package or test package.
<dependency>
<groupId>pink.catty</groupId>
<artifactId>catty-all</artifactId>
<version>0.1.7</version>
<version>0.2.0</version>
</dependency>
```

Expand Down
10 changes: 5 additions & 5 deletions all/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>catty-parent</artifactId>
<groupId>pink.catty</groupId>
<version>0.1.7</version>
<version>0.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>catty-all</artifactId>
Expand All @@ -30,22 +30,22 @@
<dependency>
<groupId>pink.catty</groupId>
<artifactId>catty-core</artifactId>
<version>0.1.7</version>
<version>0.2.0</version>
</dependency>
<dependency>
<groupId>pink.catty</groupId>
<artifactId>catty-invokers</artifactId>
<version>0.1.7</version>
<version>0.2.0</version>
</dependency>
<dependency>
<groupId>pink.catty</groupId>
<artifactId>catty-config</artifactId>
<version>0.1.7</version>
<version>0.2.0</version>
</dependency>
<dependency>
<groupId>pink.catty</groupId>
<artifactId>catty-extension</artifactId>
<version>0.1.7</version>
<version>0.2.0</version>
</dependency>
</dependencies>

Expand Down
4 changes: 2 additions & 2 deletions benchmark/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>catty-parent</artifactId>
<groupId>pink.catty</groupId>
<version>0.1.7</version>
<version>0.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -30,7 +30,7 @@
<dependency>
<groupId>pink.catty</groupId>
<artifactId>catty-all</artifactId>
<version>0.1.7</version>
<version>0.2.0</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion benchmark/script/benchmark.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ set -e
set -x

SCRIPT_DIR=$(cd "$(dirname "$0")";pwd)
JAR_PATH=$SCRIPT_DIR/../target/catty-benchmark-0.1.7-jar-with-dependencies.jar
JAR_PATH=$SCRIPT_DIR/../target/catty-benchmark-0.2.0-jar-with-dependencies.jar

JAVA_BIN=$(which java)
nohup $JAVA_BIN -jar -XX:+PrintGCDetails $JAR_PATH 2>&1 &
Expand Down
6 changes: 3 additions & 3 deletions config/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>catty-parent</artifactId>
<groupId>pink.catty</groupId>
<version>0.1.7</version>
<version>0.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -30,12 +30,12 @@
<dependency>
<groupId>pink.catty</groupId>
<artifactId>catty-invokers</artifactId>
<version>0.1.7</version>
<version>0.2.0</version>
</dependency>
<dependency>
<groupId>pink.catty</groupId>
<artifactId>catty-extension</artifactId>
<version>0.1.7</version>
<version>0.2.0</version>
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>catty-parent</artifactId>
<groupId>pink.catty</groupId>
<version>0.1.7</version>
<version>0.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
6 changes: 3 additions & 3 deletions example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>catty-parent</artifactId>
<groupId>pink.catty</groupId>
<version>0.1.7</version>
<version>0.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -30,12 +30,12 @@
<dependency>
<groupId>pink.catty</groupId>
<artifactId>catty-all</artifactId>
<version>0.1.7</version>
<version>0.2.0</version>
</dependency>
<dependency>
<groupId>pink.catty</groupId>
<artifactId>catty-spring</artifactId>
<version>0.1.7</version>
<version>0.2.0</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
Expand Down
6 changes: 3 additions & 3 deletions extension/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>catty-parent</artifactId>
<groupId>pink.catty</groupId>
<version>0.1.7</version>
<version>0.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -30,12 +30,12 @@
<dependency>
<groupId>pink.catty</groupId>
<artifactId>catty-core</artifactId>
<version>0.1.7</version>
<version>0.2.0</version>
</dependency>
<dependency>
<groupId>pink.catty</groupId>
<artifactId>catty-invokers</artifactId>
<version>0.1.7</version>
<version>0.2.0</version>
</dependency>
<dependency>
<groupId>com.google.protobuf</groupId>
Expand Down
4 changes: 2 additions & 2 deletions invokers/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>catty-parent</artifactId>
<groupId>pink.catty</groupId>
<version>0.1.7</version>
<version>0.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -30,7 +30,7 @@
<dependency>
<groupId>pink.catty</groupId>
<artifactId>catty-core</artifactId>
<version>0.1.7</version>
<version>0.2.0</version>
</dependency>

</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<groupId>pink.catty</groupId>
<artifactId>catty-parent</artifactId>
<packaging>pom</packaging>
<version>0.1.7</version>
<version>0.2.0</version>

<name>catty</name>
<description>RPC framework</description>
Expand Down
10 changes: 5 additions & 5 deletions spring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>catty-parent</artifactId>
<groupId>pink.catty</groupId>
<version>0.1.7</version>
<version>0.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -21,22 +21,22 @@
<dependency>
<groupId>pink.catty</groupId>
<artifactId>catty-core</artifactId>
<version>0.1.7</version>
<version>0.2.0</version>
</dependency>
<dependency>
<groupId>pink.catty</groupId>
<artifactId>catty-invokers</artifactId>
<version>0.1.7</version>
<version>0.2.0</version>
</dependency>
<dependency>
<groupId>pink.catty</groupId>
<artifactId>catty-config</artifactId>
<version>0.1.7</version>
<version>0.2.0</version>
</dependency>
<dependency>
<groupId>pink.catty</groupId>
<artifactId>catty-extension</artifactId>
<version>0.1.7</version>
<version>0.2.0</version>
</dependency>
</dependencies>

Expand Down
6 changes: 3 additions & 3 deletions test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>catty-parent</artifactId>
<groupId>pink.catty</groupId>
<version>0.1.7</version>
<version>0.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -36,12 +36,12 @@
<dependency>
<groupId>pink.catty</groupId>
<artifactId>catty-all</artifactId>
<version>0.1.7</version>
<version>0.2.0</version>
</dependency>
<dependency>
<groupId>pink.catty</groupId>
<artifactId>catty-spring</artifactId>
<version>0.1.7</version>
<version>0.2.0</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
Expand Down

0 comments on commit 6d780bd

Please sign in to comment.