chrislu 1 year ago
parent
commit
cd01a2346a
  1. 3
      other/java/client/pom.xml
  2. 3
      other/java/client/pom.xml.deploy
  3. 3
      other/java/client/pom_debug.xml
  4. 4
      other/java/examples/pom.xml
  5. 3
      other/java/hdfs2/dependency-reduced-pom.xml
  6. 3
      other/java/hdfs2/pom.xml
  7. 3
      other/java/hdfs3/dependency-reduced-pom.xml
  8. 3
      other/java/hdfs3/pom.xml
  9. 1
      test/random_access/pom.xml

3
other/java/client/pom.xml

@ -5,7 +5,7 @@
<groupId>com.github.chrislusf</groupId> <groupId>com.github.chrislusf</groupId>
<artifactId>seaweedfs-client</artifactId> <artifactId>seaweedfs-client</artifactId>
<version>3.55</version>
<version>3.59</version>
<parent> <parent>
<groupId>org.sonatype.oss</groupId> <groupId>org.sonatype.oss</groupId>
@ -96,6 +96,7 @@
<configuration> <configuration>
<source>8</source> <source>8</source>
<target>8</target> <target>8</target>
<release>8</release>
</configuration> </configuration>
</plugin> </plugin>
<plugin> <plugin>

3
other/java/client/pom.xml.deploy

@ -5,7 +5,7 @@
<groupId>com.github.chrislusf</groupId> <groupId>com.github.chrislusf</groupId>
<artifactId>seaweedfs-client</artifactId> <artifactId>seaweedfs-client</artifactId>
<version>3.55</version>
<version>3.59</version>
<parent> <parent>
<groupId>org.sonatype.oss</groupId> <groupId>org.sonatype.oss</groupId>
@ -91,6 +91,7 @@
<configuration> <configuration>
<source>8</source> <source>8</source>
<target>8</target> <target>8</target>
<release>8</release>
</configuration> </configuration>
</plugin> </plugin>
<plugin> <plugin>

3
other/java/client/pom_debug.xml

@ -5,7 +5,7 @@
<groupId>com.github.chrislusf</groupId> <groupId>com.github.chrislusf</groupId>
<artifactId>seaweedfs-client</artifactId> <artifactId>seaweedfs-client</artifactId>
<version>3.55</version>
<version>3.59</version>
<parent> <parent>
<groupId>org.sonatype.oss</groupId> <groupId>org.sonatype.oss</groupId>
@ -90,6 +90,7 @@
<configuration> <configuration>
<source>8</source> <source>8</source>
<target>8</target> <target>8</target>
<release>8</release>
</configuration> </configuration>
</plugin> </plugin>
<plugin> <plugin>

4
other/java/examples/pom.xml

@ -11,13 +11,13 @@
<dependency> <dependency>
<groupId>com.github.chrislusf</groupId> <groupId>com.github.chrislusf</groupId>
<artifactId>seaweedfs-client</artifactId> <artifactId>seaweedfs-client</artifactId>
<version>3.55</version>
<version>3.59</version>
<scope>compile</scope> <scope>compile</scope>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.github.chrislusf</groupId> <groupId>com.github.chrislusf</groupId>
<artifactId>seaweedfs-hadoop2-client</artifactId> <artifactId>seaweedfs-hadoop2-client</artifactId>
<version>3.55</version>
<version>3.59</version>
<scope>compile</scope> <scope>compile</scope>
</dependency> </dependency>
<dependency> <dependency>

3
other/java/hdfs2/dependency-reduced-pom.xml

@ -17,6 +17,7 @@
<configuration> <configuration>
<source>8</source> <source>8</source>
<target>8</target> <target>8</target>
<release>8</release>
</configuration> </configuration>
</plugin> </plugin>
<plugin> <plugin>
@ -317,7 +318,7 @@
</snapshotRepository> </snapshotRepository>
</distributionManagement> </distributionManagement>
<properties> <properties>
<seaweedfs.client.version>3.55</seaweedfs.client.version>
<seaweedfs.client.version>3.59</seaweedfs.client.version>
<hadoop.version>3.2.4</hadoop.version> <hadoop.version>3.2.4</hadoop.version>
</properties> </properties>
</project> </project>

3
other/java/hdfs2/pom.xml

@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<properties> <properties>
<seaweedfs.client.version>3.55</seaweedfs.client.version>
<seaweedfs.client.version>3.59</seaweedfs.client.version>
<hadoop.version>3.2.4</hadoop.version> <hadoop.version>3.2.4</hadoop.version>
</properties> </properties>
@ -33,6 +33,7 @@
<configuration> <configuration>
<source>8</source> <source>8</source>
<target>8</target> <target>8</target>
<release>8</release>
</configuration> </configuration>
</plugin> </plugin>
<plugin> <plugin>

3
other/java/hdfs3/dependency-reduced-pom.xml

@ -17,6 +17,7 @@
<configuration> <configuration>
<source>8</source> <source>8</source>
<target>8</target> <target>8</target>
<release>8</release>
</configuration> </configuration>
</plugin> </plugin>
<plugin> <plugin>
@ -317,7 +318,7 @@
</snapshotRepository> </snapshotRepository>
</distributionManagement> </distributionManagement>
<properties> <properties>
<seaweedfs.client.version>3.55</seaweedfs.client.version>
<seaweedfs.client.version>3.59</seaweedfs.client.version>
<hadoop.version>3.2.4</hadoop.version> <hadoop.version>3.2.4</hadoop.version>
</properties> </properties>
</project> </project>

3
other/java/hdfs3/pom.xml

@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<properties> <properties>
<seaweedfs.client.version>3.55</seaweedfs.client.version>
<seaweedfs.client.version>3.59</seaweedfs.client.version>
<hadoop.version>3.2.4</hadoop.version> <hadoop.version>3.2.4</hadoop.version>
</properties> </properties>
@ -33,6 +33,7 @@
<configuration> <configuration>
<source>8</source> <source>8</source>
<target>8</target> <target>8</target>
<release>8</release>
</configuration> </configuration>
</plugin> </plugin>
<plugin> <plugin>

1
test/random_access/pom.xml

@ -50,6 +50,7 @@
<configuration> <configuration>
<source>8</source> <source>8</source>
<target>8</target> <target>8</target>
<release>8</release>
</configuration> </configuration>
</plugin> </plugin>
</plugins> </plugins>

Loading…
Cancel
Save