Skip to content

Commit

Permalink
update maven url
Browse files Browse the repository at this point in the history
  • Loading branch information
smartloli committed Nov 19, 2020
1 parent 2baaeac commit 4ade6b7
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion kafka-eagle-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<repository>
<id>nexus</id>
<name>nexus</name>
<url>https://repo.spring.io/libs-snapshot/</url>
<url>https://repo1.maven.org/maven2/</url>
<releases>
<enabled>true</enabled>
</releases>
Expand Down
2 changes: 1 addition & 1 deletion kafka-eagle-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<repository>
<id>nexus</id>
<name>nexus</name>
<url>https://repo.spring.io/libs-snapshot/</url>
<url>https://repo1.maven.org/maven2/</url>
<releases>
<enabled>true</enabled>
</releases>
Expand Down
9 changes: 5 additions & 4 deletions kafka-eagle-web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@
<junit.version>4.11</junit.version>
<jdk.version>1.8</jdk.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<spring.version>5.2.0.RELEASE</spring.version>
<mybatis.version>3.5.3</mybatis.version>
<spring.version>5.3.1</spring.version>
<mybatis.version>3.5.6</mybatis.version>
<mybatis.spring.version>2.0.6</mybatis.spring.version>
<shiro.version>1.6.0</shiro.version>
<jackson.version>2.10.0</jackson.version>
<maven.compiler.source>1.8</maven.compiler.source>
Expand All @@ -25,7 +26,7 @@
<repository>
<id>nexus</id>
<name>nexus</name>
<url>https://repo.spring.io/libs-snapshot/</url>
<url>https://repo1.maven.org/maven2/</url>
<releases>
<enabled>true</enabled>
</releases>
Expand Down Expand Up @@ -124,7 +125,7 @@
<dependency>
<groupId>org.mybatis</groupId>
<artifactId>mybatis-spring</artifactId>
<version>2.0.3</version>
<version>${mybatis.spring.version}</version>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<packaging>pom</packaging>
<version>2.0.3</version>
<name>ke</name>
<url>https://repo.spring.io/libs-snapshot/</url>
<url>https://repo1.maven.org/maven2/</url>

<properties>
<project.version>2.0.3</project.version>
Expand Down

0 comments on commit 4ade6b7

Please sign in to comment.