8. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 4/18/2017 3:49:11 PM Eastern Daylight Time. See www.araxis.com for information about Merge. This report uses XHTML and CSS2, and is best viewed with a modern standards-compliant browser. For optimum results when printing this report, use landscape orientation and enable printing of background images and colours in your browser.

8.1 Files compared

# Location File Last Modified
1 Genisis2Client-master.zip\Genisis2Client-master pom.xml Tue Mar 28 16:20:52 2017 UTC
2 Genisis2Client-master.zip\Genisis2Client-master pom.xml Tue Apr 18 16:50:52 2017 UTC

8.2 Comparison summary

Description Between
Files 1 and 2
Text Blocks Lines
Unchanged 3 464
Changed 2 4
Inserted 0 0
Removed 0 0

8.3 Comparison options

Whitespace
Character case Differences in character case are significant
Line endings Differences in line endings (CR and LF characters) are ignored
CR/LF characters Not shown in the comparison detail

8.4 Active regular expressions

No regular expressions were active.

8.5 Comparison detail

  1   <project 
  2     xmlns="htt p://maven. apache.org /POM/4.0.0
  3     xmlns:xsi= "http://ww w.w3.org/2 001/XMLSch ema-instan ce" 
  4     xsi:schema Location=" http://mav en.apache. org/POM/4. 0.0 http:/ /maven.apa che.org/ma ven-v4_0_0 .xsd"
  5   >
  6             
  7     <modelVers ion>
  8      4.0.0
  9     </modelVer sion>
  10             
  11     <groupId>
  12      gov.va.gen isis2
  13     </groupId>
  14             
  15     <artifactI d>
  16      GenisisAng ularWebApp
  17     </artifact Id>
  18             
  19     <packaging >
  20      pom
  21     </packagin g>
  22             
  23     <version>
  24      2.0.0-SNAP SHOT
  25     </version>
  26             
  27     <name>
  28      Genisis2Cl ient Angul ar App
  29     </name>
  30             
  31     <url>
  32      http://mav en.apache. org
  33     </url>
  34    
  35             
  36     <!-- SCM c onnection  properties  for mvn r elease plu gin -->
  37             
  38     <scm>
  39                       
  40      <connectio n>
  41       scm:git:gi t://github .boozallen csn.com/HE ALTH-ACCT- GROUP/Geni sis2Client .git
  42      </connecti on>
  43                       
  44      <developer Connection >
  45       scm:git:gi t@github.b oozallencs n.com:HEAL TH-ACCT-GR OUP/Genisi s2Client.g it
  46      </develope rConnectio n>
  47                       
  48      <url>
  49       https://gi thub.booza llencsn.co m/HEALTH-A CCT-GROUP/ Genisis2Cl ient
  50      </url>
  51                       
  52      <tag>
  53       GenisisAng ularWebApp -2.0.0
  54      </tag>
  55              
  56     </scm>
  57             
  58     <repositor ies>
  59                       
  60      <repositor y>
  61                                 
  62       <id>
  63        Maven Cent ral
  64       </id>
  65                                 
  66       <url>
  67        http://rep o.maven.ap ache.org/m aven2/
  68       </url>
  69                        
  70      </reposito ry>
  71              
  72     </reposito ries>
  73    
  74             
  75     <build>
  76                       
  77      <sourceDir ectory>
  78       src
  79      </sourceDi rectory>
  80                       
  81      <finalName >
  82       Genisis2Cl ient
  83      </finalNam e>
  84                       
  85      <plugins>
  86                                 
  87       <!-- Git r epo commit  fix start  -->
  88                                 
  89       <plugin>
  90                                           
  91        <artifactI d>
  92         maven-rele ase-plugin
  93        </artifact Id>
  94                                           
  95        <version>
  96         2.4.2
  97        </version>
  98                                           
  99        <configura tion>
  100                                                    
  101         <checkModi ficationEx cludes>
  102                                                              
  103          <checkModi ficationEx clude>
  104           .gitignore
  105          </checkMod ificationE xclude>
  106                                                     
  107         </checkMod ificationE xcludes>
  108                                            
  109        </configur ation>
  110                                           
  111        <dependenc ies>
  112                                                    
  113         <dependenc y>
  114                                                              
  115          <groupId>
  116           org.apache .maven.scm
  117          </groupId>
  118                                                              
  119          <artifactI d>
  120           maven-scm- provider-g itexe
  121          </artifact Id>
  122                                                              
  123          <version>
  124           1.8.1
  125          </version>
  126                                                     
  127         </dependen cy>
  128                                            
  129        </dependen cies>
  130                                  
  131       </plugin>
  132                                 
  133       <!-- Git r epo commit  fix end - ->
  134                        
  135                                 
  136       <plugin>
  137                                    
  138        <artifactI d>
  139         maven-asse mbly-plugi n
  140        </artifact Id>
  141                                    
  142        <version>
  143         2.2-beta-5
  144        </version>
  145                                    
  146        <configura tion>
  147                                            
  148         <finalName >
  149          ${pom.arti factId}-${ pom.versio n}
  150         </finalNam e>
  151                                            
  152         <descripto rs>
  153                                               
  154          <descripto r>
  155           zip.xml
  156          </descript or>
  157                                             
  158         </descript ors>
  159                                     
  160        </configur ation>
  161                                    
  162        <execution s>
  163                                            
  164         <execution >
  165                                               
  166          <id>
  167           make-assem bly
  168          </id> 
  169                                               
  170          <phase>
  171           package
  172          </phase> 
  173                                               
  174          <goals>
  175                                                      
  176           <goal>
  177            single
  178           </goal> 
  179                                                
  180          </goals>
  181                                             
  182         </executio n>
  183                                     
  184        </executio ns>
  185                                  
  186       </plugin>                          
  187                        
  188      </plugins>
  189              
  190     </build>
  191    
  192    
  193             
  194     <distribut ionManagem ent>
  195                       
  196      <!-- Publi sh the ver sioned rel eases here  -->
  197                       
  198      <repositor y>
  199                                 
  200       <id>
  201        nexus
  202       </id>
  203                                 
  204       <name>
  205        nexus
  206       </name>
  207                                 
  208       <url>
  209        http:// IP                  /nexus/con tent/repos itories/re leases
  210       </url>
  211                        
  212      </reposito ry>
  213     
  214                       
  215      <!-- Publi sh the sna pshot rele ases here  -->
  216                       
  217      <snapshotR epository>
  218                                 
  219       <id>
  220        nexus
  221       </id>
  222                                 
  223       <name>
  224        nexus
  225       </name>
  226                                 
  227       <url>
  228        http:// IP                  /nexus/con tent/repos itories/sn apshots
  229       </url>
  230                        
  231      </snapshot Repository >
  232              
  233     </distribu tionManage ment>
  234   </project>