Showing
2 changed files
with
8 additions
and
8 deletions
... | ... | @@ -56,14 +56,6 @@ |
56 | 56 | </dependency> |
57 | 57 | </dependencies> |
58 | 58 | |
59 | - <distributionManagement> | |
60 | - <repository> | |
61 | - <id>jk-5-maven</id> | |
62 | - <name>jk-5's maven server</name> | |
63 | - <url>sftp://10.2.1.2/opt/maven</url> | |
64 | - </repository> | |
65 | - </distributionManagement> | |
66 | - | |
67 | 59 | <build> |
68 | 60 | <extensions> |
69 | 61 | <extension> | ... | ... |
... | ... | @@ -876,6 +876,14 @@ |
876 | 876 | </dependencies> |
877 | 877 | </dependencyManagement> |
878 | 878 | |
879 | + <distributionManagement> | |
880 | + <repository> | |
881 | + <id>thingsboard-repo-deploy</id> | |
882 | + <name>ThingsBoard Repo Deployment</name> | |
883 | + <url>https://repo.thingsboard.io/artifactory/libs-release-public</url> | |
884 | + </repository> | |
885 | + </distributionManagement> | |
886 | + | |
879 | 887 | <repositories> |
880 | 888 | <repository> |
881 | 889 | <id>central</id> | ... | ... |