Skip to content

Commit

Permalink
Version 5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
nielsbasjes committed Apr 10, 2020
1 parent 530a686 commit e0c161b
Show file tree
Hide file tree
Showing 19 changed files with 27 additions and 29 deletions.
2 changes: 1 addition & 1 deletion README-Java.md
Expand Up @@ -14,7 +14,7 @@ First you put something like this in your pom.xml file:
<dependency>
<groupId>nl.basjes.parse.httpdlog</groupId>
<artifactId>httpdlog-parser</artifactId>
<version>5.2</version>
<version>5.3</version>
</dependency>

I assume we have a logformat variable that looks something like this:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -76,7 +76,7 @@ So using it in a Java based project is as simple as adding this to your dependen
<dependency>
<groupId>nl.basjes.parse.httpdlog</groupId>
<artifactId>httpdlog-parser</artifactId>
<version>5.2</version>
<version>5.3</version>
</dependency>

Building
Expand Down
18 changes: 8 additions & 10 deletions devtools/ReleaseProcedure.txt
Expand Up @@ -26,8 +26,8 @@ git status
mvn clean package
mvn clean

RELEASEVERSION=5.2
NEXTVERSION=5.3
RELEASEVERSION=5.3
NEXTVERSION=5.4

# Creating and publishing the new Tagging
mvn versions:set -DgenerateBackupPoms=false -DnewVersion=${RELEASEVERSION}
Expand All @@ -42,18 +42,16 @@ git status
git commit -m"Version ${RELEASEVERSION}" -a
git tag -a v${RELEASEVERSION} -m"Tag Version ${RELEASEVERSION}"

mvn versions:set -DgenerateBackupPoms=false -DnewVersion=${NEXTVERSION}-SNAPSHOT
git commit -m"Start development for ${NEXTVERSION}" -a

# These two profiles are defined in ~/.m2/settings.xml
git checkout v${RELEASEVERSION}
mvn clean package -Prelease
mvn clean deploy -Prelease -PdeployToSonatype

#VERIFY If this all looks good

mvn clean deploy -Prelease -Pdeploy-sonatype
mvn versions:set -DgenerateBackupPoms=false -DnewVersion=${NEXTVERSION}-SNAPSHOT

# UPDATE the versions in this document

git commit -m"Start development for ${NEXTVERSION}" -a

git checkout master

# Finally is ALL went well we push it
git push
Expand Down
2 changes: 1 addition & 1 deletion devtools/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<artifactId>parser-parent</artifactId>
<groupId>nl.basjes.parse</groupId>
<version>5.3-SNAPSHOT</version>
<version>5.3</version>
</parent>

<groupId>nl.basjes.parse.devtools</groupId>
Expand Down
2 changes: 1 addition & 1 deletion examples/apache-beam/pom.xml
Expand Up @@ -23,7 +23,7 @@
<parent>
<artifactId>httpdlog-examples</artifactId>
<groupId>nl.basjes.parse.httpdlog.examples</groupId>
<version>5.3-SNAPSHOT</version>
<version>5.3</version>
</parent>

<artifactId>apache-beam</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/apache-flink/pom.xml
Expand Up @@ -23,7 +23,7 @@
<parent>
<artifactId>httpdlog-examples</artifactId>
<groupId>nl.basjes.parse.httpdlog.examples</groupId>
<version>5.3-SNAPSHOT</version>
<version>5.3</version>
</parent>

<artifactId>apache-flink</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/apache-hadoop-mapreduce/pom.xml
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>httpdlog-examples</artifactId>
<groupId>nl.basjes.parse.httpdlog.examples</groupId>
<version>5.3-SNAPSHOT</version>
<version>5.3</version>
</parent>
<artifactId>apache-hadoop-mapreduce</artifactId>
<name>Parser - Examples - Apache Hadoop MapReduce</name>
Expand Down
2 changes: 1 addition & 1 deletion examples/apache-pig/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<artifactId>httpdlog-examples</artifactId>
<groupId>nl.basjes.parse.httpdlog.examples</groupId>
<version>5.3-SNAPSHOT</version>
<version>5.3</version>
</parent>
<artifactId>apache-pig</artifactId>
<name>Parser - Examples - Apache Pig</name>
Expand Down
2 changes: 1 addition & 1 deletion examples/java-pojo/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<artifactId>httpdlog-examples</artifactId>
<groupId>nl.basjes.parse.httpdlog.examples</groupId>
<version>5.3-SNAPSHOT</version>
<version>5.3</version>
</parent>
<artifactId>java-pojo</artifactId>
<name>Parser - Examples - Java POJO</name>
Expand Down
2 changes: 1 addition & 1 deletion examples/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<artifactId>parser-parent</artifactId>
<groupId>nl.basjes.parse</groupId>
<version>5.3-SNAPSHOT</version>
<version>5.3</version>
</parent>

<groupId>nl.basjes.parse.httpdlog.examples</groupId>
Expand Down
2 changes: 1 addition & 1 deletion httpdlog/httpdlog-inputformat/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<artifactId>httpdlog</artifactId>
<groupId>nl.basjes.parse.httpdlog</groupId>
<version>5.3-SNAPSHOT</version>
<version>5.3</version>
</parent>
<artifactId>httpdlog-inputformat</artifactId>
<name>Parser - Apache HTTPD - Hadoop InputFormat</name>
Expand Down
2 changes: 1 addition & 1 deletion httpdlog/httpdlog-parser/pom.xml
Expand Up @@ -23,7 +23,7 @@
<parent>
<artifactId>httpdlog</artifactId>
<groupId>nl.basjes.parse.httpdlog</groupId>
<version>5.3-SNAPSHOT</version>
<version>5.3</version>
</parent>

<artifactId>httpdlog-parser</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion httpdlog/httpdlog-pigloader/pom.xml
Expand Up @@ -23,7 +23,7 @@
<parent>
<artifactId>httpdlog</artifactId>
<groupId>nl.basjes.parse.httpdlog</groupId>
<version>5.3-SNAPSHOT</version>
<version>5.3</version>
</parent>

<artifactId>httpdlog-pigloader</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion httpdlog/httpdlog-serde/pom.xml
Expand Up @@ -25,7 +25,7 @@
<parent>
<artifactId>httpdlog</artifactId>
<groupId>nl.basjes.parse.httpdlog</groupId>
<version>5.3-SNAPSHOT</version>
<version>5.3</version>
</parent>
<artifactId>httpdlog-serde</artifactId>
<name>Parser - Apache HTTPD - HCatalog SerDe</name>
Expand Down
2 changes: 1 addition & 1 deletion httpdlog/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<artifactId>parser-parent</artifactId>
<groupId>nl.basjes.parse</groupId>
<version>5.3-SNAPSHOT</version>
<version>5.3</version>
</parent>

<groupId>nl.basjes.parse.httpdlog</groupId>
Expand Down
2 changes: 1 addition & 1 deletion parser-core/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>parser-parent</artifactId>
<groupId>nl.basjes.parse</groupId>
<version>5.3-SNAPSHOT</version>
<version>5.3</version>
</parent>
<artifactId>parser-core</artifactId>
<name>Parser - Core</name>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -21,7 +21,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>nl.basjes.parse</groupId>
<artifactId>parser-parent</artifactId>
<version>5.3-SNAPSHOT</version>
<version>5.3</version>
<packaging>pom</packaging>
<name>Parser -</name>
<description>A library to allow easy parsing of Apache HTTPD access logs with Java, Hadoop and Pig.</description>
Expand Down Expand Up @@ -182,7 +182,7 @@
<artifactId>maven-deploy-plugin</artifactId>
<executions>
<execution>
<id>deploy</id>
<id>default-deploy</id>
<phase>deploy</phase>
<goals>
<goal>deploy</goal>
Expand Down
2 changes: 1 addition & 1 deletion utils/PojoGenerator/pom.xml
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>nl.basjes.parse.utils</groupId>
<artifactId>parse-utils</artifactId>
<version>5.3-SNAPSHOT</version>
<version>5.3</version>
</parent>

<artifactId>PojoGenerator</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion utils/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<artifactId>parser-parent</artifactId>
<groupId>nl.basjes.parse</groupId>
<version>5.3-SNAPSHOT</version>
<version>5.3</version>
</parent>

<groupId>nl.basjes.parse.utils</groupId>
Expand Down

0 comments on commit e0c161b

Please sign in to comment.