first can version
This commit is contained in:
10
pom.xml
10
pom.xml
@@ -14,20 +14,22 @@
|
||||
<artifactId>ProjectOctopus</artifactId>
|
||||
<packaging>pom</packaging>
|
||||
|
||||
<version>0.0.1-SNAPSHOT</version>
|
||||
<version>1.0.0</version>
|
||||
<name>ProjectOctopus</name>
|
||||
<description>ProjectOctopus</description>
|
||||
|
||||
<modules>
|
||||
<module>agent</module>
|
||||
<module>server</module>
|
||||
<module>common</module>
|
||||
<module>wdd-common</module>
|
||||
</modules>
|
||||
|
||||
<properties>
|
||||
<java.version>11</java.version>
|
||||
<spring-shell.version>2.1.3</spring-shell.version>
|
||||
<spring-boot-admin.version>2.7.4</spring-boot-admin.version>
|
||||
<project.version>1.1.1</project.version>
|
||||
|
||||
</properties>
|
||||
|
||||
<dependencies>
|
||||
@@ -100,7 +102,7 @@
|
||||
</dependencies>
|
||||
</dependencyManagement>
|
||||
|
||||
<build>
|
||||
<!--<build>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
@@ -115,6 +117,6 @@
|
||||
</configuration>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
</build>-->
|
||||
|
||||
</project>
|
||||
|
||||
Reference in New Issue
Block a user