Skip to content
This repository has been archived by the owner on Oct 7, 2022. It is now read-only.

Latest commit

 

History

History
70 lines (61 loc) · 2.2 KB

README.md

File metadata and controls

70 lines (61 loc) · 2.2 KB

Parent Maven project

This is the parent Maven project for OSS from Works Applications.
It is easy to use, and makes your OSS life better.

Build Status

How to use

Add <parent> into your pom.xml.

<project>
  <parent>
    <groupId>jp.co.worksap.oss</groupId>
    <artifactId>worksap-parent</artifactId>
    <version>1.1.4</version>
  </parent>
  ...
</project>

Feature

  • Help to make your pom.xml simple
    • you do not have to write <version> and <scope> in your own pom.xml
  • Help to deploy to Maven central

History

  • 1.0.0 (2013/Jan/25)
    • first release
  • 1.0.1 (2013/Jan/25)
    • added license information
  • 1.0.2 (2013/Apr/11)
    • upgrade dependencies
  • 1.0.3 (2014/Feb/17)
    • upgrade dependencies and libraries
    • correct typo in <name>
    • update <url>
  • 1.1.0 (2014/Feb/17)
    • switch from mockito-all to mockito-core
    • change jsr305 to optional dependency
  • 1.1.1 (2014/Feb/21)
  • 1.1.2 (2014/Jun/19)
  • 1.1.3 (2014/Nov/18)
    • upgrade dependencies
  • 1.1.4 (2014/Nov/29)
    • release of 1.1.3 (no future is added)

License

Copyright 2013 Works Applications. Co.,Ltd.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.