/[projects]/miscJava/CircuitBreaker/pom.xml
ViewVC logotype

Diff of /miscJava/CircuitBreaker/pom.xml

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 3213 by torben, Thu Dec 28 09:35:36 2017 UTC revision 3214 by torben, Thu Dec 28 09:36:34 2017 UTC
# Line 5  Line 5 
5          <modelVersion>4.0.0</modelVersion>          <modelVersion>4.0.0</modelVersion>
6          <groupId>dk.thoerup</groupId>          <groupId>dk.thoerup</groupId>
7          <artifactId>CircuitBreaker</artifactId>          <artifactId>CircuitBreaker</artifactId>
8          <version>1.1.1</version>          <version>1.1.2</version>
9    
10          <packaging>jar</packaging>          <packaging>jar</packaging>
11    
# Line 74  Line 74 
74    
75    
76    
         <repositories>  
                 <repository>  
                         <id>sonatype-nexus-snapshots</id>  
                         <name>Sonatype Nexus Snapshots</name>  
                         <url>https://oss.sonatype.org/content/repositories/snapshots</url>  
                         <releases>  
                                 <enabled>false</enabled>  
                         </releases>  
                         <snapshots>  
                                 <enabled>true</enabled>  
                         </snapshots>  
                 </repository>  
         </repositories>  
77    
78  </project>  </project>

Legend:
Removed from v.3213  
changed lines
  Added in v.3214

  ViewVC Help
Powered by ViewVC 1.1.20