Skip to content

Commit 8650d99

Browse files
Flossyclaude
andcommitted
Reset version to 1.0
The renamed artifact (classloader-java) is essentially a new project with a different artifactId and package names. Starting at version 1.0 makes more sense than 2.0 since: - New artifact name (different Maven coordinates) - New package names (different imports) - Treating as a fresh 1.0 release Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent 514fd17 commit 8650d99

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>org.flossware</groupId>
55
<artifactId>classloader-java</artifactId>
6-
<version>2.0</version>
6+
<version>1.0</version>
77
<packaging>jar</packaging>
88
<name>FlossWare Classloader</name>
99
<description>A Java ClassLoader capable of loading classes from local and remote (HTTP/HTTPS) locations with caching support</description>

0 commit comments

Comments
 (0)