Skip to content

Commit

Permalink
Prepare for release (#141)
Browse files Browse the repository at this point in the history
Fixup TBD since tags.

Changes:
* 0.9.0.M3 version set on new things
* fix: PostConstruct and PreDeploy went out in M2 but release was done by Stuart so no TBD change happened
  • Loading branch information
cstamas authored Jun 3, 2024
1 parent d88c5f0 commit a747eb8
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
7 changes: 6 additions & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,16 @@ See [maven-gpg-plugin site](https://maven.apache.org/plugins/maven-gpg-plugin/us

### Release steps

Prerequsites:
* deploy snapshot: `mvn deploy -P sisu-release` for testing
* make sure source code does not have `@since TBD`; of have, search/replace it with upcoming version
* perform the release

The "usual" Maven release:
* `mvn release:prepare`
* `mvn release:perform`
* project uses https://oss.sonatype.org/ to stage (manual step: close and release staging repository)

## Site

TBD
TBD
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
* To use annotation {@link org.eclipse.sisu.bean.LifecycleModule} needs to be
* installed.
*
* @since TBD
* @since 0.9.0.M2
*/
@Target( value = { ElementType.METHOD } )
@Retention( RetentionPolicy.RUNTIME )
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
* To use annotation {@link org.eclipse.sisu.bean.LifecycleModule} needs to be
* installed.
*
* @since TBD
* @since 0.9.0.M2
*/

@Target( value = { ElementType.METHOD } )
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ private Object popStoppable()
*
* @param remove a tester that can decide if this key needs to be flushed or
* not.
* @since TBD
* @since 0.9.0.M3
*/
public void flushCacheFor( ClassTester remove )
{
Expand All @@ -186,7 +186,7 @@ public void flushCacheFor( ClassTester remove )
/**
* Allows testing if a class should be flushed from the cache
*
* @since TBD
* @since 0.9.0.M3
*/
public static interface ClassTester
{
Expand Down

0 comments on commit a747eb8

Please sign in to comment.