|
80 | 80 | <!-- maven-javadoc-plugin properties --> |
81 | 81 | <bottom><![CDATA[Copyright © ${project.inceptionYear}–{currentYear}, <a href="${project.organization.url}" target="_top">${project.organization.name}</a>. All rights reserved.]]></bottom> |
82 | 82 | <doctitle><a href="${project.url}" target="_top"><span style="font-family:Lobster, cursive;">µb</span> ${project.artifactId}</a> ${project.version}</doctitle> |
83 | | - <links>https://microbean.github.io/microbean-attributes/apidocs/,https://microbean.github.io/microbean-bean/apidocs/,https://microbean.github.io/microbean-construct/apidocs/</links> |
| 83 | + <links>https://microbean.github.io/microbean-attributes/apidocs/,https://microbean.github.io/microbean-bean/apidocs/,https://microbean.github.io/microbean-construct/apidocs/,https://microbean.github.io/microbean-proxy/apidocs/</links> |
84 | 84 | <sourcetab>2</sourcetab> |
85 | 85 |
|
86 | 86 | <!-- maven-release-plugin properties --> |
|
125 | 125 | <dependency> |
126 | 126 | <groupId>org.junit</groupId> |
127 | 127 | <artifactId>junit-bom</artifactId> |
128 | | - <version>5.12.2</version> |
| 128 | + <version>5.13.0</version> |
129 | 129 | <type>pom</type> |
130 | 130 | <scope>import</scope> |
131 | 131 | </dependency> |
|
134 | 134 | <dependency> |
135 | 135 | <groupId>org.jboss.weld</groupId> |
136 | 136 | <artifactId>weld-core-bom</artifactId> |
137 | | - <version>6.0.2.Final</version> |
| 137 | + <version>6.0.3.Final</version> |
138 | 138 | <type>pom</type> |
139 | 139 | <scope>import</scope> |
140 | 140 | </dependency> |
|
150 | 150 | <dependency> |
151 | 151 | <groupId>org.microbean</groupId> |
152 | 152 | <artifactId>microbean-bean</artifactId> |
153 | | - <version>0.0.17</version> |
| 153 | + <version>0.0.18</version> |
154 | 154 | </dependency> |
155 | 155 |
|
156 | 156 | <dependency> |
|
159 | 159 | <version>0.0.10</version> |
160 | 160 | </dependency> |
161 | 161 |
|
| 162 | + <dependency> |
| 163 | + <groupId>org.microbean</groupId> |
| 164 | + <artifactId>microbean-proxy</artifactId> |
| 165 | + <version>0.0.2</version> |
| 166 | + </dependency> |
| 167 | + |
162 | 168 | </dependencies> |
163 | 169 | </dependencyManagement> |
164 | 170 |
|
|
182 | 188 | <scope>compile</scope> |
183 | 189 | </dependency> |
184 | 190 |
|
| 191 | + <dependency> |
| 192 | + <groupId>org.microbean</groupId> |
| 193 | + <artifactId>microbean-proxy</artifactId> |
| 194 | + <scope>compile</scope> |
| 195 | + </dependency> |
| 196 | + |
185 | 197 | <!-- Test-scoped dependencies. --> |
186 | 198 |
|
187 | 199 | <dependency> |
|
329 | 341 | </plugin> |
330 | 342 | <plugin> |
331 | 343 | <artifactId>maven-clean-plugin</artifactId> |
332 | | - <version>3.4.1</version> |
| 344 | + <version>3.5.0</version> |
333 | 345 | <configuration> |
334 | 346 | <filesets> |
335 | 347 | <fileset> |
|
463 | 475 | <plugin> |
464 | 476 | <groupId>io.smallrye</groupId> |
465 | 477 | <artifactId>jandex-maven-plugin</artifactId> |
466 | | - <version>3.3.0</version> |
| 478 | + <version>3.3.1</version> |
467 | 479 | </plugin> |
468 | 480 | <plugin> |
469 | 481 | <groupId>org.sonatype.plugins</groupId> |
|
0 commit comments