Skip to content

Commit 92176a0

Browse files
authored
Merge pull request #3 from sevtech-dev/release/1.0.0
Release version
2 parents 48dea9f + 90c2e07 commit 92176a0

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

cloud-storage-spring-java-example/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<dependency>
3434
<groupId>com.github.sevtech</groupId>
3535
<artifactId>cloud-storage-spring-java</artifactId>
36-
<version>1.0.0.RC</version>
36+
<version>1.0.0</version>
3737
</dependency>
3838

3939
<dependency>

cloud-storage-spring-java/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
<parent>
88
<groupId>com.github.sevtech</groupId>
99
<artifactId>cloud-storage-spring</artifactId>
10-
<version>1.0.0.RC</version>
10+
<version>1.0.0</version>
1111
</parent>
1212

1313
<artifactId>cloud-storage-spring-java</artifactId>
14-
<version>1.0.0.RC</version>
14+
<version>1.0.0</version>
1515
<packaging>jar</packaging>
1616

1717
<name>cloud-storage-spring-java</name>

cloud-storage-spring-kotlin-example/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
<dependency>
4646
<groupId>com.github.sevtech</groupId>
4747
<artifactId>cloud-storage-spring-kotlin</artifactId>
48-
<version>1.0.0.RC</version>
48+
<version>1.0.0</version>
4949
</dependency>
5050

5151
<dependency>

cloud-storage-spring-kotlin/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
<parent>
77
<groupId>com.github.sevtech</groupId>
88
<artifactId>cloud-storage-spring</artifactId>
9-
<version>1.0.0.RC</version>
9+
<version>1.0.0</version>
1010
</parent>
1111

1212
<artifactId>cloud-storage-spring-kotlin</artifactId>
13-
<version>1.0.0.RC</version>
13+
<version>1.0.0</version>
1414
<packaging>jar</packaging>
1515

1616
<name>cloud-storage-spring-kotlin</name>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>com.github.sevtech</groupId>
88
<artifactId>cloud-storage-spring</artifactId>
9-
<version>1.0.0.RC</version>
9+
<version>1.0.0</version>
1010
<packaging>pom</packaging>
1111

1212
<name>cloud-storage-spring</name>

0 commit comments

Comments
 (0)