|
24 | 24 | <dist.key>SDCASS</dist.key> |
25 | 25 |
|
26 | 26 | <!-- Observability --> |
27 | | - <micrometer-docs-generator.version>1.0.0-SNAPSHOT</micrometer-docs-generator.version> |
28 | | - <micrometer-docs-generator.inputPath>${maven.multiModuleProjectDirectory}/spring-data-cassandra/ |
29 | | - </micrometer-docs-generator.inputPath> |
| 27 | + <micrometer-docs-generator.inputPath>${maven.multiModuleProjectDirectory}/spring-data-cassandra/</micrometer-docs-generator.inputPath> |
30 | 28 | <micrometer-docs-generator.inclusionPattern>.*</micrometer-docs-generator.inclusionPattern> |
31 | | - <micrometer-docs-generator.outputPath>${maven.multiModuleProjectDirectory}/target/ |
32 | | - </micrometer-docs-generator.outputPath> |
| 29 | + <micrometer-docs-generator.outputPath>${maven.multiModuleProjectDirectory}/target/</micrometer-docs-generator.outputPath> |
33 | 30 | </properties> |
34 | 31 |
|
35 | 32 | <build> |
|
67 | 64 | <dependency> |
68 | 65 | <groupId>io.micrometer</groupId> |
69 | 66 | <artifactId>micrometer-docs-generator-spans</artifactId> |
70 | | - <version>${micrometer-docs-generator.version}</version> |
| 67 | + <version>${micrometer-docs-generator}</version> |
71 | 68 | <type>jar</type> |
72 | 69 | </dependency> |
73 | 70 | <dependency> |
74 | 71 | <groupId>io.micrometer</groupId> |
75 | 72 | <artifactId>micrometer-docs-generator-metrics</artifactId> |
76 | | - <version>${micrometer-docs-generator.version}</version> |
| 73 | + <version>${micrometer-docs-generator}</version> |
77 | 74 | <type>jar</type> |
78 | 75 | </dependency> |
79 | 76 | </dependencies> |
|
92 | 89 | </plugin> |
93 | 90 | </plugins> |
94 | 91 | </build> |
95 | | - |
96 | | - <repositories> |
97 | | - <repository> |
98 | | - <id>spring-snapshots</id> |
99 | | - <name>Spring Snapshots</name> |
100 | | - <url>https://repo.spring.io/snapshot</url> <!-- For Snapshots --> |
101 | | - <snapshots> |
102 | | - <enabled>true</enabled> |
103 | | - </snapshots> |
104 | | - <releases> |
105 | | - <enabled>false</enabled> |
106 | | - </releases> |
107 | | - </repository> |
108 | | - <repository> |
109 | | - <id>spring-milestones</id> |
110 | | - <name>Spring Milestones</name> |
111 | | - <url>https://repo.spring.io/milestone</url> <!-- For Milestones --> |
112 | | - <snapshots> |
113 | | - <enabled>false</enabled> |
114 | | - </snapshots> |
115 | | - </repository> |
116 | | - </repositories> |
117 | | - |
118 | | - <pluginRepositories> |
119 | | - <pluginRepository> |
120 | | - <id>spring-snapshots</id> |
121 | | - <name>Spring Snapshots</name> |
122 | | - <url>https://repo.spring.io/snapshot</url> <!-- For Snapshots --> |
123 | | - <snapshots> |
124 | | - <enabled>true</enabled> |
125 | | - </snapshots> |
126 | | - <releases> |
127 | | - <enabled>false</enabled> |
128 | | - </releases> |
129 | | - </pluginRepository> |
130 | | - <pluginRepository> |
131 | | - <id>spring-milestones</id> |
132 | | - <name>Spring Milestones</name> |
133 | | - <url>https://repo.spring.io/milestone</url> <!-- For Milestones --> |
134 | | - <snapshots> |
135 | | - <enabled>false</enabled> |
136 | | - </snapshots> |
137 | | - </pluginRepository> |
138 | | - </pluginRepositories> |
139 | | - |
| 92 | + |
140 | 93 | </project> |
0 commit comments