|
24 | 24 | <dist.key>SDMONGO</dist.key> |
25 | 25 |
|
26 | 26 | <!-- Observability --> |
27 | | - <micrometer-docs-generator.version>1.0.0-SNAPSHOT |
28 | | - </micrometer-docs-generator.version> |
29 | | - <micrometer-docs-generator.inputPath> |
30 | | - ${maven.multiModuleProjectDirectory}/spring-data-mongodb/ |
31 | | - </micrometer-docs-generator.inputPath> |
32 | | - <micrometer-docs-generator.inclusionPattern>.* |
33 | | - </micrometer-docs-generator.inclusionPattern> |
34 | | - <micrometer-docs-generator.outputPath>${maven.multiModuleProjectDirectory}/target/ |
35 | | - </micrometer-docs-generator.outputPath> |
| 27 | + <micrometer-docs-generator.inputPath>${maven.multiModuleProjectDirectory}/spring-data-mongodb/</micrometer-docs-generator.inputPath> |
| 28 | + <micrometer-docs-generator.inclusionPattern>.*</micrometer-docs-generator.inclusionPattern> |
| 29 | + <micrometer-docs-generator.outputPath>${maven.multiModuleProjectDirectory}/target/</micrometer-docs-generator.outputPath> |
36 | 30 | </properties> |
37 | 31 |
|
38 | 32 | <build> |
|
72 | 66 | <dependency> |
73 | 67 | <groupId>io.micrometer</groupId> |
74 | 68 | <artifactId>micrometer-docs-generator-spans</artifactId> |
75 | | - <version>${micrometer-docs-generator.version}</version> |
| 69 | + <version>${micrometer-docs-generator}</version> |
76 | 70 | <type>jar</type> |
77 | 71 | </dependency> |
78 | 72 | <dependency> |
79 | 73 | <groupId>io.micrometer</groupId> |
80 | 74 | <artifactId>micrometer-docs-generator-metrics</artifactId> |
81 | | - <version>${micrometer-docs-generator.version}</version> |
| 75 | + <version>${micrometer-docs-generator}</version> |
82 | 76 | <type>jar</type> |
83 | 77 | </dependency> |
84 | 78 | </dependencies> |
|
106 | 100 |
|
107 | 101 | </build> |
108 | 102 |
|
109 | | - <repositories> |
110 | | - <repository> |
111 | | - <id>spring-snapshots</id> |
112 | | - <name>Spring Snapshots</name> |
113 | | - <url>https://repo.spring.io/snapshot</url> <!-- For Snapshots --> |
114 | | - <snapshots> |
115 | | - <enabled>true</enabled> |
116 | | - </snapshots> |
117 | | - <releases> |
118 | | - <enabled>false</enabled> |
119 | | - </releases> |
120 | | - </repository> |
121 | | - <repository> |
122 | | - <id>spring-milestones</id> |
123 | | - <name>Spring Milestones</name> |
124 | | - <url>https://repo.spring.io/milestone</url> <!-- For Milestones --> |
125 | | - <snapshots> |
126 | | - <enabled>false</enabled> |
127 | | - </snapshots> |
128 | | - </repository> |
129 | | - </repositories> |
130 | | - |
131 | | - <pluginRepositories> |
132 | | - <pluginRepository> |
133 | | - <id>spring-snapshots</id> |
134 | | - <name>Spring Snapshots</name> |
135 | | - <url>https://repo.spring.io/snapshot</url> <!-- For Snapshots --> |
136 | | - <snapshots> |
137 | | - <enabled>true</enabled> |
138 | | - </snapshots> |
139 | | - <releases> |
140 | | - <enabled>false</enabled> |
141 | | - </releases> |
142 | | - </pluginRepository> |
143 | | - <pluginRepository> |
144 | | - <id>spring-milestones</id> |
145 | | - <name>Spring Milestones</name> |
146 | | - <url>https://repo.spring.io/milestone</url> <!-- For Milestones --> |
147 | | - <snapshots> |
148 | | - <enabled>false</enabled> |
149 | | - </snapshots> |
150 | | - </pluginRepository> |
151 | | - </pluginRepositories> |
152 | | - |
153 | 103 | </project> |
0 commit comments