|
71 | 71 | </goals> |
72 | 72 | <configuration> |
73 | 73 | <uploads> |
74 | | - <!-- Bundles --> |
| 74 | + <!-- Core --> |
75 | 75 | <upload> |
76 | 76 | <file>${project.build.directory}/${project.artifactId}-${project.version}-bundle.zip</file> |
77 | 77 | <summary>MyBatis Persistence Framework ${project.version}</summary> |
78 | 78 | <labels> |
79 | 79 | <label>Featured</label> |
80 | 80 | <label>Type-Archive</label> |
81 | | - <label>Project-${project.artifactId}-core</label> |
| 81 | + <label>Product-MyBatis</label> |
82 | 82 | <label>Version-${project.version}</label> |
83 | 83 | </labels> |
84 | 84 | </upload> |
85 | 85 | <upload> |
86 | | - <file>${project.build.directory}/${project.artifactId}-${project.version}-migrations.zip</file> |
87 | | - <summary>MyBatis Schema Migrations ${project.version}</summary> |
| 86 | + <file>${project.build.directory}/doc/en/MyBatis-3-User-Guide.pdf</file> |
| 87 | + <summary>MyBatis Persistence Framework ${project.version} - User Guide (English)</summary> |
88 | 88 | <labels> |
89 | 89 | <label>Featured</label> |
90 | | - <label>Type-Archive</label> |
91 | | - <label>Project-${project.artifactId}-migrations</label> |
| 90 | + <label>Type-Docs</label> |
| 91 | + <label>Product-MyBatis</label> |
92 | 92 | <label>Version-${project.version}</label> |
93 | 93 | </labels> |
94 | 94 | </upload> |
95 | | - <!-- Manuals --> |
96 | 95 | <upload> |
97 | | - <file>${project.build.directory}/doc/en/MyBatis-3-User-Guide.pdf</file> |
98 | | - <summary>MyBatis Persistence Framework ${project.version} - User Guide (English)</summary> |
| 96 | + <file>${project.build.directory}/doc/zh_cn/MyBatis 3 User Guide Simplified Chinese.pdf</file> |
| 97 | + <summary>MyBatis Persistence Framework ${project.version} - User Guide (Simplified Chinese)</summary> |
99 | 98 | <labels> |
100 | 99 | <label>Featured</label> |
101 | 100 | <label>Type-Docs</label> |
102 | | - <label>Project-${project.artifactId}-core</label> |
| 101 | + <label>Product-MyBatis</label> |
103 | 102 | <label>Version-${project.version}</label> |
104 | 103 | </labels> |
105 | 104 | </upload> |
| 105 | + <!-- Migrations --> |
106 | 106 | <upload> |
107 | | - <file>${project.build.directory}/doc/zh_cn/MyBatis 3 User Guide Simplified Chinese.pdf</file> |
108 | | - <summary>MyBatis Persistence Framework ${project.version} - User Guide (Simplified Chinese)</summary> |
| 107 | + <file>${project.build.directory}/${project.artifactId}-${project.version}-migrations.zip</file> |
| 108 | + <summary>MyBatis Schema Migrations ${project.version}</summary> |
109 | 109 | <labels> |
110 | 110 | <label>Featured</label> |
111 | | - <label>Type-Docs</label> |
112 | | - <label>Project-${project.artifactId}-core</label> |
| 111 | + <label>Type-Archive</label> |
| 112 | + <label>Product-Migrations</label> |
113 | 113 | <label>Version-${project.version}</label> |
114 | 114 | </labels> |
115 | 115 | </upload> |
|
119 | 119 | <labels> |
120 | 120 | <label>Featured</label> |
121 | 121 | <label>Type-Docs</label> |
122 | | - <label>Project-${project.artifactId}-migrations</label> |
| 122 | + <label>Product-Migrations</label> |
123 | 123 | <label>Version-${project.version}</label> |
124 | 124 | </labels> |
125 | 125 | </upload> |
|
0 commit comments