From 7b3568c2922b2be0b8cb86ded51d3f5710a2efec Mon Sep 17 00:00:00 2001 From: Jeffrey Phillips Freeman <jeffrey.freeman@syncleus.com> Date: Sat, 10 Dec 2016 17:03:08 -0500 Subject: [PATCH] Releasing version 1.0.0. --- pom.xml | 2 +- src/test/java/com/aparapi/natives/AppTest.java | 15 +++++++++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index e1c87e6..6ccfac3 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ <groupId>com.aparapi</groupId> <artifactId>aparapi-jni</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> <packaging>jar</packaging> <properties> diff --git a/src/test/java/com/aparapi/natives/AppTest.java b/src/test/java/com/aparapi/natives/AppTest.java index eff04af..e0deb60 100644 --- a/src/test/java/com/aparapi/natives/AppTest.java +++ b/src/test/java/com/aparapi/natives/AppTest.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2016 - 2017 Syncleus, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package com.aparapi.natives; import junit.framework.Test; -- GitLab