This repository was archived by the owner on Dec 4, 2024. It is now read-only.
File tree 2 files changed +49
-0
lines changed
2 files changed +49
-0
lines changed Original file line number Diff line number Diff line change @@ -2,5 +2,20 @@ Plexus Containers
2
2
============
3
3
4
4
[ ![ Maven Central] ( https://img.shields.io/maven-central/v/org.codehaus.plexus/plexus-containers.svg?label=Maven%20Central )] ( http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.codehaus.plexus%22%20a%3A%plexus-containers%22 )
5
+ [ ![ Build Status] ( https://travis-ci.org/codehaus-plexus/plexus-containers.svg?branch=master )] ( https://travis-ci.org/codehaus-plexus/plexus-containers )
5
6
6
7
Plexus IoC Container core with companion tools.
8
+
9
+ ## Release Notes
10
+
11
+ You can find details about the different releases in the [ Release Notes] ( https://github.com/codehaus-plexus/plexus-containers/blob/master/ReleaseNotes.md ) .
12
+
13
+ * [ Release 2.0.0] ( https://github.com/codehaus-plexus/plexus-containers/blob/master/ReleaseNotes.md#plexus-containers-200 ) .
14
+
15
+ ## Site publishing
16
+
17
+ For publishing [ the site] ( https://codehaus-plexus.github.io/plexus-containers/ ) do the following:
18
+
19
+ ```
20
+ mvn -Preporting verify site site:stage scm-publish:publish-scm
21
+ ```
Original file line number Diff line number Diff line change
1
+ Plexus Containers Release Notes
2
+ =========================
3
+
4
+ Plexus Containers 2.0.0
5
+ ---------------------
6
+
7
+ Plexus Containers 2.0.0 requires Java 6 and Maven 3.0+
8
+
9
+ ### Improvements
10
+
11
+ * [ Issue #23 ] [ issue-23 ] - Remove the PlexusMetadataGeneratorCLI
12
+ * [ Issue #19 ] [ issue-19 ] - Removed the plexus-component-javadoc module
13
+ * [ Pull Request #6 ] [ pr-6 ] - compatibility with latest versions of Qdox.
14
+ * [ Pull Request #7 ] [ pr-7 ] - Reproducible metadata ([ Issue #8 ] [ issue-8 ] ).
15
+
16
+ ### Upgrades
17
+
18
+ * [ Issue #15 ] [ issue-15 ] - Migrate to Maven 3.0+ api
19
+ * [ Issue #20 ] [ issue-20 ] - Upgrade qdox to 2.0-M10
20
+ * [ Issue #21 ] [ issue-21 ] - Upgrade plexus-utils 3.1.1
21
+ * [ Issue #22 ] [ issue-22 ] - Upgrade classworlds 2.6.0
22
+
23
+
24
+
25
+ [ issue-8 ] : https://github.com/codehaus-plexus/plexus-containers/issues/8
26
+ [ issue-15 ] : https://github.com/codehaus-plexus/plexus-containers/issues/15
27
+ [ issue-19 ] : https://github.com/codehaus-plexus/plexus-containers/issues/19
28
+ [ issue-20 ] : https://github.com/codehaus-plexus/plexus-containers/issues/20
29
+ [ issue-21 ] : https://github.com/codehaus-plexus/plexus-containers/issues/21
30
+ [ issue-22 ] : https://github.com/codehaus-plexus/plexus-containers/issues/22
31
+ [ issue-23 ] : https://github.com/codehaus-plexus/plexus-containers/issues/23
32
+
33
+ [ pr-7 ] : https://github.com/codehaus-plexus/plexus-containers/pull/7
34
+ [ pr-6 ] : https://github.com/codehaus-plexus/plexus-containers/pull/6
You can’t perform that action at this time.
0 commit comments