Commit b7adb8d6 authored by 侯力峰's avatar 侯力峰
Browse files

更改中央仓库采用user token验证方式发布jar包

parent 5c3dddb7
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
<groupId>cn.spatiotemporal</groupId> <groupId>cn.spatiotemporal</groupId>
<artifactId>spatiotemporal-web-core</artifactId> <artifactId>spatiotemporal-web-core</artifactId>
<version>1.0.1-RELEASE</version> <version>1.0.1-SNAPSHOT</version>
<packaging>jar</packaging> <packaging>jar</packaging>
<name>spatiotemporal-web-core</name> <name>spatiotemporal-web-core</name>
<description>时空开放平台Web端 核心模块</description> <description>时空开放平台Web端 核心模块</description>
...@@ -253,7 +253,7 @@ ...@@ -253,7 +253,7 @@
<id>ossrh-nexus</id> <id>ossrh-nexus</id>
<build> <build>
<plugins> <plugins>
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId> <artifactId>maven-compiler-plugin</artifactId>
<configuration> <configuration>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment