Skip to content

Commit cc4931c

Browse files
Merge pull request #201 from skyflowapi/v3-release/25.8.1
release/25.8.1 test
2 parents f5ed4de + 4b77013 commit cc4931c

File tree

2 files changed

+26
-25
lines changed

2 files changed

+26
-25
lines changed

scripts/bump_version.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ else
3838

3939
echo "--------------------------"
4040
echo "Done. v3 module version now at $Version${CommitHash:+-dev.$CommitHash}"
41-
fi
41+
fi

v3/pom.xml

Lines changed: 25 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</parent>
1212

1313
<artifactId>skyflow-java</artifactId>
14-
<version>2.0.0-beta.2-dev.2066a9b</version>
14+
<version>2.0.0-beta.2-dev.e726d65</version>
1515
<packaging>jar</packaging>
1616

1717
<properties>
@@ -32,27 +32,28 @@
3232
</dependencies>
3333

3434
<build>
35-
<plugins>
36-
<plugin>
37-
<groupId>org.apache.maven.plugins</groupId>
38-
<artifactId>maven-shade-plugin</artifactId>
39-
<version>3.6.0</version>
40-
<executions>
41-
<execution>
42-
<phase>package</phase>
43-
<goals>
44-
<goal>shade</goal>
45-
</goals>
46-
<configuration>
47-
<artifactSet>
48-
<includes>
49-
<include>com.skyflow:common</include>
50-
</includes>
51-
</artifactSet>
52-
</configuration>
53-
</execution>
54-
</executions>
55-
</plugin>
56-
</plugins>
57-
</build>
35+
<plugins>
36+
<plugin>
37+
<groupId>org.apache.maven.plugins</groupId>
38+
<artifactId>maven-shade-plugin</artifactId>
39+
<version>3.6.0</version>
40+
<executions>
41+
<execution>
42+
<phase>package</phase>
43+
<goals>
44+
<goal>shade</goal>
45+
</goals>
46+
<configuration>
47+
<artifactSet>
48+
<includes>
49+
<include>com.skyflow:common</include>
50+
</includes>
51+
</artifactSet>
52+
</configuration>
53+
</execution>
54+
</executions>
55+
</plugin>
56+
</plugins>
57+
</build>
58+
5859
</project>

0 commit comments

Comments
 (0)