mirror of
				https://github.com/apache/cloudstack.git
				synced 2025-10-26 08:42:29 +01:00 
			
		
		
		
	maven: Use https for jenkins repo, to fix build with newer maven (#5039)
Maven 3.8.1 blocks non-secure repo connections per default. (cherry picked from commit f1c83a0b05844fce21e1ba8af31831773ddf239e) Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This commit is contained in:
		
							parent
							
								
									da382993c3
								
							
						
					
					
						commit
						2777391689
					
				
							
								
								
									
										4
									
								
								pom.xml
									
									
									
									
									
								
							
							
						
						
									
										4
									
								
								pom.xml
									
									
									
									
									
								
							| @ -742,14 +742,14 @@ | |||||||
|     <repositories> |     <repositories> | ||||||
|         <repository> |         <repository> | ||||||
|             <id>repo.jenkins-ci.org.releases</id> |             <id>repo.jenkins-ci.org.releases</id> | ||||||
|             <url>http://repo.jenkins-ci.org/releases/</url> |             <url>https://repo.jenkins-ci.org/releases/</url> | ||||||
|             <snapshots> |             <snapshots> | ||||||
|                 <enabled>false</enabled> |                 <enabled>false</enabled> | ||||||
|             </snapshots> |             </snapshots> | ||||||
|         </repository> |         </repository> | ||||||
|         <repository> |         <repository> | ||||||
|             <id>repo.jenkins-ci.org.public</id> |             <id>repo.jenkins-ci.org.public</id> | ||||||
|             <url>http://repo.jenkins-ci.org/public/</url> |             <url>https://repo.jenkins-ci.org/public/</url> | ||||||
|         </repository> |         </repository> | ||||||
|     </repositories> |     </repositories> | ||||||
| 
 | 
 | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user