File tree Expand file tree Collapse file tree 2 files changed +15
-8
lines changed Expand file tree Collapse file tree 2 files changed +15
-8
lines changed Original file line number Diff line number Diff line change 102102
103103    <distributionManagement >
104104        <repository >
105-             <id >bintray</id >
106-             <name >oss-jfrog-artifactory-snapshots </name >
105+             <id >bintray-release </id >
106+             <name >oss-jfrog-artifactory-release </name >
107107            <url >https://oss.jfrog.org/artifactory/oss-release-local</url >
108108        </repository >
109109        <snapshotRepository >
110-             <id >bintray</id >
111-             <name >oss-jfrog-artifactory-snapshots </name >
110+             <id >bintray-snapshot </id >
111+             <name >oss-jfrog-artifactory-snapshot </name >
112112            <url >https://oss.jfrog.org/artifactory/oss-snapshot-local</url >
113113        </snapshotRepository >
114114    </distributionManagement >
118118            <snapshots >
119119                <enabled >false</enabled >
120120            </snapshots >
121-             <id >central </id >
121+             <id >bintray-release </id >
122122            <name >libs-release</name >
123123            <url >http://oss.jfrog.org/artifactory/libs-release</url >
124124        </repository >
125125        <repository >
126-             <snapshots  />
127-             <id >snapshots</id >
126+             <snapshots >
127+                 <enabled >true</enabled >
128+             </snapshots >
129+             <id >bintray-snapshot</id >
128130            <name >libs-snapshot</name >
129131            <url >http://oss.jfrog.org/artifactory/libs-snapshot</url >
130132        </repository >
Original file line number Diff line number Diff line change 11<settings  xmlns =" http://maven.apache.org/SETTINGS/1.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/SETTINGS/1.0.0 http://maven.apache.org/xsd/settings-1.0.0.xsd" 
22    <servers >
33        <server >
4-             <id >bintray</id >
4+             <id >bintray-snapshot</id >
5+             <username >${env.CI_DEPLOY_USERNAME}</username >
6+             <password >${env.CI_DEPLOY_PASSWORD}</password >
7+         </server >
8+         <server >
9+             <id >bintray-release</id >
510            <username >${env.CI_DEPLOY_USERNAME}</username >
611            <password >${env.CI_DEPLOY_PASSWORD}</password >
712        </server >
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments