Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependencies #14

Closed
flowersinthesand opened this issue May 4, 2017 · 2 comments
Closed

Update dependencies #14

flowersinthesand opened this issue May 4, 2017 · 2 comments
Assignees
Milestone

Comments

@flowersinthesand
Copy link
Member

FYI

➜  cettia-java-server git:(master)  mvn versions:display-plugin-updates versions:display-dependency-updates versions:display-property-updates
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Cettia Server
[INFO] Cettia Server/Server
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Cettia Server 1.0.0-Beta2-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- versions-maven-plugin:2.2:display-plugin-updates (default-cli) @ cettia-server-parent ---
[INFO] 
[INFO] All plugins with a version specified are using the latest versions.
[INFO] 
[WARNING] The following plugins do not have their version specified:
[WARNING]   maven-clean-plugin .......................... (from super-pom) 2.2
[WARNING]   maven-deploy-plugin ......................... (from super-pom) 2.4
[WARNING]   maven-install-plugin ........................ (from super-pom) 2.2
[WARNING]   maven-site-plugin .................... (from super-pom) 2.0-beta-4
[INFO] 
[WARNING] Project does not define minimum Maven version, default is: 2.0
[INFO] Plugins require minimum Maven version of: 3.1.0
[INFO] Note: the super-pom from Maven 3.3.9 defines some of the plugin
[INFO]       versions and may be influencing the plugins required minimum Maven
[INFO]       version.
[INFO] 
[ERROR] Project does not define required minimum version of Maven.
[ERROR] Update the pom.xml to contain
[ERROR]     <prerequisites>
[ERROR]       <maven>3.1.0</maven>
[ERROR]     </prerequisites>
[INFO] 
[INFO] Require Maven 2.0.1 to use the following plugin updates:
[INFO]   maven-eclipse-plugin ............................................ 2.8
[INFO]   maven-release-plugin ..................................... 2.0-beta-7
[INFO] 
[INFO] Require Maven 2.0.2 to use the following plugin updates:
[INFO]   maven-javadoc-plugin ............................................ 2.2
[INFO]   maven-site-plugin ........................................ 2.0-beta-7
[INFO] 
[INFO] Require Maven 2.0.6 to use the following plugin updates:
[INFO]   maven-clean-plugin .............................................. 2.5
[INFO]   maven-deploy-plugin ........................................... 2.8.1
[INFO]   maven-install-plugin .......................................... 2.5.1
[INFO]   maven-javadoc-plugin ............................................ 2.3
[INFO]   maven-release-plugin ..................................... 2.0-beta-9
[INFO]   maven-site-plugin ............................................. 2.0.1
[INFO] 
[INFO] Require Maven 2.0.8 to use the following plugin updates:
[INFO]   maven-eclipse-plugin ............................................ 2.9
[INFO]   maven-javadoc-plugin ............................................ 2.4
[INFO] 
[INFO] Require Maven 2.0.9 to use the following plugin updates:
[INFO]   maven-javadoc-plugin .......................................... 2.8.1
[INFO]   maven-release-plugin .......................................... 2.2.2
[INFO] 
[INFO] Require Maven 2.1.0 to use the following plugin updates:
[INFO]   maven-site-plugin ............................................. 2.1.1
[INFO] 
[INFO] Require Maven 2.2.0 to use the following plugin updates:
[INFO]   maven-site-plugin ............................................... 3.0
[INFO] 
[INFO] Require Maven 2.2.1 to use the following plugin updates:
[INFO]   maven-clean-plugin ............................................ 2.6.1
[INFO]   maven-deploy-plugin ........................................... 2.8.2
[INFO]   maven-eclipse-plugin ........................................... 2.10
[INFO]   maven-install-plugin .......................................... 2.5.2
[INFO]   maven-javadoc-plugin ......................................... 2.10.3
[INFO]   maven-release-plugin .......................................... 2.5.2
[INFO]   maven-site-plugin ............................................... 3.4
[INFO] 
[INFO] Require Maven 3.0 to use the following plugin updates:
[INFO]   maven-clean-plugin ............................................ 3.0.0
[INFO]   maven-javadoc-plugin ......................................... 2.10.4
[INFO]   maven-release-plugin .......................................... 2.5.3
[INFO]   maven-site-plugin ............................................... 3.6
[INFO] 
[INFO] Require Maven 3.1.0 to use the following plugin updates:
[INFO]   com.github.eirslett:frontend-maven-plugin ....................... 1.4
[INFO] 
[INFO] 
[INFO] --- versions-maven-plugin:2.2:display-dependency-updates (default-cli) @ cettia-server-parent ---
[INFO] The following dependencies in Dependency Management have newer versions:
[INFO]   ch.qos.logback:logback-classic ........................ 1.1.4 -> 1.2.3
[INFO]   ch.qos.logback:logback-core ........................... 1.1.4 -> 1.2.3
[INFO]   com.fasterxml.jackson.core:jackson-databind ..... 2.7.1-1 -> 2.9.0.pr3
[INFO]   org.eclipse.jetty.websocket:javax-websocket-server-impl ...
[INFO]                                      9.2.15.v20160210 -> 9.4.5.v20170502
[INFO]   org.msgpack:jackson-dataformat-msgpack ............... 0.8.3 -> 0.8.12
[INFO]   org.slf4j:slf4j-api ........................... 1.7.16 -> 1.8.0-alpha2
[INFO] 
[INFO] 
[INFO] --- versions-maven-plugin:2.2:display-property-updates (default-cli) @ cettia-server-parent ---
[INFO] 
[INFO] The following version properties are referencing the newest available version:
[INFO]   ${asity.version} ........................................ 1.0.0-Beta1
[INFO] The following version property updates are available:
[INFO]   ${slf4j.version} ............................. 1.7.16 -> 1.8.0-alpha2
[INFO]   ${logback.version} ................................... 1.1.4 -> 1.2.3
[INFO] 
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Cettia Server/Server 1.0.0-Beta2-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- versions-maven-plugin:2.2:display-plugin-updates (default-cli) @ cettia-server ---
[INFO] 
[INFO] All plugins with a version specified are using the latest versions.
[INFO] 
[WARNING] The following plugins do not have their version specified:
[WARNING]   maven-clean-plugin .......................... (from super-pom) 2.2
[WARNING]   maven-compiler-plugin ..................... (from super-pom) 2.0.2
[WARNING]   maven-deploy-plugin ......................... (from super-pom) 2.4
[WARNING]   maven-install-plugin ........................ (from super-pom) 2.2
[WARNING]   maven-jar-plugin ............................ (from super-pom) 2.1
[WARNING]   maven-resources-plugin ...................... (from super-pom) 2.2
[WARNING]   maven-site-plugin .................... (from super-pom) 2.0-beta-4
[WARNING]   maven-surefire-plugin ..................... (from super-pom) 2.4.2
[INFO] 
[WARNING] Project does not define minimum Maven version, default is: 2.0
[INFO] Plugins require minimum Maven version of: 3.0
[INFO] Note: the super-pom from Maven 3.3.9 defines some of the plugin
[INFO]       versions and may be influencing the plugins required minimum Maven
[INFO]       version.
[INFO] 
[ERROR] Project does not define required minimum version of Maven.
[ERROR] Update the pom.xml to contain
[ERROR]     <prerequisites>
[ERROR]       <maven>3.0</maven>
[ERROR]     </prerequisites>
[INFO] 
[INFO] Require Maven 2.0.2 to use the following plugin updates:
[INFO]   maven-site-plugin ........................................ 2.0-beta-7
[INFO] 
[INFO] Require Maven 2.0.6 to use the following plugin updates:
[INFO]   maven-clean-plugin .............................................. 2.5
[INFO]   maven-deploy-plugin ........................................... 2.8.1
[INFO]   maven-install-plugin .......................................... 2.5.1
[INFO]   maven-jar-plugin ................................................ 2.4
[INFO]   maven-resources-plugin .......................................... 2.6
[INFO]   maven-site-plugin ............................................. 2.0.1
[INFO]   maven-surefire-plugin ......................................... 2.4.3
[INFO] 
[INFO] Require Maven 2.0.9 to use the following plugin updates:
[INFO]   maven-compiler-plugin ........................................... 3.1
[INFO]   maven-surefire-plugin .......................................... 2.17
[INFO] 
[INFO] Require Maven 2.1.0 to use the following plugin updates:
[INFO]   maven-site-plugin ............................................. 2.1.1
[INFO] 
[INFO] Require Maven 2.2.0 to use the following plugin updates:
[INFO]   maven-site-plugin ............................................... 3.0
[INFO] 
[INFO] Require Maven 2.2.1 to use the following plugin updates:
[INFO]   maven-clean-plugin ............................................ 2.6.1
[INFO]   maven-compiler-plugin ........................................... 3.3
[INFO]   maven-deploy-plugin ........................................... 2.8.2
[INFO]   maven-install-plugin .......................................... 2.5.2
[INFO]   maven-jar-plugin ................................................ 2.6
[INFO]   maven-resources-plugin .......................................... 2.7
[INFO]   maven-site-plugin ............................................... 3.4
[INFO]   maven-surefire-plugin .......................................... 2.20
[INFO] 
[INFO] Require Maven 3.0 to use the following plugin updates:
[INFO]   maven-clean-plugin ............................................ 3.0.0
[INFO]   maven-compiler-plugin ......................................... 3.6.1
[INFO]   maven-jar-plugin .............................................. 3.0.2
[INFO]   maven-resources-plugin ........................................ 3.0.2
[INFO]   maven-site-plugin ............................................... 3.6
[INFO] 
[INFO] 
[INFO] --- versions-maven-plugin:2.2:display-dependency-updates (default-cli) @ cettia-server ---
[INFO] The following dependencies in Dependency Management have newer versions:
[INFO]   ch.qos.logback:logback-classic ........................ 1.1.4 -> 1.2.3
[INFO]   ch.qos.logback:logback-core ........................... 1.1.4 -> 1.2.3
[INFO]   com.fasterxml.jackson.core:jackson-databind ..... 2.7.1-1 -> 2.9.0.pr3
[INFO]   org.eclipse.jetty.websocket:javax-websocket-server-impl ...
[INFO]                                      9.2.15.v20160210 -> 9.4.5.v20170502
[INFO]   org.msgpack:jackson-dataformat-msgpack ............... 0.8.3 -> 0.8.12
[INFO]   org.slf4j:slf4j-api ........................... 1.7.16 -> 1.8.0-alpha2
[INFO] 
[INFO] 
[INFO] --- versions-maven-plugin:2.2:display-property-updates (default-cli) @ cettia-server ---
[INFO] 
[INFO] This project does not have any properties associated with versions.
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Cettia Server ...................................... SUCCESS [  2.627 s]
[INFO] Cettia Server/Server ............................... SUCCESS [  1.507 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 4.648 s
[INFO] Finished at: 2017-05-04T13:24:11+09:00
[INFO] Final Memory: 24M/512M
[INFO] ------------------------------------------------------------------------
@flowersinthesand flowersinthesand added this to the 1.0.0-RC1 milestone May 4, 2017
@flowersinthesand flowersinthesand self-assigned this May 4, 2017
@flowersinthesand
Copy link
Member Author

w/ prerequisites of Maven 3.1.0

➜  cettia-java-server git:(master)  mvn versions:display-plugin-updates versions:display-dependency-updates versions:display-property-updates
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Cettia Server
[INFO] Cettia Server/Server
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Cettia Server 1.0.0-Beta2-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- versions-maven-plugin:2.2:display-plugin-updates (default-cli) @ cettia-server-parent ---
[INFO] 
[INFO] The following plugin updates are available:
[INFO]   com.github.eirslett:frontend-maven-plugin ............. 0.0.28 -> 1.4
[INFO]   maven-javadoc-plugin ............................... 2.10.3 -> 2.10.4
[INFO]   maven-release-plugin ................................. 2.5.2 -> 2.5.3
[INFO] 
[WARNING] The following plugins do not have their version specified:
[WARNING]   maven-clean-plugin ........................ (from super-pom) 3.0.0
[WARNING]   maven-deploy-plugin ....................... (from super-pom) 2.8.2
[WARNING]   maven-install-plugin ...................... (from super-pom) 2.5.2
[WARNING]   maven-site-plugin ........................... (from super-pom) 3.6
[INFO] 
[INFO] Project defines minimum Maven version as: 3.1.0
[INFO] Plugins require minimum Maven version of: 3.1.0
[INFO] Note: the super-pom from Maven 3.3.9 defines some of the plugin
[INFO]       versions and may be influencing the plugins required minimum Maven
[INFO]       version.
[INFO] 
[INFO] No plugins require a newer version of Maven than specified by the pom.
[INFO] 
[INFO] 
[INFO] --- versions-maven-plugin:2.2:display-dependency-updates (default-cli) @ cettia-server-parent ---
[INFO] The following dependencies in Dependency Management have newer versions:
[INFO]   ch.qos.logback:logback-classic ........................ 1.1.4 -> 1.2.3
[INFO]   ch.qos.logback:logback-core ........................... 1.1.4 -> 1.2.3
[INFO]   com.fasterxml.jackson.core:jackson-databind ..... 2.7.1-1 -> 2.9.0.pr3
[INFO]   org.eclipse.jetty.websocket:javax-websocket-server-impl ...
[INFO]                                      9.2.15.v20160210 -> 9.4.5.v20170502
[INFO]   org.msgpack:jackson-dataformat-msgpack ............... 0.8.3 -> 0.8.12
[INFO]   org.slf4j:slf4j-api ........................... 1.7.16 -> 1.8.0-alpha2
[INFO] 
[INFO] 
[INFO] --- versions-maven-plugin:2.2:display-property-updates (default-cli) @ cettia-server-parent ---
[INFO] 
[INFO] The following version properties are referencing the newest available version:
[INFO]   ${asity.version} ........................................ 1.0.0-Beta1
[INFO] The following version property updates are available:
[INFO]   ${slf4j.version} ............................. 1.7.16 -> 1.8.0-alpha2
[INFO]   ${logback.version} ................................... 1.1.4 -> 1.2.3
[INFO] 
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Cettia Server/Server 1.0.0-Beta2-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- versions-maven-plugin:2.2:display-plugin-updates (default-cli) @ cettia-server ---
[INFO] 
[INFO] All plugins with a version specified are using the latest versions.
[INFO] 
[WARNING] The following plugins do not have their version specified:
[WARNING]   maven-clean-plugin ........................ (from super-pom) 3.0.0
[WARNING]   maven-compiler-plugin ..................... (from super-pom) 3.6.1
[WARNING]   maven-deploy-plugin ....................... (from super-pom) 2.8.2
[WARNING]   maven-install-plugin ...................... (from super-pom) 2.5.2
[WARNING]   maven-jar-plugin .......................... (from super-pom) 3.0.2
[WARNING]   maven-resources-plugin .................... (from super-pom) 3.0.2
[WARNING]   maven-site-plugin ........................... (from super-pom) 3.6
[WARNING]   maven-surefire-plugin ...................... (from super-pom) 2.20
[INFO] 
[INFO] Project inherits minimum Maven version as: 3.1.0
[INFO] Plugins require minimum Maven version of: 3.0
[INFO] Note: the super-pom from Maven 3.3.9 defines some of the plugin
[INFO]       versions and may be influencing the plugins required minimum Maven
[INFO]       version.
[INFO] 
[INFO] No plugins require a newer version of Maven than specified by the pom.
[INFO] 
[INFO] 
[INFO] --- versions-maven-plugin:2.2:display-dependency-updates (default-cli) @ cettia-server ---
[INFO] The following dependencies in Dependency Management have newer versions:
[INFO]   ch.qos.logback:logback-classic ........................ 1.1.4 -> 1.2.3
[INFO]   ch.qos.logback:logback-core ........................... 1.1.4 -> 1.2.3
[INFO]   com.fasterxml.jackson.core:jackson-databind ..... 2.7.1-1 -> 2.9.0.pr3
[INFO]   org.eclipse.jetty.websocket:javax-websocket-server-impl ...
[INFO]                                      9.2.15.v20160210 -> 9.4.5.v20170502
[INFO]   org.msgpack:jackson-dataformat-msgpack ............... 0.8.3 -> 0.8.12
[INFO]   org.slf4j:slf4j-api ........................... 1.7.16 -> 1.8.0-alpha2
[INFO] 
[INFO] 
[INFO] --- versions-maven-plugin:2.2:display-property-updates (default-cli) @ cettia-server ---
[INFO] 
[INFO] This project does not have any properties associated with versions.
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Cettia Server ...................................... SUCCESS [  1.973 s]
[INFO] Cettia Server/Server ............................... SUCCESS [  0.604 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 3.899 s
[INFO] Finished at: 2017-05-04T13:30:01+09:00
[INFO] Final Memory: 21M/358M
[INFO] ------------------------------------------------------------------------

@flowersinthesand
Copy link
Member Author

Fixed

  • Jetty 9.3+ requires Java 8
  • pr3 and alpha2 are excluded
➜  cettia-java-server git:(master) ✗ mvn versions:display-plugin-updates versions:display-dependency-updates versions:display-property-updates

[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Cettia Server
[INFO] Cettia Server/Server
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Cettia Server 1.0.0-Beta2-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- versions-maven-plugin:2.2:display-plugin-updates (default-cli) @ cettia-server-parent ---
[INFO] 
[INFO] All plugins with a version specified are using the latest versions.
[INFO] 
[WARNING] The following plugins do not have their version specified:
[WARNING]   maven-clean-plugin ........................ (from super-pom) 3.0.0
[WARNING]   maven-deploy-plugin ....................... (from super-pom) 2.8.2
[WARNING]   maven-install-plugin ...................... (from super-pom) 2.5.2
[WARNING]   maven-site-plugin ........................... (from super-pom) 3.6
[INFO] 
[INFO] Project defines minimum Maven version as: 3.1.0
[INFO] Plugins require minimum Maven version of: 3.1.0
[INFO] Note: the super-pom from Maven 3.3.9 defines some of the plugin
[INFO]       versions and may be influencing the plugins required minimum Maven
[INFO]       version.
[INFO] 
[INFO] No plugins require a newer version of Maven than specified by the pom.
[INFO] 
[INFO] 
[INFO] --- versions-maven-plugin:2.2:display-dependency-updates (default-cli) @ cettia-server-parent ---
[INFO] The following dependencies in Dependency Management have newer versions:
[INFO]   com.fasterxml.jackson.core:jackson-databind ..... 2.8.8.1 -> 2.9.0.pr3
[INFO]   org.eclipse.jetty.websocket:javax-websocket-server-impl ...
[INFO]                                      9.2.21.v20170120 -> 9.4.5.v20170502
[INFO]   org.slf4j:slf4j-api ........................... 1.7.25 -> 1.8.0-alpha2
[INFO] 
[INFO] 
[INFO] --- versions-maven-plugin:2.2:display-property-updates (default-cli) @ cettia-server-parent ---
[INFO] 
[INFO] The following version properties are referencing the newest available version:
[INFO]   ${asity.version} ........................................ 1.0.0-Beta1
[INFO]   ${logback.version} ............................................ 1.2.3
[INFO] The following version property updates are available:
[INFO]   ${slf4j.version} ............................. 1.7.25 -> 1.8.0-alpha2
[INFO] 
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Cettia Server/Server 1.0.0-Beta2-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- versions-maven-plugin:2.2:display-plugin-updates (default-cli) @ cettia-server ---
[INFO] 
[INFO] All plugins with a version specified are using the latest versions.
[INFO] 
[WARNING] The following plugins do not have their version specified:
[WARNING]   maven-clean-plugin ........................ (from super-pom) 3.0.0
[WARNING]   maven-compiler-plugin ..................... (from super-pom) 3.6.1
[WARNING]   maven-deploy-plugin ....................... (from super-pom) 2.8.2
[WARNING]   maven-install-plugin ...................... (from super-pom) 2.5.2
[WARNING]   maven-jar-plugin .......................... (from super-pom) 3.0.2
[WARNING]   maven-resources-plugin .................... (from super-pom) 3.0.2
[WARNING]   maven-site-plugin ........................... (from super-pom) 3.6
[WARNING]   maven-surefire-plugin ...................... (from super-pom) 2.20
[INFO] 
[INFO] Project inherits minimum Maven version as: 3.1.0
[INFO] Plugins require minimum Maven version of: 3.0
[INFO] Note: the super-pom from Maven 3.3.9 defines some of the plugin
[INFO]       versions and may be influencing the plugins required minimum Maven
[INFO]       version.
[INFO] 
[INFO] No plugins require a newer version of Maven than specified by the pom.
[INFO] 
[INFO] 
[INFO] --- versions-maven-plugin:2.2:display-dependency-updates (default-cli) @ cettia-server ---
[INFO] The following dependencies in Dependency Management have newer versions:
[INFO]   com.fasterxml.jackson.core:jackson-databind ..... 2.8.8.1 -> 2.9.0.pr3
[INFO]   org.eclipse.jetty.websocket:javax-websocket-server-impl ...
[INFO]                                      9.2.21.v20170120 -> 9.4.5.v20170502
[INFO]   org.slf4j:slf4j-api ........................... 1.7.25 -> 1.8.0-alpha2
[INFO] 
[INFO] 
[INFO] --- versions-maven-plugin:2.2:display-property-updates (default-cli) @ cettia-server ---
[INFO] 
[INFO] This project does not have any properties associated with versions.
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Cettia Server ...................................... SUCCESS [  1.907 s]
[INFO] Cettia Server/Server ............................... SUCCESS [  0.421 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 3.332 s
[INFO] Finished at: 2017-05-04T13:45:20+09:00
[INFO] Final Memory: 16M/227M
[INFO] ------------------------------------------------------------------------

flowersinthesand added a commit that referenced this issue May 4, 2017
flowersinthesand added a commit that referenced this issue May 4, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant