Skip to content

Commit 49e66f1

Browse files
mattiaformenticlaude
andcommitted
Remove -webapp suffix from version
Changed version from 6.2.2-webapp to 6.2.2 to align with standard Nexus artifacts while maintaining local development compatibility through dependencyManagement in dependent projects. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 828d7dd commit 49e66f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</parent>
99

1010
<artifactId>scanner-core</artifactId>
11-
<version>6.2.2-webapp</version>
11+
<version>6.2.2</version>
1212

1313
<name>Scanner Core</name>
1414
<description>A generic scanner framework which can execute a set of probes and combine the results into a report.</description>

0 commit comments

Comments
 (0)