File tree Expand file tree Collapse file tree 2 files changed +39
-2
lines changed Expand file tree Collapse file tree 2 files changed +39
-2
lines changed Original file line number Diff line number Diff line change 38
38
<dependency >
39
39
<groupId >io.sfjava.ui</groupId >
40
40
<artifactId >sf-java-ui</artifactId >
41
- <version >0.0.1.alpha </version >
41
+ <version >0.1.0 </version >
42
42
</dependency >
43
43
</dependencies >
44
44
Original file line number Diff line number Diff line change 4
4
5
5
<groupId >io.sfjava.ui</groupId >
6
6
<artifactId >sf-java-ui</artifactId >
7
- <version >0.0.1.alpha </version >
7
+ <version >0.1.0 </version >
8
8
<packaging >jar</packaging >
9
9
10
10
<name >sf-java-ui</name >
126
126
</jacocoReports >
127
127
</configuration >
128
128
</plugin >
129
+ <plugin >
130
+ <artifactId >maven-source-plugin</artifactId >
131
+ <executions >
132
+ <execution >
133
+ <id >attach-sources</id >
134
+ <goals >
135
+ <goal >jar</goal >
136
+ </goals >
137
+ </execution >
138
+ </executions >
139
+ </plugin >
140
+ <plugin >
141
+ <artifactId >maven-javadoc-plugin</artifactId >
142
+ <executions >
143
+ <execution >
144
+ <id >attach-javadocs</id >
145
+ <goals >
146
+ <goal >jar</goal >
147
+ </goals >
148
+ </execution >
149
+ </executions >
150
+ </plugin >
151
+ <plugin >
152
+ <groupId >net.nicoulaj.maven.plugins</groupId >
153
+ <artifactId >checksum-maven-plugin</artifactId >
154
+ <version >1.5</version >
155
+ <executions >
156
+ <execution >
157
+ <goals >
158
+ <goal >artifacts</goal >
159
+ </goals >
160
+ </execution >
161
+ </executions >
162
+ <configuration >
163
+ <!-- put your configurations here -->
164
+ </configuration >
165
+ </plugin >
129
166
</plugins >
130
167
</build >
131
168
<distributionManagement >
You can’t perform that action at this time.
0 commit comments