Skip to content

Commit 43f6147

Browse files
committed
[maven-release-plugin] prepare release 2014.10
1 parent d127a60 commit 43f6147

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
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.10-SNAPSHOT</version>
9+
<version>2014.10</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.22-SNAPSHOT</version>
26+
<version>0.9.22</version>
2727
</dependency>
2828
<dependency>
2929
<groupId>net.sf.uadetector</groupId>
3030
<artifactId>uadetector-resources</artifactId>
31-
<version>2014.10-SNAPSHOT</version>
31+
<version>2014.10</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.10-SNAPSHOT</version>
9+
<version>2014.10</version>
1010
</parent>
1111

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

1717
<artifactId>uadetector-core</artifactId>
18-
<version>0.9.22-SNAPSHOT</version>
18+
<version>0.9.22</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.10-SNAPSHOT</version>
9+
<version>2014.10</version>
1010
</parent>
1111

1212
<artifactId>uadetector-json</artifactId>
13-
<version>0.1.22-SNAPSHOT</version>
13+
<version>0.1.22</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.22-SNAPSHOT</uadetector-core.version>
29+
<uadetector-core.version>0.9.22</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.10-SNAPSHOT</version>
9+
<version>2014.10</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.22-SNAPSHOT</version>
30+
<version>0.9.22</version>
3131
</dependency>
3232

3333
<!-- Logging -->

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
<groupId>net.sf.uadetector</groupId>
1111
<artifactId>uadetector-parent</artifactId>
12-
<version>2014.10-SNAPSHOT</version>
12+
<version>2014.10</version>
1313
<packaging>pom</packaging>
1414

1515
<name>UADetector</name>
@@ -49,7 +49,7 @@
4949
<connection>scm:git:git://github.com/before/uadetector.git</connection>
5050
<developerConnection>scm:git:git@github.com:before/uadetector.git</developerConnection>
5151
<url>https://github.com/before/uadetector</url>
52-
<tag>HEAD</tag>
52+
<tag>2014.10</tag>
5353
</scm>
5454

5555
<modules>

0 commit comments

Comments
 (0)