Commit f60dabd
chore(release): prep for v1.0.0 — pom bump, manifest version, README pin, CHANGELOG (#71)
Three things, all paving the way for the v1.0.0 tag:
1. pom.xml version 0.4.0-SNAPSHOT → 1.0.0-SNAPSHOT. From v1.0 onward,
wire formats and CLI flags are part of the contract; breaking
either takes a major bump.
2. maven-shade-plugin's ManifestResourceTransformer now emits
Implementation-Title + Implementation-Version. The
App.versionString() helper reads
Class.getPackage().getImplementationVersion() from the bundled
manifest and was falling back to the hard-coded
"0.1.0-SNAPSHOT" for the entire project's life because the
shade transformer didn't write the entry. Tagged releases shipped
correctly only because release.yml rewrites pom-version-per-tag
before this stage; local jars and the new UI version chips
therefore reported "0.1.0-SNAPSHOT" regardless of pom. Fixed
in-place — every build (local or CI) now reflects the actual
pom version.
3. README + CHANGELOG: docker-pin example bumped from "0.3.2" to
"1.0.0"; the `:latest` tag table reworded to clarify
it tracks stable 1.x+ (matches release.yml's `!startsWith(version,
'0.')` gate added in PR-D). CHANGELOG gets the v1.0.0 entry
summarising the audit-driven journey from 0.x and explicitly
calling out the stability commitments (wire formats, CLI flags,
security model).
Local mvn package now reports `netcopy 1.0.0-SNAPSHOT` from the bundled
manifest. ArchitectureTest 8/8.
Co-authored-by: VirusAlex <alexey.egupov@norse.bh>
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 31b3a60 commit f60dabd
3 files changed
Lines changed: 67 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | | - | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
7 | 55 | | |
8 | 56 | | |
9 | 57 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
303 | 303 | | |
304 | 304 | | |
305 | 305 | | |
306 | | - | |
307 | | - | |
| 306 | + | |
| 307 | + | |
308 | 308 | | |
309 | 309 | | |
310 | 310 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
163 | 163 | | |
164 | 164 | | |
165 | 165 | | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
166 | 180 | | |
167 | 181 | | |
168 | 182 | | |
| |||
0 commit comments