File tree Expand file tree Collapse file tree 9 files changed +17
-17
lines changed 
mybatis-generator-maven-plugin 
mybatis-generator-systests-common 
mybatis-generator-systests-domtests 
mybatis-generator-systests-ibatis2-java2 
mybatis-generator-systests-ibatis2-java5 
mybatis-generator-systests-mybatis3-java8 
mybatis-generator-systests-mybatis3 Expand file tree Collapse file tree 9 files changed +17
-17
lines changed Original file line number Diff line number Diff line change 2222  <parent >
2323    <groupId >org.mybatis.generator</groupId >
2424    <artifactId >mybatis-generator</artifactId >
25-     <version >1.3.7-SNAPSHOT </version >
25+     <version >1.3.7</version >
2626  </parent >
2727
2828  <artifactId >mybatis-generator-core</artifactId >
171171  <description >MyBatis Generator - a code generator for MyBatis and iBatis.</description >
172172  <scm >
173173    <url >https://github.com/mybatis/generator</url >
174-     <tag >HEAD </tag >
174+     <tag >mybatis-generator-1.3.7 </tag >
175175  </scm >
176176</project >
Original file line number Diff line number Diff line change 11<?xml  version =" 1.0"  encoding =" UTF-8"  ?>
22<!-- 
33
4-        Copyright 2006-2017  the original author or authors. 
4+        Copyright 2006-2018  the original author or authors. 
55
66       Licensed under the Apache License, Version 2.0 (the "License"); 
77       you may not use this file except in compliance with the License. 
2121  <parent >
2222    <groupId >org.mybatis.generator</groupId >
2323    <artifactId >mybatis-generator</artifactId >
24-     <version >1.3.7-SNAPSHOT </version >
24+     <version >1.3.7</version >
2525  </parent >
2626
2727  <artifactId >mybatis-generator-maven-plugin</artifactId >
Original file line number Diff line number Diff line change 11<?xml  version =" 1.0"  encoding =" UTF-8"  ?>
22<!-- 
33
4-        Copyright 2006-2017  the original author or authors. 
4+        Copyright 2006-2018  the original author or authors. 
55
66       Licensed under the Apache License, Version 2.0 (the "License"); 
77       you may not use this file except in compliance with the License. 
2222  <parent >
2323    <groupId >org.mybatis.generator</groupId >
2424    <artifactId >mybatis-generator</artifactId >
25-     <version >1.3.7-SNAPSHOT </version >
25+     <version >1.3.7</version >
2626  </parent >
2727
2828  <artifactId >mybatis-generator-systests-common</artifactId >
Original file line number Diff line number Diff line change 11<!-- 
22
3-        Copyright 2006-2017  the original author or authors. 
3+        Copyright 2006-2018  the original author or authors. 
44
55       Licensed under the Apache License, Version 2.0 (the "License"); 
66       you may not use this file except in compliance with the License. 
2121  <parent >
2222    <groupId >org.mybatis.generator</groupId >
2323    <artifactId >mybatis-generator</artifactId >
24-     <version >1.3.7-SNAPSHOT </version >
24+     <version >1.3.7</version >
2525  </parent >
2626  <artifactId >mybatis-generator-systests-domtests</artifactId >
2727
Original file line number Diff line number Diff line change 11<?xml  version =" 1.0"  encoding =" UTF-8"  ?>
22<!-- 
33
4-        Copyright 2006-2017  the original author or authors. 
4+        Copyright 2006-2018  the original author or authors. 
55
66       Licensed under the Apache License, Version 2.0 (the "License"); 
77       you may not use this file except in compliance with the License. 
2121  <parent >
2222    <groupId >org.mybatis.generator</groupId >
2323    <artifactId >mybatis-generator</artifactId >
24-     <version >1.3.7-SNAPSHOT </version >
24+     <version >1.3.7</version >
2525  </parent >
2626  <artifactId >mybatis-generator-systests-ibatis2-java2</artifactId >
2727  <packaging >jar</packaging >
Original file line number Diff line number Diff line change 11<?xml  version =" 1.0"  encoding =" UTF-8"  ?>
22<!-- 
33
4-        Copyright 2006-2017  the original author or authors. 
4+        Copyright 2006-2018  the original author or authors. 
55
66       Licensed under the Apache License, Version 2.0 (the "License"); 
77       you may not use this file except in compliance with the License. 
2121  <parent >
2222    <groupId >org.mybatis.generator</groupId >
2323    <artifactId >mybatis-generator</artifactId >
24-     <version >1.3.7-SNAPSHOT </version >
24+     <version >1.3.7</version >
2525  </parent >
2626  <artifactId >mybatis-generator-systests-ibatis2-java5</artifactId >
2727  <packaging >jar</packaging >
Original file line number Diff line number Diff line change 33  <parent >
44    <groupId >org.mybatis.generator</groupId >
55    <artifactId >mybatis-generator</artifactId >
6-     <version >1.3.7-SNAPSHOT </version >
6+     <version >1.3.7</version >
77  </parent >
88  <artifactId >mybatis-generator-systests-mybatis3-java8</artifactId >
99  <description >Tests for the MyBatis3 code generator using Java8 Features.</description >
Original file line number Diff line number Diff line change 11<?xml  version =" 1.0"  encoding =" UTF-8"  ?>
22<!-- 
33
4-        Copyright 2006-2017  the original author or authors. 
4+        Copyright 2006-2018  the original author or authors. 
55
66       Licensed under the Apache License, Version 2.0 (the "License"); 
77       you may not use this file except in compliance with the License. 
2121  <parent >
2222    <groupId >org.mybatis.generator</groupId >
2323    <artifactId >mybatis-generator</artifactId >
24-     <version >1.3.7-SNAPSHOT </version >
24+     <version >1.3.7</version >
2525  </parent >
2626  <artifactId >mybatis-generator-systests-mybatis3</artifactId >
2727  <packaging >jar</packaging >
Original file line number Diff line number Diff line change 2828  <groupId >org.mybatis.generator</groupId >
2929  <artifactId >mybatis-generator</artifactId >
3030  <name >MyBatis Generator</name >
31-   <version >1.3.7-SNAPSHOT </version >
31+   <version >1.3.7</version >
3232  <packaging >pom</packaging >
3333
3434  <inceptionYear >2006</inceptionYear >
3939    <url >https://github.com/mybatis/generator</url >
4040    <connection >scm:git:ssh://github.com/mybatis/generator.git</connection >
4141    <
developerConnection >scm:git:ssh://
[email protected] /mybatis/generator.git</
developerConnection >
42-     <tag >HEAD </tag >
42+     <tag >mybatis-generator-1.3.7 </tag >
4343  </scm >
4444  <issueManagement >
4545    <system >GitHub Issue Management</system >
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments