File tree Expand file tree Collapse file tree 3 files changed +8
-9
lines changed
Expand file tree Collapse file tree 3 files changed +8
-9
lines changed Original file line number Diff line number Diff line change 33 <modelVersion >4.0.0</modelVersion >
44 <groupId >ru.ydn.wicket.wicket-console</groupId >
55 <artifactId >wicket-console-parent</artifactId >
6- <version >1.0-SNAPSHOT </version >
6+ <version >1.0</version >
77 <packaging >pom</packaging >
88 <name >wicket-console-parent</name >
99 <description >Wicket console for JDK6+</description >
1313 <url >https://github.com/PhantomYdn/wicket-console</url >
1414 <connection >scm:git:ssh://github.com/PhantomYdn/wicket-console.git</connection >
1515 <
developerConnection >scm:git:ssh://
[email protected] /PhantomYdn/wicket-console.git</
developerConnection >
16- <tag >HEAD </tag >
16+ <tag >v1.0 </tag >
1717 </scm >
1818
1919 <issueManagement >
Original file line number Diff line number Diff line change 2121 <parent >
2222 <artifactId >wicket-console-parent</artifactId >
2323 <groupId >ru.ydn.wicket.wicket-console</groupId >
24- <version >1.0-SNAPSHOT </version >
24+ <version >1.0</version >
2525 </parent >
2626 <groupId >ru.ydn.wicket.wicket-console</groupId >
2727 <artifactId >wicket-console-demo</artifactId >
2828 <packaging >war</packaging >
29- <version >1.0-SNAPSHOT </version >
29+ <version >1.0</version >
3030 <name >WicketConsoleDemo</name >
3131 <dependencies >
3232 <dependency >
3333 <groupId >ru.ydn.wicket.wicket-console</groupId >
3434 <artifactId >wicket-console</artifactId >
35- <version >1.0-SNAPSHOT </version >
35+ <version >1.0</version >
3636 </dependency >
3737 <!-- WICKET DEPENDENCIES -->
3838 <dependency >
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" ?>
2- <project xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns =" http://maven.apache.org/POM/4.0.0"
3- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" >
2+ <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/xsd/maven-4.0.0.xsd" >
43 <modelVersion >4.0.0</modelVersion >
54 <parent >
65 <groupId >ru.ydn.wicket.wicket-console</groupId >
76 <artifactId >wicket-console-parent</artifactId >
8- <version >1.0-SNAPSHOT </version >
7+ <version >1.0</version >
98 </parent >
109 <groupId >ru.ydn.wicket.wicket-console</groupId >
1110 <artifactId >wicket-console</artifactId >
12- <version >1.0-SNAPSHOT </version >
11+ <version >1.0</version >
1312 <name >wicket-console</name >
1413 <url >http://maven.apache.org</url >
1514 <dependencies >
You can’t perform that action at this time.
0 commit comments