Skip to content

Commit ee3fe71

Browse files
SK-2274 test internal release
1 parent 981dc98 commit ee3fe71

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

common/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
<parent>
77
<groupId>com.skyflow</groupId>
88
<artifactId>skyflow</artifactId>
9-
<version>1.0.1</version>
9+
<version>1.0.0</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

1313
<artifactId>common</artifactId>
14-
<version>1.0.1</version>
14+
<version>1.0.0</version>
1515

1616

1717
<properties>

pom.xml

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

77
<groupId>com.skyflow</groupId>
88
<artifactId>skyflow</artifactId>
9-
<version>1.0.1</version>
9+
<version>1.0.0</version>
1010
<packaging>pom</packaging>
1111

1212
<name>${project.groupId}:${project.artifactId}</name>

v2/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.skyflow</groupId>
88
<artifactId>skyflow</artifactId>
9-
<version>1.0.1</version>
9+
<version>1.0.0</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

@@ -24,7 +24,7 @@
2424
<dependency>
2525
<groupId>com.skyflow</groupId>
2626
<artifactId>common</artifactId>
27-
<version>1.0.1</version>
27+
<version>1.0.0</version>
2828
</dependency>
2929

3030
</dependencies>

v3/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
<parent>
77
<groupId>com.skyflow</groupId>
88
<artifactId>skyflow</artifactId>
9-
<version>1.0.1</version>
9+
<version>1.0.0</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

1313
<artifactId>skyflow-java</artifactId>
14-
<version>3.0.0-beta.2-dev.f9b4c04</version>
14+
<version>3.0.0-beta.2-dev.77d7933</version>
1515
<packaging>jar</packaging>
1616

1717
<properties>
@@ -27,7 +27,7 @@
2727
<dependency>
2828
<groupId>com.skyflow</groupId>
2929
<artifactId>common</artifactId>
30-
<version>1.0.1</version>
30+
<version>1.0.0</version>
3131
</dependency>
3232
</dependencies>
3333

0 commit comments

Comments
 (0)