Skip to content

Commit 0fbaf53

Browse files
committed
[maven-release-plugin] prepare release v1.0
1 parent 5abae16 commit 0fbaf53

File tree

3 files changed

+8
-9
lines changed

3 files changed

+8
-9
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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>
@@ -13,7 +13,7 @@
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>

wicket-console-demo/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,18 +21,18 @@
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>

wicket-console/pom.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
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>

0 commit comments

Comments
 (0)