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
1111
1212### Release steps
1313
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+
1419The "usual" Maven release:
1520* ` mvn release:prepare `
1621* ` mvn release:perform `
1722* project uses https://oss.sonatype.org/ to stage (manual step: close and release staging repository)
1823
1924## Site
2025
21- TBD
26+ TBD
Original file line number Diff line number Diff line change 3030 * To use annotation {@link org.eclipse.sisu.bean.LifecycleModule} needs to be
3131 * installed.
3232 *
33- * @since TBD
33+ * @since 0.9.0.M2
3434 */
3535@ Target ( value = { ElementType .METHOD } )
3636@ Retention ( RetentionPolicy .RUNTIME )
Original file line number Diff line number Diff line change 3131 * To use annotation {@link org.eclipse.sisu.bean.LifecycleModule} needs to be
3232 * installed.
3333 *
34- * @since TBD
34+ * @since 0.9.0.M2
3535 */
3636
3737@ Target ( value = { ElementType .METHOD } )
Original file line number Diff line number Diff line change @@ -170,7 +170,7 @@ private Object popStoppable()
170170 *
171171 * @param remove a tester that can decide if this key needs to be flushed or
172172 * not.
173- * @since TBD
173+ * @since 0.9.0.M3
174174 */
175175 public void flushCacheFor ( ClassTester remove )
176176 {
@@ -186,7 +186,7 @@ public void flushCacheFor( ClassTester remove )
186186 /**
187187 * Allows testing if a class should be flushed from the cache
188188 *
189- * @since TBD
189+ * @since 0.9.0.M3
190190 */
191191 public static interface ClassTester
192192 {
You can’t perform that action at this time.
0 commit comments