Skip to content

Commit da4f087

Browse files
committed
Add version property for Micrometer Docs Generators.
Closes #1692
1 parent c69b190 commit da4f087

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

parent/pom.xml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@
121121
<lombok>1.18.20</lombok>
122122
<micrometer>2.0.0-SNAPSHOT</micrometer>
123123
<micrometer-tracing>1.0.0-SNAPSHOT</micrometer-tracing>
124+
<micrometer-docs-generator>1.0.0-SNAPSHOT</micrometer-docs-generator>
124125
<mockito>4.4.0</mockito>
125126
<mockk>1.12.3</mockk>
126127
<querydsl>5.0.0</querydsl>
@@ -858,6 +859,13 @@
858859
<type>pom</type>
859860
<scope>import</scope>
860861
</dependency>
862+
<dependency>
863+
<groupId>io.micrometer</groupId>
864+
<artifactId>micrometer-docs-generator-bom</artifactId>
865+
<version>${micrometer-docs-generator}</version>
866+
<type>pom</type>
867+
<scope>import</scope>
868+
</dependency>
861869
<dependency>
862870
<groupId>org.springframework</groupId>
863871
<artifactId>spring-framework-bom</artifactId>
@@ -1387,8 +1395,8 @@
13871395
<url>https://repo.spring.io/plugins-release</url>
13881396
</pluginRepository>
13891397
<pluginRepository>
1390-
<id>spring-libs-milestone</id>
1391-
<url>https://repo.spring.io/libs-milestone</url>
1398+
<id>spring-libs-snapshot</id>
1399+
<url>https://repo.spring.io/libs-snapshot</url>
13921400
</pluginRepository>
13931401
</pluginRepositories>
13941402

0 commit comments

Comments
 (0)