File tree Expand file tree Collapse file tree 2 files changed +8
-7
lines changed
demo/server/src/main/java/com/thefirstlineofcode/sand/demo/server Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 20
20
public class SandDemoCommandsProcessor extends AbstractCommandsProcessor implements IDataObjectFactoryAware {
21
21
public static final String [] TEST_USERS = {
22
22
"dongger" ,
23
- "sand-demo"
23
+ "sand-demo" ,
24
+ "wg_test"
24
25
};
25
26
26
27
private static final String COMMAND_GROUP_SAND_DEMO = "sand-demo" ;
Original file line number Diff line number Diff line change 66
66
67
67
<repositories >
68
68
<repository >
69
- <id >com.thefirstlineofcode.public </id >
70
- <name >TheFirstLineOfCode Repository - Public </name >
71
- <url >http://120.25.166.188/repository/maven-public /</url >
69
+ <id >com.thefirstlineofcode.releases </id >
70
+ <name >TheFirstLineOfCode Repository - Releases </name >
71
+ <url >http://120.25.166.188:9090 /repository/maven-releases /</url >
72
72
</repository >
73
73
<repository >
74
74
<id >jcenter</id >
508
508
509
509
<distributionManagement >
510
510
<repository >
511
- <id >com.thefirstlineofcode.public </id >
512
- <name >thefirstlineofcode Repository - Public </name >
513
- <url >http://120.25.166.188/repository/maven-public /</url >
511
+ <id >com.thefirstlineofcode.releases </id >
512
+ <name >thefirstlineofcode Repository - Releases </name >
513
+ <url >http://120.25.166.188:9090 /repository/maven-releases /</url >
514
514
</repository >
515
515
</distributionManagement >
516
516
You can’t perform that action at this time.
0 commit comments