File tree 2 files changed +39
-6
lines changed
2 files changed +39
-6
lines changed Original file line number Diff line number Diff line change
1
+ .classpath
2
+ .project
3
+ target
4
+ .settings
5
+ derby.log
6
+ * .class
7
+ nbactions.xml
8
+ .pydevproject
9
+ * ~
10
+ nb-configuration.xml
11
+ rebel.xml
12
+ grisu-server.config
Original file line number Diff line number Diff line change 1
1
<project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" >
2
- <parent >
3
- <artifactId >jgrith</artifactId >
4
- <groupId >grith</groupId >
5
- <version >0.5.5-SNAPSHOT</version >
6
- </parent >
7
2
<modelVersion >4.0.0</modelVersion >
8
- <artifactId >simpleProxyLib</artifactId >
3
+ <artifactId >jgrith</artifactId >
4
+ <groupId >grith</groupId >
5
+ <version >0.5.6-SNAPSHOT</version >
9
6
10
7
<properties >
11
8
<maven .test.skip>true</maven .test.skip>
23
20
</repository >
24
21
</repositories >
25
22
23
+ <scm >
24
+ <connection >scm:git:git://github.com/grith/jgrith.git
25
+ </connection >
26
+ <
url >scm:git:
[email protected] :grith/jgrith.git
27
+ </url >
28
+ </scm >
29
+
30
+ <distributionManagement >
31
+ <repository >
32
+ <id >arcs.release</id >
33
+ <name >ARCS Release Repository</name >
34
+ <url >http://code.arcs.org.au/nexus/content/repositories/releases
35
+ </url >
36
+ <uniqueVersion >false</uniqueVersion >
37
+ </repository >
38
+ <snapshotRepository >
39
+ <id >arcs.snapshot</id >
40
+ <name >ARCS SNAPSHOT Repository</name >
41
+ <url >http://code.arcs.org.au/nexus/content/repositories/snapshots
42
+ </url >
43
+ <uniqueVersion >false</uniqueVersion >
44
+ </snapshotRepository >
45
+ </distributionManagement >
46
+
26
47
27
48
<dependencies >
28
49
You can’t perform that action at this time.
0 commit comments