[HUDI-1535] Fix 0.7.0 snapshot (#2456)
* Revert "[MINOR] Bumping snapshot version to 0.7.0 (#2435)"
This reverts commit a43e191d6c.
* Fixing 0.7.0 snapshot bump
This commit is contained in:
committed by
GitHub
parent
a38612b10f
commit
b9c2856d16
@@ -15,8 +15,7 @@
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
-->
|
||||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
<parent>
|
||||
<artifactId>hudi-client</artifactId>
|
||||
<groupId>org.apache.hudi</groupId>
|
||||
@@ -25,7 +24,7 @@
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<artifactId>hudi-java-client</artifactId>
|
||||
<version>${parent.version}</version>
|
||||
<version>0.7.0-SNAPSHOT</version>
|
||||
|
||||
<name>hudi-java-client</name>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
Reference in New Issue
Block a user