#!/bin/sh if [ $# -ne 1 ] then echo "usage: version" 1>&2 exit 1 fi VERSION="$1" shift cat < 4.0.0 org.jogamp.jocl jocl ${VERSION} jar JOCL Java™ Binding for the OpenCL® API http://jogamp.org/jocl/www/ EOF cat jocl.pom.in || exit 1 cat < EOF