protostuff :: maven-plugin

protostuff-maven-plugin

License

License

Categories

Categories

Maven Build Tools
GroupId

GroupId

com.dyuproject.protostuff
ArtifactId

ArtifactId

protostuff-maven-plugin
Last Version

Last Version

1.0.12
Release Date

Release Date

Type

Type

maven-plugin
Description

Description

protostuff :: maven-plugin
protostuff-maven-plugin
Project URL

Project URL

http://code.google.com/p/protostuff/protostuff-maven-plugin/

Download protostuff-maven-plugin

How to add to project

<plugin>
    <groupId>com.dyuproject.protostuff</groupId>
    <artifactId>protostuff-maven-plugin</artifactId>
    <version>1.0.12</version>
</plugin>

Dependencies

compile (3)

Group / Artifact Type Version
com.dyuproject.protostuff : protostuff-compiler jar 1.0.12
org.apache.maven : maven-plugin-api jar 2.0.9
org.apache.maven : maven-project jar 2.0.9

test (1)

Group / Artifact Type Version
junit : junit jar 3.8.2

Project Modules

There are no modules declared in this project.

All backported fixes for 1.0.x are applied here.

Releasing

mvn versions:set -DnewVersion=1.0.x && \
git clean -f && git add -u && git commit -m "1.0.x" && \
mvn -Prelease deploy && mvn scm:tag

If that succeeds:

mvn versions:set -DnewVersion=1.0.x-SNAPSHOT && \
git clean -f && git add -u && git commit -m "1.0.x-SNAPSHOT"

Versions

Version
1.0.12
1.0.11
1.0.10
1.0.9
1.0.8
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0