Skip to content

Commit eb237eb

Browse files
authored
Uptakes microbean-constant 0.0.8 (#6)
Signed-off-by: Laird Nelson <[email protected]>
1 parent c535a4d commit eb237eb

File tree

3 files changed

+7
-16
lines changed

3 files changed

+7
-16
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ dependency:
2727
<groupId>org.microbean</groupId>
2828
<artifactId>microbean-attributes</artifactId>
2929
<!-- Always check https://search.maven.org/artifact/org.microbean/microbean-attributes for up-to-date available versions. -->
30-
<version>0.0.4</version>
30+
<version>0.0.5</version>
3131
</dependency>
3232
```
3333

pom.xml

Lines changed: 5 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@
121121
<dependency>
122122
<groupId>org.microbean</groupId>
123123
<artifactId>microbean-constant</artifactId>
124-
<version>0.0.7</version>
124+
<version>0.0.8</version>
125125
</dependency>
126126

127127
</dependencies>
@@ -134,7 +134,7 @@
134134
<dependency>
135135
<groupId>org.microbean</groupId>
136136
<artifactId>microbean-constant</artifactId>
137-
<version>0.0.7</version>
137+
<scope>compile</scope>
138138
</dependency>
139139

140140
<!-- Test-scoped dependencies. -->
@@ -168,7 +168,7 @@
168168
<artifactId>maven-checkstyle-plugin</artifactId>
169169
<version>3.6.0</version>
170170
<configuration>
171-
<checkstyleRules>
171+
<checkstyleRules>
172172
<module name="Checker">
173173
<module name="BeforeExecutionExclusionFileFilter">
174174
<property name="fileNamePattern" value="module\-info\.java$" />
@@ -272,7 +272,7 @@
272272
<dependency>
273273
<groupId>com.puppycrawl.tools</groupId>
274274
<artifactId>checkstyle</artifactId>
275-
<version>10.12.6</version>
275+
<version>10.26.0</version>
276276
</dependency>
277277
</dependencies>
278278
</plugin>
@@ -300,13 +300,6 @@
300300
<arg>-parameters</arg>
301301
</compilerArgs>
302302
</configuration>
303-
<dependencies>
304-
<dependency>
305-
<groupId>org.codehaus.plexus</groupId>
306-
<artifactId>plexus-java</artifactId>
307-
<version>1.3.0</version>
308-
</dependency>
309-
</dependencies>
310303
</plugin>
311304
<plugin>
312305
<artifactId>maven-dependency-plugin</artifactId>
@@ -322,7 +315,6 @@
322315
</plugin>
323316
<plugin>
324317
<artifactId>maven-gpg-plugin</artifactId>
325-
<!-- <version>3.1.0</version> -->
326318
<version>3.2.7</version>
327319
</plugin>
328320
<plugin>
@@ -367,7 +359,6 @@
367359
</plugin>
368360
<plugin>
369361
<artifactId>maven-release-plugin</artifactId>
370-
<!-- <version>3.0.0-M6</version> --> <!-- see https://issues.apache.org/jira/browse/MRELEASE-1038 -->
371362
<version>3.1.1</version>
372363
</plugin>
373364
<plugin>
@@ -445,7 +436,7 @@
445436
<configuration>
446437
<rules>
447438
<requireJavaVersion>
448-
<version>23</version>
439+
<version>${maven.compiler.release}</version>
449440
</requireJavaVersion>
450441
<requireMavenVersion>
451442
<version>3.9.9</version>

src/site/site.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<skin>
1414
<groupId>org.apache.maven.skins</groupId>
1515
<artifactId>maven-fluido-skin</artifactId>
16-
<version>2.0.0</version>
16+
<version>2.1.0</version>
1717
</skin>
1818
<body>
1919
<menu name="Documentation">

0 commit comments

Comments
 (0)