Skip to content

Commit

Permalink
Version 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nielsbasjes committed Jan 12, 2017
1 parent b168b86 commit 33e9408
Show file tree
Hide file tree
Showing 15 changed files with 20 additions and 15 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG
Expand Up @@ -80,3 +80,8 @@ v0.12
- Changed the way the version and commit information is made available in the code.
- The UDFs now return the version of the analyzer engine
- Fixed nasty exception in rare cases where %20 appears in the useragent.

v1.0
===
- Various small improvements.
- Project is mature enough to call this 1.0
2 changes: 1 addition & 1 deletion README-LogParser.md
Expand Up @@ -8,7 +8,7 @@ If you use a maven based project simply add this dependency
<groupId>nl.basjes.parse.useragent</groupId>
<artifactId>yauaa-logparser</artifactId>
<classifier>udf</classifier>
<version>0.12</version>
<version>1.0</version>
</dependency>

## Building
Expand Down
2 changes: 1 addition & 1 deletion README-Pig.md
Expand Up @@ -8,7 +8,7 @@ If you use a maven based project simply add this dependency
<groupId>nl.basjes.parse.useragent</groupId>
<artifactId>yauaa-pig</artifactId>
<classifier>udf</classifier>
<version>0.12</version>
<version>1.0</version>
</dependency>

## Building
Expand Down
2 changes: 1 addition & 1 deletion README-Platfora.md
Expand Up @@ -7,7 +7,7 @@ If you use a maven based project simply add this dependency
<groupId>nl.basjes.parse.useragent</groupId>
<artifactId>yauaa-platfora</artifactId>
<classifier>udf</classifier>
<version>0.12</version>
<version>1.0</version>
</dependency>

Or simply download it via this URL:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -94,7 +94,7 @@ This has been published to maven central so that should work in almost any envir
<dependency>
<groupId>nl.basjes.parse.useragent</groupId>
<artifactId>yauaa</artifactId>
<version>0.12</version>
<version>1.0</version>
</dependency>

and in your application you can use it as simple as this
Expand Down
4 changes: 2 additions & 2 deletions ReleaseProcedure.txt
Expand Up @@ -9,8 +9,8 @@ mvn clean


# Prepare the versions for the release
RELEASEVERSION=0.12
NEXTVERSION=0.13
RELEASEVERSION=1.0
NEXTVERSION=1.1

# Creating and publishing the new Tagging
mvn versions:set -DgenerateBackupPoms=false -DnewVersion=${RELEASEVERSION}
Expand Down
2 changes: 1 addition & 1 deletion analyzer/pom.xml
Expand Up @@ -24,7 +24,7 @@
<parent>
<artifactId>yauaa-parent</artifactId>
<groupId>nl.basjes.parse.useragent</groupId>
<version>0.13-SNAPSHOT</version>
<version>1.0</version>
</parent>
<artifactId>yauaa</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion benchmarks/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<artifactId>yauaa-parent</artifactId>
<groupId>nl.basjes.parse.useragent</groupId>
<version>0.13-SNAPSHOT</version>
<version>1.0</version>
</parent>
<artifactId>yauaa-benchmark</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion devtools/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<artifactId>yauaa-parent</artifactId>
<groupId>nl.basjes.parse.useragent</groupId>
<version>0.13-SNAPSHOT</version>
<version>1.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -24,7 +24,7 @@
<artifactId>yauaa-parent</artifactId>
<packaging>pom</packaging>
<groupId>nl.basjes.parse.useragent</groupId>
<version>0.13-SNAPSHOT</version>
<version>1.0</version>

<name>Yauaa : Parent project</name>
<description>A parsing an analyzing library to get information from a useragent string.</description>
Expand Down
2 changes: 1 addition & 1 deletion udfs/logparser/pom.xml
Expand Up @@ -24,7 +24,7 @@
<parent>
<artifactId>yauaa-udf-parent</artifactId>
<groupId>nl.basjes.parse.useragent</groupId>
<version>0.13-SNAPSHOT</version>
<version>1.0</version>
</parent>
<artifactId>yauaa-logparser</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion udfs/pig/pom.xml
Expand Up @@ -25,7 +25,7 @@
<parent>
<artifactId>yauaa-udf-parent</artifactId>
<groupId>nl.basjes.parse.useragent</groupId>
<version>0.13-SNAPSHOT</version>
<version>1.0</version>
</parent>
<artifactId>yauaa-pig</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion udfs/platfora/pom.xml
Expand Up @@ -25,7 +25,7 @@
<parent>
<artifactId>yauaa-udf-parent</artifactId>
<groupId>nl.basjes.parse.useragent</groupId>
<version>0.13-SNAPSHOT</version>
<version>1.0</version>
</parent>
<artifactId>yauaa-platfora</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion udfs/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<artifactId>yauaa-parent</artifactId>
<groupId>nl.basjes.parse.useragent</groupId>
<version>0.13-SNAPSHOT</version>
<version>1.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion webapp/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<artifactId>yauaa-parent</artifactId>
<groupId>nl.basjes.parse.useragent</groupId>
<version>0.13-SNAPSHOT</version>
<version>1.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>war</packaging>
Expand Down

0 comments on commit 33e9408

Please sign in to comment.