更新版本号

This commit is contained in:
mxd
2022-03-05 22:19:03 +08:00
parent 757ce9c28c
commit 4c63fbdd3e
13 changed files with 28 additions and 28 deletions

View File

@@ -6,7 +6,7 @@
<parent>
<groupId>org.ssssssss</groupId>
<artifactId>magic-api-plugins</artifactId>
<version>2.0.0-beta.2</version>
<version>2.0.0-beta.3</version>
</parent>
<artifactId>magic-api-plugin-task</artifactId>
<packaging>jar</packaging>
@@ -32,20 +32,20 @@
<artifactId>exec-maven-plugin</artifactId>
<version>1.6.0</version>
<executions>
<execution>
<id>exec-npm-install</id>
<phase>generate-resources</phase>
<goals>
<goal>exec</goal>
</goals>
<configuration>
<executable>npm</executable>
<arguments>
<argument>install</argument>
</arguments>
<workingDirectory>${basedir}/src/console</workingDirectory>
</configuration>
</execution>
<!-- <execution>-->
<!-- <id>exec-npm-install</id>-->
<!-- <phase>generate-resources</phase>-->
<!-- <goals>-->
<!-- <goal>exec</goal>-->
<!-- </goals>-->
<!-- <configuration>-->
<!-- <executable>npm</executable>-->
<!-- <arguments>-->
<!-- <argument>install</argument>-->
<!-- </arguments>-->
<!-- <workingDirectory>${basedir}/src/console</workingDirectory>-->
<!-- </configuration>-->
<!-- </execution>-->
<execution>
<id>exec-npm-run-build</id>
<phase>generate-resources</phase>