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 3333 <exec .mainClass>com.example.appengine.Application</exec .mainClass>
3434 <maven .compiler.target>11</maven .compiler.target>
3535 <maven .compiler.source>11</maven .compiler.source>
36+ <micronaut .version>2.0.0</micronaut .version>
3637 </properties >
3738
3839 <dependencyManagement >
3940 <dependencies >
4041 <dependency >
4142 <groupId >io.micronaut</groupId >
4243 <artifactId >micronaut-bom</artifactId >
43- <version >1.3.6 </version >
44+ <version >${micronaut.version} </version >
4445 <type >pom</type >
4546 <scope >import</scope >
4647 </dependency >
152153 <path >
153154 <groupId >io.micronaut</groupId >
154155 <artifactId >micronaut-inject-java</artifactId >
155- <version >1.3.6 </version >
156+ <version >${micronaut.version} </version >
156157 </path >
157158 <path >
158159 <groupId >io.micronaut</groupId >
159160 <artifactId >micronaut-validation</artifactId >
160- <version >1.3.6 </version >
161+ <version >${micronaut.version} </version >
161162 </path >
162163 </annotationProcessorPaths >
163164 </configuration >
175176 <path >
176177 <groupId >io.micronaut</groupId >
177178 <artifactId >micronaut-inject-java</artifactId >
178- <version >1.3.6 </version >
179+ <version >${micronaut.version} </version >
179180 </path >
180181 <path >
181182 <groupId >io.micronaut</groupId >
182183 <artifactId >micronaut-validation</artifactId >
183- <version >1.3.6 </version >
184+ <version >${micronaut.version} </version >
184185 </path >
185186 </annotationProcessorPaths >
186187 </configuration >
You can’t perform that action at this time.
0 commit comments