Skip to content
This repository has been archived by the owner on Jan 28, 2023. It is now read-only.

Commit

Permalink
[maven-release-plugin] prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
arouel committed Apr 6, 2014
1 parent 53d4de9 commit fadbc0c
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 14 deletions.
8 changes: 4 additions & 4 deletions distribution/pom.xml
Expand Up @@ -6,11 +6,11 @@
<relativePath>../</relativePath>
<groupId>net.sf.uadetector</groupId>
<artifactId>uadetector-parent</artifactId>
<version>0.2.22</version>
<version>0.2.23-SNAPSHOT</version>
</parent>

<artifactId>distribution</artifactId>
<version>2014.03</version>
<version>2014.04-SNAPSHOT</version>

<name>UADetector :: Distribution</name>
<description>This project is intended to create distributions of the UADetector multimodule project.</description>
Expand All @@ -24,12 +24,12 @@
<dependency>
<groupId>net.sf.uadetector</groupId>
<artifactId>uadetector-core</artifactId>
<version>0.9.15</version>
<version>0.9.16-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>net.sf.uadetector</groupId>
<artifactId>uadetector-resources</artifactId>
<version>2014.03</version>
<version>2014.04-SNAPSHOT</version>
</dependency>
</dependencies>

Expand Down
4 changes: 2 additions & 2 deletions modules/uadetector-core/pom.xml
Expand Up @@ -6,7 +6,7 @@
<relativePath>../../</relativePath>
<groupId>net.sf.uadetector</groupId>
<artifactId>uadetector-parent</artifactId>
<version>0.2.22</version>
<version>0.2.23-SNAPSHOT</version>
</parent>

<properties>
Expand All @@ -15,7 +15,7 @@
</properties>

<artifactId>uadetector-core</artifactId>
<version>0.9.15</version>
<version>0.9.16-SNAPSHOT</version>

<name>UADetector :: Core</name>
<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>
Expand Down
6 changes: 3 additions & 3 deletions modules/uadetector-json/pom.xml
Expand Up @@ -6,11 +6,11 @@
<relativePath>../../</relativePath>
<groupId>net.sf.uadetector</groupId>
<artifactId>uadetector-parent</artifactId>
<version>0.2.22</version>
<version>0.2.23-SNAPSHOT</version>
</parent>

<artifactId>uadetector-json</artifactId>
<version>0.1.15</version>
<version>0.1.16-SNAPSHOT</version>
<name>UADetector :: JSON</name>
<description>This package contains functions to export and import the internal data as JSON.</description>
<inceptionYear>2012</inceptionYear>
Expand All @@ -26,7 +26,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<java.version>1.6</java.version>
<uadetector-core.version>0.9.15</uadetector-core.version>
<uadetector-core.version>0.9.16-SNAPSHOT</uadetector-core.version>
</properties>

<dependencies>
Expand Down
6 changes: 3 additions & 3 deletions modules/uadetector-resources/pom.xml
Expand Up @@ -6,7 +6,7 @@
<relativePath>../../</relativePath>
<groupId>net.sf.uadetector</groupId>
<artifactId>uadetector-parent</artifactId>
<version>0.2.22</version>
<version>0.2.23-SNAPSHOT</version>
</parent>

<properties>
Expand All @@ -15,7 +15,7 @@
</properties>

<artifactId>uadetector-resources</artifactId>
<version>2014.03</version>
<version>2014.04-SNAPSHOT</version>

<name>UADetector :: Resources</name>
<description>This package contains a verified version of the data file from http://user-agent-string.info. During the verification process the data are checked for ability to run against the current implementation. The goal is to provide frequently updated resources for detection of user agents without having to release a new implementation.</description>
Expand All @@ -28,7 +28,7 @@
<dependency>
<groupId>net.sf.uadetector</groupId>
<artifactId>uadetector-core</artifactId>
<version>0.9.15</version>
<version>0.9.16-SNAPSHOT</version>
</dependency>

<!-- Logging -->
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -9,7 +9,7 @@

<groupId>net.sf.uadetector</groupId>
<artifactId>uadetector-parent</artifactId>
<version>0.2.22</version>
<version>0.2.23-SNAPSHOT</version>
<packaging>pom</packaging>

<name>UADetector</name>
Expand Down Expand Up @@ -49,7 +49,7 @@
<connection>scm:git:git://github.com/before/uadetector.git</connection>
<developerConnection>scm:git:git@github.com:before/uadetector.git</developerConnection>
<url>https://github.com/before/uadetector.git</url>
<tag>2014.03</tag>
<tag>HEAD</tag>
</scm>

<modules>
Expand Down

0 comments on commit fadbc0c

Please sign in to comment.