This action will force synchronization from Adam/SmartJavaAI, which will overwrite any changes that you have made since you forked the repository, and can not be recovered!!!
Synchronous operation will process in the background and will refresh the page when finishing processing. Please be patient.
<?xml version="1.0" encoding="UTF-8"?><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"><modelVersion>4.0.0</modelVersion><parent><groupId>cn.smartjavaai</groupId><artifactId>smartjavaai-parent</artifactId><version>1.0.23</version></parent><artifactId>smartjavaai-speech</artifactId><properties><maven.compiler.source>11</maven.compiler.source><maven.compiler.target>11</maven.compiler.target><project.build.sourceEncoding>UTF-8</project.build.sourceEncoding></properties><dependencies><dependency><groupId>cn.smartjavaai</groupId><artifactId>smartjavaai-common</artifactId><version>${project.version}</version></dependency><!-- JNA dependency --><dependency><groupId>net.java.dev.jna</groupId><artifactId>jna</artifactId><version>5.13.0</version></dependency><dependency><groupId>io.github.givimad</groupId><artifactId>whisper-jni</artifactId><version>1.7.1</version></dependency><dependency><groupId>com.alphacephei</groupId><artifactId>vosk</artifactId><version>0.3.45</version></dependency><dependency><groupId>ws.schild</groupId><artifactId>jave-core</artifactId><version>3.5.0</version></dependency></dependencies><version>1.0.23</version><name>smartjavaai-speech</name><description>SmartJavaAI</description><url>https://github.com/geekwenjie/SmartJavaAI</url><licenses><license><name>MIT License</name><url>https://opensource.org/licenses/MIT</url></license></licenses><build><plugins><plugin><groupId>org.apache.maven.plugins</groupId><artifactId>maven-compiler-plugin</artifactId><version>3.10.1</version><configuration><source>${maven.compiler.source}</source><target>${maven.compiler.target}</target></configuration></plugin><plugin><groupId>org.sonatype.central</groupId><artifactId>central-publishing-maven-plugin</artifactId><version>0.4.0</version><extensions>true</extensions><configuration><publishingServerId>dengwenjie</publishingServerId><tokenAuth>true</tokenAuth><deploymentName>${project.groupId}:${project.artifactId}:${project.version}</deploymentName></configuration></plugin><plugin><groupId>org.apache.maven.plugins</groupId><artifactId>maven-source-plugin</artifactId><version>3.1.0</version><executions><execution><id>attach-sources</id><goals><goal>jar-no-fork</goal></goals></execution></executions></plugin><plugin><groupId>org.apache.maven.plugins</groupId><artifactId>maven-javadoc-plugin</artifactId><version>3.1.0</version><configuration><!-- <javadocExecutable>${java.home}/bin/javadoc</javadocExecutable>--><doclint>none</doclint><additionalJOptions><additionalJOption>-Xdoclint:none</additionalJOption></additionalJOptions></configuration><executions><execution><id>attach-javadocs</id><goals><goal>jar</goal></goals></execution></executions></plugin><plugin><groupId>org.apache.maven.plugins</groupId><artifactId>maven-gpg-plugin</artifactId><version>3.1.0</version><executions><execution><id>sign-artifacts</id><phase>verify</phase><goals><goal>sign</goal></goals></execution></executions></plugin><plugin><groupId>org.apache.maven.plugins</groupId><artifactId>maven-toolchains-plugin</artifactId><version>3.2.0</version><executions><execution><goals><goal>toolchain</goal></goals><configuration><toolchains><jdk><version>11</version></jdk></toolchains></configuration></execution></executions></plugin></plugins></build><!-- 必须添加:SCM信息 --><scm><connection>scm:git:git://github.com/geekwenjie/SmartJavaAI.git</connection><developerConnection>scm:git:ssh://github.com/geekwenjie/SmartJavaAI.git</developerConnection><url>http://github.com/geekwenjie/SmartJavaAI/tree/master</url></scm><distributionManagement><snapshotRepository><id>dengwenjie</id><url>https://s01.oss.sonatype.org/content/repositories/snapshots</url></snapshotRepository><repository><id>dengwenjie</id><url>https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url></repository></distributionManagement><developers><developer><name>dengwenjie</name><email>775747758@qq.com</email><roles><role>Project Manager</role><role>Architect</role></roles></developer></developers></project>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。