Skip to content

Commit ed2a20f

Browse files
authored
1 parent bede125 commit ed2a20f

File tree

5 files changed

+21
-1
lines changed

5 files changed

+21
-1
lines changed

apache-maven/src/test/resources/maven-configuration.md.vm

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,12 @@ specific language governing permissions and limitations
3737
under the License.
3838
-->
3939

40+
<!--
41+
THIS FILE IS GENERATED - DO NOT EDIT
42+
Generated from: apache-maven/src/test/resources/maven-configuration.md.vm
43+
To modify this file, edit the template and regenerate.
44+
-->
45+
4046
]]#
4147

4248
#macro(yesno $val)

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ under the License.
162162
<plexusInterpolationVersion>1.28</plexusInterpolationVersion>
163163
<plexusTestingVersion>1.5.0</plexusTestingVersion>
164164
<plexusXmlVersion>4.1.0</plexusXmlVersion>
165-
<resolverVersion>2.0.8</resolverVersion>
165+
<resolverVersion>2.0.9</resolverVersion>
166166
<securityDispatcherVersion>4.1.0</securityDispatcherVersion>
167167
<sisuVersion>0.9.0.M3</sisuVersion>
168168
<slf4jVersion>2.0.17</slf4jVersion>

src/site/markdown/configuration.properties

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@
1616
# specific language governing permissions and limitations
1717
# under the License.
1818
#
19+
# THIS FILE IS GENERATED - DO NOT EDIT
20+
# Generated from: maven-resolver-tools/src/main/resources/configuration.properties.vm
21+
# To modify this file, edit the template and regenerate.
22+
#
1923
props.count = 62
2024
props.1.key = maven.build.timestamp.format
2125
props.1.configurationType = String

src/site/markdown/configuration.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@
1616
# specific language governing permissions and limitations
1717
# under the License.
1818
#
19+
# THIS FILE IS GENERATED - DO NOT EDIT
20+
# Generated from: maven-resolver-tools/src/main/resources/configuration.yaml.vm
21+
# To modify this file, edit the template and regenerate.
22+
#
1923
props:
2024
- key: maven.build.timestamp.format
2125
configurationType: String

src/site/markdown/maven-configuration.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,12 @@ specific language governing permissions and limitations
1919
under the License.
2020
-->
2121

22+
<!--
23+
THIS FILE IS GENERATED - DO NOT EDIT
24+
Generated from: apache-maven/src/test/resources/maven-configuration.md.vm
25+
To modify this file, edit the template and regenerate.
26+
-->
27+
2228

2329

2430

0 commit comments

Comments
 (0)