Skip to content

Commit 4cd1342

Browse files
committed
[maven-release-plugin] prepare release 2014.09
1 parent 43eccd4 commit 4cd1342

File tree

5 files changed

+13
-14
lines changed

5 files changed

+13
-14
lines changed

distribution/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<relativePath>../</relativePath>
77
<groupId>net.sf.uadetector</groupId>
88
<artifactId>uadetector-parent</artifactId>
9-
<version>2014.09-SNAPSHOT</version>
9+
<version>2014.09</version>
1010
</parent>
1111

1212
<artifactId>distribution</artifactId>
@@ -23,12 +23,12 @@
2323
<dependency>
2424
<groupId>net.sf.uadetector</groupId>
2525
<artifactId>uadetector-core</artifactId>
26-
<version>0.9.21-SNAPSHOT</version>
26+
<version>0.9.21</version>
2727
</dependency>
2828
<dependency>
2929
<groupId>net.sf.uadetector</groupId>
3030
<artifactId>uadetector-resources</artifactId>
31-
<version>2014.09-SNAPSHOT</version>
31+
<version>2014.09</version>
3232
</dependency>
3333
</dependencies>
3434

modules/uadetector-core/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<relativePath>../../</relativePath>
77
<groupId>net.sf.uadetector</groupId>
88
<artifactId>uadetector-parent</artifactId>
9-
<version>2014.09-SNAPSHOT</version>
9+
<version>2014.09</version>
1010
</parent>
1111

1212
<properties>
@@ -15,7 +15,7 @@
1515
</properties>
1616

1717
<artifactId>uadetector-core</artifactId>
18-
<version>0.9.21-SNAPSHOT</version>
18+
<version>0.9.21</version>
1919

2020
<name>UADetector :: Core</name>
2121
<description>The UADetector core library includes the API and implementation to read the detection information and the functions to identify User-Agents, but not the database (also known as UAS data). The UAS data can be found in the resources module.</description>

modules/uadetector-json/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
<relativePath>../../</relativePath>
77
<groupId>net.sf.uadetector</groupId>
88
<artifactId>uadetector-parent</artifactId>
9-
<version>2014.09-SNAPSHOT</version>
9+
<version>2014.09</version>
1010
</parent>
1111

1212
<artifactId>uadetector-json</artifactId>
13-
<version>0.1.21-SNAPSHOT</version>
13+
<version>0.1.21</version>
1414
<name>UADetector :: JSON</name>
1515
<description>This package contains functions to export and import the internal data as JSON.</description>
1616
<inceptionYear>2012</inceptionYear>
@@ -26,7 +26,7 @@
2626
<properties>
2727
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2828
<java.version>1.6</java.version>
29-
<uadetector-core.version>0.9.21-SNAPSHOT</uadetector-core.version>
29+
<uadetector-core.version>0.9.21</uadetector-core.version>
3030
</properties>
3131

3232
<dependencies>

modules/uadetector-resources/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<relativePath>../../</relativePath>
77
<groupId>net.sf.uadetector</groupId>
88
<artifactId>uadetector-parent</artifactId>
9-
<version>2014.09-SNAPSHOT</version>
9+
<version>2014.09</version>
1010
</parent>
1111

1212
<properties>
@@ -27,7 +27,7 @@
2727
<dependency>
2828
<groupId>net.sf.uadetector</groupId>
2929
<artifactId>uadetector-core</artifactId>
30-
<version>0.9.21-SNAPSHOT</version>
30+
<version>0.9.21</version>
3131
</dependency>
3232

3333
<!-- Logging -->

pom.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
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/xsd/maven-4.0.0.xsd">
32
<modelVersion>4.0.0</modelVersion>
43

54
<parent>
@@ -10,7 +9,7 @@
109

1110
<groupId>net.sf.uadetector</groupId>
1211
<artifactId>uadetector-parent</artifactId>
13-
<version>2014.09-SNAPSHOT</version>
12+
<version>2014.09</version>
1413
<packaging>pom</packaging>
1514

1615
<name>UADetector</name>
@@ -50,7 +49,7 @@
5049
<connection>scm:git:git://github.com/before/uadetector.git</connection>
5150
<developerConnection>scm:git:git@github.com:before/uadetector.git</developerConnection>
5251
<url>https://github.com/before/uadetector</url>
53-
<tag>HEAD</tag>
52+
<tag>2014.09</tag>
5453
</scm>
5554

5655
<modules>

0 commit comments

Comments
 (0)