Skip to content

Commit 0ec085b

Browse files
author
krystian.panek
committed
2 parents d2b6eb6 + e9b11f9 commit 0ec085b

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,10 @@ org.osgi.framework.bootdelegation = \
6666
Also, by default, bundle storage directory is not specified in Felix distribution.
6767
Plugin assumes that if property `org.osgi.framework.storage` is not defined, directory *./felix-cache* will be used instead.
6868

69+
## Repository
70+
71+
Plugin is published on BinTray: <https://bintray.com/neva-dev/maven-public/felix-search-webconsole-plugin>.
72+
6973
## License
7074
**Search Web Console Plugin** is licensed under [Apache License, Version 2.0 (the "License")](https://www.apache.org/licenses/LICENSE-2.0.txt)
7175

@@ -74,4 +78,4 @@ Plugin assumes that if property `org.osgi.framework.storage` is not defined, dir
7478
Any usage of that tool and legal consequences must be considered as done at own risk.
7579
For instance, decompiled source code can be protected by copyrights and author does not take any responsibility for such usages.
7680

77-
Using that tool is absolutely optional. Original purpose of usage of built-in decompiler is to quickly view class sources used at runtime that are even available in public Internet, so that code debugging can take less time.
81+
Using that tool is absolutely optional. Original purpose of usage of built-in decompiler is to quickly view class sources used at runtime that are even available in public Internet, so that code debugging can take less time.

pom.xml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<url>https://github.com/neva-dev/felix-search-webconsole-plugin</url>
3232
<connection>scm:git:ssh://git@github.com/neva-dev/felix-search-webconsole-plugin.git</connection>
3333
<developerConnection>scm:git:ssh://git@github.com/neva-dev/felix-search-webconsole-plugin.git</developerConnection>
34-
<tag>search-webconsole-plugin-1.0.0</tag>
34+
<tag>search-webconsole-plugin-1.1.0</tag>
3535
</scm>
3636

3737
<licenses>
@@ -55,6 +55,13 @@
5555
</developer>
5656
</developers>
5757

58+
<distributionManagement>
59+
<repository>
60+
<id>bintray-felix-search-webconsole-plugin</id>
61+
<url>https://api.bintray.com/maven/neva-dev/maven-public/felix-search-webconsole-plugin/;publish=1</url>
62+
</repository>
63+
</distributionManagement>
64+
5865
<build>
5966
<resources>
6067
<resource>

0 commit comments

Comments
 (0)