Advertisement
Guest User

Untitled

a guest
Nov 21st, 2017
348
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.75 KB | None | 0 0
  1. <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  2.     <modelVersion>4.0.0</modelVersion>
  3.     <groupId>com.ndg.common</groupId>
  4.     <artifactId>ndgrandom</artifactId>
  5.     <version>0.2.2-SNAPSHOT</version>
  6.     <name>ndgRandom</name>
  7.     <description>Random number generator interface, so random numbers can be mocked to fixed values in unit tests</description>
  8.  
  9.     <scm>
  10.         <connection>scm:svn:svn+ssh://nigelgay@svn.code.sf.net/p/momime/code/Java/NdgRandom/trunk</connection>
  11.     </scm>
  12.  
  13.     <parent>
  14.         <groupId>com.ndg.common</groupId>
  15.         <artifactId>parent</artifactId>
  16.         <version>0.2.1</version>
  17.     </parent>
  18.  
  19. </project>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement