155. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 3/29/2017 4:53:34 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.

155.1 Files compared

# Location File Last Modified
1 CTT-DM CIF Submission.zip\code\rails_common pom.xml Fri Mar 3 16:21:54 2017 UTC
2 CTT-DM CIF Submission.zip\code\rails_common pom.xml Wed Mar 29 18:12:12 2017 UTC

155.2 Comparison summary

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

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

155.4 Active regular expressions

No regular expressions were active.

155.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/xs d/maven-4. 0.0.xsd"
  5   >
  6             
  7     <modelVers ion>
  8      4.0.0
  9     </modelVer sion>
  10             
  11     <groupId>
  12      gov.vha.is aac.gui.ra ils
  13     </groupId>
  14             
  15     <artifactI d>
  16      rails_comm on
  17     </artifact Id>
  18             
  19     <version>
  20      1.61-SNAPS HOT
  21     </version>
  22             
  23     <!--Leave  the little  feller ab ove alone.   The buil d server w ill change  it! -->
  24             
  25     <!--Open u p the asse mbly.xml f ile if new  directori es are add ed. -->
  26             
  27     <packaging >
  28      pom
  29     </packagin g>
  30    
  31             
  32     <name>
  33      Common Rai ls Code
  34     </name>
  35    
  36             
  37     <scm>
  38                       
  39      <url>
  40       https://gi thub.com/V A-CTT/rail s_common.g it
  41      </url>
  42              
  43     </scm>
  44    
  45             
  46     <licenses>
  47                       
  48      <license>
  49                                 
  50       <name>
  51        The Apache  Software  License, V ersion 2.0
  52       </name>
  53                                 
  54       <url>
  55        http://www .apache.or g/licenses /LICENSE-2 .0.txt
  56       </url>
  57                                 
  58       <distribut ion>
  59        repo
  60       </distribu tion>
  61                                 
  62       <comments>
  63        Copyright  Notice
  64                                           This is  a work of  the U.S. G overnment  and is not  subject t o copyrigh t
  65                                           protecti on in the  United Sta tes. Forei gn copyrig hts may ap ply.
  66                                  
  67       </comments >
  68                        
  69      </license>
  70              
  71     </licenses >
  72    
  73             
  74     <organizat ion>
  75                       
  76      <name>
  77       U.S. Depar tment of V eterans Af fairs
  78      </name>
  79                       
  80      <url>
  81       www. DNS    
  82      </url>
  83              
  84     </organiza tion>
  85    
  86             
  87     <developer s>
  88                       
  89      <developer >
  90                                 
  91       <propertie s>
  92                                           
  93        <info>
  94         For a list ing of dev elopers, c lone the p roject and  execute ' git shortl og -sn'
  95        </info>
  96                                  
  97       </properti es>
  98                        
  99      </develope r>
  100              
  101     </develope rs>
  102             
  103             
  104     <issueMana gement>
  105                       
  106      <system>
  107       Jazz
  108      </system>
  109                       
  110      <url>
  111       https:// DNS t. DNS     /ccm/web/p rojects/CT T (CM)
  112      </url>
  113              
  114     </issueMan agement>
  115    
  116             
  117     <build>
  118                       
  119      <plugins>
  120                                 
  121       <plugin>
  122                                           
  123        <artifactI d>
  124         maven-asse mbly-plugi n
  125        </artifact Id>
  126                                           
  127        <execution s>
  128                                                    
  129         <execution >
  130                                                              
  131          <id>
  132           zip
  133          </id>
  134                                                              
  135          <goals>
  136                                                                        
  137           <goal>
  138            attached
  139           </goal>
  140                                                               
  141          </goals>
  142                                                              
  143          <phase>
  144           package
  145          </phase>
  146                                                              
  147          <configura tion>
  148                                                                        
  149           <descripto rs>
  150                                                                                  
  151            <descripto r>
  152             ${basedir} /assembly. xml
  153            </descript or>
  154                                                                         
  155           </descript ors>
  156                                                               
  157          </configur ation>
  158                                                     
  159         </executio n>
  160                                            
  161        </executio ns>
  162                                  
  163       </plugin>
  164                                 
  165       <plugin>
  166                                           
  167        <groupId>
  168         external.a tlassian.j gitflow
  169        </groupId>
  170                                           
  171        <artifactI d>
  172         jgitflow-m aven-plugi n
  173        </artifact Id>
  174                                           
  175        <version>
  176         1.0-m4.3
  177        </version>
  178                                           
  179        <configura tion>
  180                                                    
  181         <pushRelea ses>
  182          true
  183         </pushRele ases>
  184                                                    
  185         <autoVersi onSubmodul es>
  186          true
  187         </autoVers ionSubmodu les>
  188                                                    
  189         <scmCommen tPrefix>
  190          [jgitflow- plugin]
  191         </scmComme ntPrefix>
  192                                                    
  193         <enableSsh Agent>
  194          true
  195         </enableSs hAgent>
  196                                                    
  197         <allowSnap shots>
  198          false
  199         </allowSna pshots>
  200                                                    
  201         <enableFea tureVersio ns>
  202          true
  203         </enableFe atureVersi ons>
  204                                            
  205        </configur ation>
  206                                  
  207       </plugin>
  208                        
  209      </plugins>
  210              
  211     </build>
  212   </project>