#!/bin/sh if [ $# -lt 2 ] then echo "usage: version projects+" 1>&2 exit 1 fi VERSION="$1" shift PLATFORMS="$@" cat < 4.0.0 org.jogamp.gluegen gluegen-rt-main ${VERSION} jar GlueGen Runtime JNI binding generator (runtime) http://jogamp.org/gluegen/www/ \${project.groupId} gluegen-rt \${project.version} EOF for PLATFORM in ${PLATFORMS} do cat < \${project.groupId} gluegen-rt \${project.version} natives-${PLATFORM} EOF done cat < antlr antlr 2.7.7 http://jogamp.org/git/?p=gluegen.git/ scm:git:http://jogamp.org/git/gluegen.git/ scm:git:http://jogamp.org/git/gluegen.git/ BSD-2 License http://www.opensource.org/licenses/BSD-2-Clause BSD-3 License http://www.opensource.org/licenses/BSD-3-Clause BSD-4 License http://www.spdx.org/licenses/BSD-4-Clause sgothel Sven Gothel sgothel@jausoft.com http://blog.jausoft.com http://jogamp.org/bugzilla/ Bugzilla org.apache.maven.plugins maven-gpg-plugin 1.4 sign-artifacts verify sign org.apache.maven.wagon wagon-ssh 2.4 EOF # cat ../gluegen/pom.in || exit 1 cat < EOF