File tree Expand file tree Collapse file tree 4 files changed +10
-5
lines changed
org.eclipse.sisu.inject/src/main/java/org/eclipse/sisu Expand file tree Collapse file tree 4 files changed +10
-5
lines changed Original file line number Diff line number Diff line change @@ -11,11 +11,16 @@ See [maven-gpg-plugin site](https://maven.apache.org/plugins/maven-gpg-plugin/us
11
11
12
12
### Release steps
13
13
14
+ Prerequsites:
15
+ * deploy snapshot: ` mvn deploy -P sisu-release ` for testing
16
+ * make sure source code does not have ` @since TBD ` ; of have, search/replace it with upcoming version
17
+ * perform the release
18
+
14
19
The "usual" Maven release:
15
20
* ` mvn release:prepare `
16
21
* ` mvn release:perform `
17
22
* project uses https://oss.sonatype.org/ to stage (manual step: close and release staging repository)
18
23
19
24
## Site
20
25
21
- TBD
26
+ TBD
Original file line number Diff line number Diff line change 30
30
* To use annotation {@link org.eclipse.sisu.bean.LifecycleModule} needs to be
31
31
* installed.
32
32
*
33
- * @since TBD
33
+ * @since 0.9.0.M2
34
34
*/
35
35
@ Target ( value = { ElementType .METHOD } )
36
36
@ Retention ( RetentionPolicy .RUNTIME )
Original file line number Diff line number Diff line change 31
31
* To use annotation {@link org.eclipse.sisu.bean.LifecycleModule} needs to be
32
32
* installed.
33
33
*
34
- * @since TBD
34
+ * @since 0.9.0.M2
35
35
*/
36
36
37
37
@ Target ( value = { ElementType .METHOD } )
Original file line number Diff line number Diff line change @@ -170,7 +170,7 @@ private Object popStoppable()
170
170
*
171
171
* @param remove a tester that can decide if this key needs to be flushed or
172
172
* not.
173
- * @since TBD
173
+ * @since 0.9.0.M3
174
174
*/
175
175
public void flushCacheFor ( ClassTester remove )
176
176
{
@@ -186,7 +186,7 @@ public void flushCacheFor( ClassTester remove )
186
186
/**
187
187
* Allows testing if a class should be flushed from the cache
188
188
*
189
- * @since TBD
189
+ * @since 0.9.0.M3
190
190
*/
191
191
public static interface ClassTester
192
192
{
You can’t perform that action at this time.
0 commit comments