We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12c7d53 commit 4145118Copy full SHA for 4145118
1 file changed
pom.xml
@@ -14,6 +14,11 @@
14
<spring.security.version>4.0.0.RELEASE</spring.security.version>
15
</properties>
16
17
+ <properties>
18
+ <sonar.projectKey>ajit2525_JavaSpringMvcBlog-1</sonar.projectKey>
19
+ <sonar.organization>ajit2525</sonar.organization>
20
+ <sonar.host.url>https://sonarcloud.io</sonar.host.url>
21
+ </properties>
22
<dependencies>
23
24
<!-- Spring -->
@@ -268,4 +273,4 @@
268
273
</plugin>
269
274
</plugins>
270
275
</build>
271
-</project>
276
+</project>
0 commit comments