81. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 12/20/2017 5:56:06 PM Eastern Standard 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.

81.1 Files compared

# Location File Last Modified
1 Genisis_2.0_v6_bld6.zip\Source Code\UI\Client pom.xml Thu Dec 14 19:55:53 2017 UTC
2 Genisis_2.0_v6_bld6.zip\Source Code\UI\Client pom.xml Wed Dec 20 13:57:05 2017 UTC

81.2 Comparison summary

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

81.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

81.4 Active regular expressions

No regular expressions were active.

81.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      6.0.3-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       Release6-S ustainment
  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          <checkModi ficationEx clude>
  108           src/css/la yout.css
  109          </checkMod ificationE xclude>
  110                                                     
  111         </checkMod ificationE xcludes>
  112                                            
  113        </configur ation>
  114                                           
  115        <dependenc ies>
  116                                                    
  117         <dependenc y>
  118                                                              
  119          <groupId>
  120           org.apache .maven.scm
  121          </groupId>
  122                                                              
  123          <artifactI d>
  124           maven-scm- provider-g itexe
  125          </artifact Id>
  126                                                              
  127          <version>
  128           1.8.1
  129          </version>
  130                                                     
  131         </dependen cy>
  132                                            
  133        </dependen cies>
  134                                  
  135       </plugin>
  136                                 
  137       <!-- Git r epo commit  fix end - ->
  138      
  139                                 
  140       <plugin>
  141                                    
  142        <artifactI d>
  143         maven-asse mbly-plugi n
  144        </artifact Id>
  145                                    
  146        <version>
  147         2.2-beta-5
  148        </version>
  149                                    
  150        <configura tion>
  151                                            
  152         <finalName >
  153          ${pom.arti factId}-${ pom.versio n}
  154         </finalNam e>
  155                                            
  156         <descripto rs>
  157                                               
  158          <descripto r>
  159           zip.xml
  160          </descript or>
  161                                             
  162         </descript ors>
  163                                     
  164        </configur ation>
  165                                    
  166        <execution s>
  167                                            
  168         <execution >
  169                                               
  170          <id>
  171           make-assem bly
  172          </id>
  173                                               
  174          <phase>
  175           package
  176          </phase>
  177                                               
  178          <goals>
  179                                                      
  180           <goal>
  181            single
  182           </goal>
  183                                                
  184          </goals>
  185                                             
  186         </executio n>
  187                                     
  188        </executio ns>
  189                                  
  190       </plugin>
  191                        
  192      </plugins>
  193              
  194     </build>
  195    
  196    
  197             
  198     <distribut ionManagem ent>
  199                       
  200      <!-- Publi sh the ver sioned rel eases here  -->
  201                       
  202      <repositor y>
  203                                 
  204       <id>
  205        nexus
  206       </id>
  207                                 
  208       <name>
  209        nexus
  210       </name>
  211                                 
  212       <url>
  213        http:// IP                  /nexus/con tent/repos itories/re leases
  214       </url>
  215                        
  216      </reposito ry>
  217     
  218                       
  219      <!-- Publi sh the sna pshot rele ases here  -->
  220                       
  221      <snapshotR epository>
  222                                 
  223       <id>
  224        nexus
  225       </id>
  226                                 
  227       <name>
  228        nexus
  229       </name>
  230                                 
  231       <url>
  232        http:// IP                  /nexus/con tent/repos itories/sn apshots
  233       </url>
  234                        
  235      </snapshot Repository >
  236              
  237     </distribu tionManage ment>
  238   </project>