Skip to content

Commit 2473dee

Browse files
committed
Update classpath & README
1 parent ed79847 commit 2473dee

File tree

4 files changed

+10
-5
lines changed

4 files changed

+10
-5
lines changed

.classpath

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<classpath>
33
<classpathentry kind="src" path="src/main/java" />
4-
<classpathentry kind="lib" path="ext/gitblit-1.6.0-SNAPSHOT.jar" sourcepath="ext/src/gitblit-1.6.0-SNAPSHOT.jar" />
4+
<classpathentry kind="lib" path="ext/gitblit-1.6.0.jar" sourcepath="ext/src/gitblit-1.6.0.jar" />
55
<classpathentry kind="lib" path="ext/dagger-1.1.0.jar" sourcepath="ext/src/dagger-1.1.0.jar" />
66
<classpathentry kind="lib" path="ext/javax.inject-1.jar" sourcepath="ext/src/javax.inject-1.jar" />
77
<classpathentry kind="lib" path="ext/annotations-12.0.jar" sourcepath="ext/src/annotations-12.0.jar" />

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,11 @@ e.g.
2828

2929
Once the plug is installed *administrators* may access it via the user menu in the upper-right corner. There will be a menu item link for the JavaMelody web ui.
3030

31+
### Authors
32+
33+
- [David Ostrovsky](https://github.com/davido) (original author)
34+
- [gitblit.com](https://github.com/gitblit) (maintainer)
35+
3136
### Building against a Gitblit RELEASE
3237

3338
ant && cp build/target/javamelody*.zip /path/to/gitblit/plugins

javamelody.iml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@
99
</content>
1010
<orderEntry type="sourceFolder" forTests="false" />
1111
<orderEntry type="module-library" scope="PROVIDED">
12-
<library name="gitblit-1.6.0-SNAPSHOT.jar">
12+
<library name="gitblit-1.6.0.jar">
1313
<CLASSES>
14-
<root url="jar://$MODULE_DIR$/ext/gitblit-1.6.0-SNAPSHOT.jar!/" />
14+
<root url="jar://$MODULE_DIR$/ext/gitblit-1.6.0.jar!/" />
1515
</CLASSES>
1616
<JAVADOC />
1717
<SOURCES>
18-
<root url="jar://$MODULE_DIR$/ext/src/gitblit-1.6.0-SNAPSHOT.jar!/" />
18+
<root url="jar://$MODULE_DIR$/ext/src/gitblit-1.6.0.jar!/" />
1919
</SOURCES>
2020
</library>
2121
</orderEntry>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma
4646
<dependency>
4747
<groupId>com.gitblit</groupId>
4848
<artifactId>gitblit</artifactId>
49-
<version>1.6.0-SNAPSHOT</version>
49+
<version>1.6.0</version>
5050
<type>jar</type>
5151
<scope>provided</scope>
5252
</dependency>

0 commit comments

Comments
 (0)