File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
appengine-java11/micronaut-helloworld Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 33
33
<exec .mainClass>com.example.appengine.Application</exec .mainClass>
34
34
<maven .compiler.target>11</maven .compiler.target>
35
35
<maven .compiler.source>11</maven .compiler.source>
36
+ <micronaut .version>2.0.0</micronaut .version>
36
37
</properties >
37
38
38
39
<dependencyManagement >
39
40
<dependencies >
40
41
<dependency >
41
42
<groupId >io.micronaut</groupId >
42
43
<artifactId >micronaut-bom</artifactId >
43
- <version >1.3.6 </version >
44
+ <version >${micronaut.version} </version >
44
45
<type >pom</type >
45
46
<scope >import</scope >
46
47
</dependency >
152
153
<path >
153
154
<groupId >io.micronaut</groupId >
154
155
<artifactId >micronaut-inject-java</artifactId >
155
- <version >1.3.6 </version >
156
+ <version >${micronaut.version} </version >
156
157
</path >
157
158
<path >
158
159
<groupId >io.micronaut</groupId >
159
160
<artifactId >micronaut-validation</artifactId >
160
- <version >1.3.6 </version >
161
+ <version >${micronaut.version} </version >
161
162
</path >
162
163
</annotationProcessorPaths >
163
164
</configuration >
175
176
<path >
176
177
<groupId >io.micronaut</groupId >
177
178
<artifactId >micronaut-inject-java</artifactId >
178
- <version >1.3.6 </version >
179
+ <version >${micronaut.version} </version >
179
180
</path >
180
181
<path >
181
182
<groupId >io.micronaut</groupId >
182
183
<artifactId >micronaut-validation</artifactId >
183
- <version >1.3.6 </version >
184
+ <version >${micronaut.version} </version >
184
185
</path >
185
186
</annotationProcessorPaths >
186
187
</configuration >
You can’t perform that action at this time.
0 commit comments