Skip to content

Commit 28a386f

Browse files
authored
Bump version to 0.1.0 (#109)
1 parent b4e6743 commit 28a386f

File tree

8 files changed

+14
-14
lines changed

8 files changed

+14
-14
lines changed

all/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>dousi</artifactId>
77
<groupId>org.dousi</groupId>
8-
<version>0.1.0-SNAPSHOT</version>
8+
<version>0.1.0</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

@@ -15,17 +15,17 @@
1515
<dependency>
1616
<groupId>org.dousi</groupId>
1717
<artifactId>dousi-common</artifactId>
18-
<version>0.1.0-SNAPSHOT</version>
18+
<version>0.1.0</version>
1919
</dependency>
2020
<dependency>
2121
<groupId>org.dousi</groupId>
2222
<artifactId>dousi-transport</artifactId>
23-
<version>0.1.0-SNAPSHOT</version>
23+
<version>0.1.0</version>
2424
</dependency>
2525
<dependency>
2626
<groupId>org.dousi</groupId>
2727
<artifactId>dousi-protocol</artifactId>
28-
<version>0.1.0-SNAPSHOT</version>
28+
<version>0.1.0</version>
2929
</dependency>
3030
</dependencies>
3131

common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>dousi</artifactId>
77
<groupId>org.dousi</groupId>
8-
<version>0.1.0-SNAPSHOT</version>
8+
<version>0.1.0</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

example/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>dousi</artifactId>
77
<groupId>org.dousi</groupId>
8-
<version>0.1.0-SNAPSHOT</version>
8+
<version>0.1.0</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

@@ -15,7 +15,7 @@
1515
<dependency>
1616
<groupId>org.dousi</groupId>
1717
<artifactId>dousi-protocol</artifactId>
18-
<version>0.1.0-SNAPSHOT</version>
18+
<version>0.1.0</version>
1919
</dependency>
2020
</dependencies>
2121

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<groupId>org.dousi</groupId>
88
<artifactId>dousi</artifactId>
99
<packaging>pom</packaging>
10-
<version>0.1.0-SNAPSHOT</version>
10+
<version>0.1.0</version>
1111

1212
<modules>
1313
<module>transport</module>

protocol/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>dousi</artifactId>
77
<groupId>org.dousi</groupId>
8-
<version>0.1.0-SNAPSHOT</version>
8+
<version>0.1.0</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

@@ -15,7 +15,7 @@
1515
<dependency>
1616
<groupId>org.dousi</groupId>
1717
<artifactId>dousi-transport</artifactId>
18-
<version>0.1.0-SNAPSHOT</version>
18+
<version>0.1.0</version>
1919
</dependency>
2020
</dependencies>
2121
</project>

test/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>dousi</artifactId>
77
<groupId>org.dousi</groupId>
8-
<version>0.1.0-SNAPSHOT</version>
8+
<version>0.1.0</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

test/script/benchmark/benchmark.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ set -e
77
set -x
88

99
SCRIPT_DIR=$(cd "$(dirname "$0")";pwd)
10-
JAR_PATH=$SCRIPT_DIR/../../target/test-0.1.0-SNAPSHOT-jar-with-dependencies.jar
10+
JAR_PATH=$SCRIPT_DIR/../../target/test-0.1.0-jar-with-dependencies.jar
1111

1212
JAVA_BIN=$(which java)
1313
nohup $JAVA_BIN -jar $JAR_PATH 2>&1 &

transport/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>dousi</artifactId>
77
<groupId>org.dousi</groupId>
8-
<version>0.1.0-SNAPSHOT</version>
8+
<version>0.1.0</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

@@ -15,7 +15,7 @@
1515
<dependency>
1616
<groupId>org.dousi</groupId>
1717
<artifactId>dousi-common</artifactId>
18-
<version>0.1.0-SNAPSHOT</version>
18+
<version>0.1.0</version>
1919
</dependency>
2020
<dependency>
2121
<groupId>io.netty</groupId>

0 commit comments

Comments
 (0)