We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b23f48 commit 464b56aCopy full SHA for 464b56a
README.md
@@ -46,18 +46,3 @@
46
* `commons-spring` - Spring framework utilities:
47
* `HoconBeanDefinitionReader` - an utility that allows you to define Spring application context using
48
[HOCON](https://github.com/lightbend/config/blob/master/HOCON.md) format
49
-
50
-## Development
51
52
-* Introduce your changes
53
-* Write some unit tests
54
-* Bump the version number in `version.sbt` file
55
-* Submit a pull request
56
57
-### Test on local environment
58
59
-* Publish the artifact locally
60
- * Use `sbt publishLocal` for projects managed by Ivy (e.g. SBT projects)
61
- * Or `sbt publishM2` for projects managed by maven
62
-* Update avsystem-commons dependency version in your project and refresh
63
- your project dependencies
0 commit comments