#!/bin/sh if [ $# -lt 1 ] then echo "usage: version" 1>&2 exit 1 fi VERSION="$1" shift cat < 4.0.0 org.jogamp.jogl newt ${VERSION} jar NEWT Java™ Binding for the OpenGL® API (NEWT atomic jar files) http://jogamp.org/jogl/www/ EOF cat pom.in || exit 1 cat < EOF