File tree Expand file tree Collapse file tree 4 files changed +10
-5
lines changed Expand file tree Collapse file tree 4 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<classpath >
3
3
<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" />
5
5
<classpathentry kind =" lib" path =" ext/dagger-1.1.0.jar" sourcepath =" ext/src/dagger-1.1.0.jar" />
6
6
<classpathentry kind =" lib" path =" ext/javax.inject-1.jar" sourcepath =" ext/src/javax.inject-1.jar" />
7
7
<classpathentry kind =" lib" path =" ext/annotations-12.0.jar" sourcepath =" ext/src/annotations-12.0.jar" />
Original file line number Diff line number Diff line change 28
28
29
29
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.
30
30
31
+ ### Authors
32
+
33
+ - [ David Ostrovsky] ( https://github.com/davido ) (original author)
34
+ - [ gitblit.com] ( https://github.com/gitblit ) (maintainer)
35
+
31
36
### Building against a Gitblit RELEASE
32
37
33
38
ant && cp build/target/javamelody*.zip /path/to/gitblit/plugins
Original file line number Diff line number Diff line change 9
9
</content >
10
10
<orderEntry type =" sourceFolder" forTests =" false" />
11
11
<orderEntry type =" module-library" scope =" PROVIDED" >
12
- <library name =" gitblit-1.6.0-SNAPSHOT .jar" >
12
+ <library name =" gitblit-1.6.0.jar" >
13
13
<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!/" />
15
15
</CLASSES >
16
16
<JAVADOC />
17
17
<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!/" />
19
19
</SOURCES >
20
20
</library >
21
21
</orderEntry >
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma
46
46
<dependency >
47
47
<groupId >com.gitblit</groupId >
48
48
<artifactId >gitblit</artifactId >
49
- <version >1.6.0-SNAPSHOT </version >
49
+ <version >1.6.0</version >
50
50
<type >jar</type >
51
51
<scope >provided</scope >
52
52
</dependency >
You can’t perform that action at this time.
0 commit comments