Skip to content

Commit

Permalink
HCFS: 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
chrislusf committed Jul 23, 2020
1 parent 648ef56 commit 6f058b3
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion other/java/client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.github.chrislusf</groupId>
<artifactId>seaweedfs-client</artifactId>
<version>1.4.0</version>
<version>1.4.1</version>

<parent>
<groupId>org.sonatype.oss</groupId>
Expand Down
2 changes: 1 addition & 1 deletion other/java/client/pom.xml.deploy
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.github.chrislusf</groupId>
<artifactId>seaweedfs-client</artifactId>
<version>1.4.0</version>
<version>1.4.1</version>

<parent>
<groupId>org.sonatype.oss</groupId>
Expand Down
2 changes: 1 addition & 1 deletion other/java/client/pom_debug.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.github.chrislusf</groupId>
<artifactId>seaweedfs-client</artifactId>
<version>1.4.0</version>
<version>1.4.1</version>

<parent>
<groupId>org.sonatype.oss</groupId>
Expand Down
2 changes: 1 addition & 1 deletion other/java/hdfs2/dependency-reduced-pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@
</snapshotRepository>
</distributionManagement>
<properties>
<seaweedfs.client.version>1.4.0</seaweedfs.client.version>
<seaweedfs.client.version>1.4.1</seaweedfs.client.version>
<hadoop.version>2.9.2</hadoop.version>
</properties>
</project>
2 changes: 1 addition & 1 deletion other/java/hdfs2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>

<properties>
<seaweedfs.client.version>1.4.0</seaweedfs.client.version>
<seaweedfs.client.version>1.4.1</seaweedfs.client.version>
<hadoop.version>2.9.2</hadoop.version>
</properties>

Expand Down
2 changes: 1 addition & 1 deletion other/java/hdfs3/dependency-reduced-pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@
</snapshotRepository>
</distributionManagement>
<properties>
<seaweedfs.client.version>1.4.0</seaweedfs.client.version>
<seaweedfs.client.version>1.4.1</seaweedfs.client.version>
<hadoop.version>3.1.1</hadoop.version>
</properties>
</project>
2 changes: 1 addition & 1 deletion other/java/hdfs3/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>

<properties>
<seaweedfs.client.version>1.4.0</seaweedfs.client.version>
<seaweedfs.client.version>1.4.1</seaweedfs.client.version>
<hadoop.version>3.1.1</hadoop.version>
</properties>

Expand Down

0 comments on commit 6f058b3

Please sign in to comment.