|
9 | 9 | <packaging>jar</packaging> |
10 | 10 | <url>http://www.github.com/beowulfe/HAP-Java</url> |
11 | 11 |
|
| 12 | + <properties> |
| 13 | + <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
| 14 | + </properties> |
| 15 | + |
12 | 16 | <licenses> |
13 | 17 | <license> |
14 | 18 | <name>MIT License</name> |
|
115 | 119 | <plugin> |
116 | 120 | <groupId>org.apache.maven.plugins</groupId> |
117 | 121 | <artifactId>maven-compiler-plugin</artifactId> |
118 | | - <version>2.1</version> |
| 122 | + <version>3.8.0</version> |
119 | 123 | <configuration> |
120 | 124 | <source>1.8</source> |
121 | 125 | <target>1.8</target> |
|
124 | 128 | <plugin> |
125 | 129 | <groupId>org.apache.maven.plugins</groupId> |
126 | 130 | <artifactId>maven-source-plugin</artifactId> |
127 | | - <version>2.2.1</version> |
| 131 | + <version>3.0.1</version> |
128 | 132 | <executions> |
129 | 133 | <execution> |
130 | 134 | <id>attach-sources</id> |
|
137 | 141 | <plugin> |
138 | 142 | <groupId>org.apache.maven.plugins</groupId> |
139 | 143 | <artifactId>maven-javadoc-plugin</artifactId> |
140 | | - <version>2.10.1</version> |
| 144 | + <version>3.0.1</version> |
141 | 145 | <configuration> |
142 | 146 | <excludePackageNames>com.beowulfe.hap.impl</excludePackageNames> |
143 | 147 | </configuration> |
|
152 | 156 | </plugin> |
153 | 157 | <plugin> |
154 | 158 | <artifactId>maven-assembly-plugin</artifactId> |
155 | | - <version>2.5.4</version> |
| 159 | + <version>3.1.0</version> |
156 | 160 | <configuration> |
157 | 161 | <descriptors> |
158 | 162 | <descriptor>deploy/distribution.xml</descriptor> |
|
171 | 175 | <plugin> |
172 | 176 | <groupId>org.apache.maven.plugins</groupId> |
173 | 177 | <artifactId>maven-scm-publish-plugin</artifactId> |
174 | | - <version>1.1</version> |
| 178 | + <version>3.0.0</version> |
175 | 179 | <executions> |
176 | 180 | <execution> |
177 | 181 | <id>scm-publish</id> |
|
189 | 193 | <plugin> |
190 | 194 | <groupId>org.apache.maven.plugins</groupId> |
191 | 195 | <artifactId>maven-site-plugin</artifactId> |
| 196 | + <version>3.7.1</version> |
192 | 197 | <executions> |
193 | 198 | <execution> |
194 | 199 | <id>stage-for-scm-publish</id> |
|
243 | 248 | <plugin> |
244 | 249 | <groupId>org.apache.maven.plugins</groupId> |
245 | 250 | <artifactId>maven-javadoc-plugin</artifactId> |
246 | | - <version>2.10.3</version> |
| 251 | + <version>3.0.1</version> |
247 | 252 | <configuration> |
248 | 253 | <excludePackageNames>com.beowulfe.hap.impl</excludePackageNames> |
249 | 254 | </configuration> |
|
0 commit comments