diff --git a/pom.xml b/pom.xml index 5b1339e..7937f55 100644 --- a/pom.xml +++ b/pom.xml @@ -1,9 +1,8 @@ - + 4.0.0 com.wildbitsfoundry ETK4J - 2.0.0-SNAPSHOT + 2.0.0 Engineering Toolkit for Java Tools and implementation of mathematical methods or backing math for engineering problems and applications. @@ -25,7 +24,8 @@ scm:git:git@github.com:StaticBeagle/ETK4J.git - + v2.0.0 + diff --git a/release-pom.xml b/release-pom.xml new file mode 100644 index 0000000..606227c --- /dev/null +++ b/release-pom.xml @@ -0,0 +1,99 @@ + + + 4.0.0 + com.wildbitsfoundry + ETK4J + 2.0.0 + Engineering Toolkit for Java + Tools and implementation of mathematical methods or backing math for engineering problems and + applications. + + + MIT + https://mit-license.org/ + repo + + + + scm:git:git@github.com:StaticBeagle/ETK4J.git + + + UTF-8 + + + + junit + junit + 4.13.2 + test + + + org.hamcrest + hamcrest-core + 1.3 + test + + + + + + false + + central + Central Repository + https://repo.maven.apache.org/maven2 + + + + + + never + + + false + + central + Central Repository + https://repo.maven.apache.org/maven2 + + + + src/main/java + C:\Users\mlope\IdeaProjects\ETK4J\src\main\scripts + src/test/java + target/classes + target/test-classes + + + src/main/resources + + + + + src/test/resources + + + target + ETK4J-2.0.0 + + + maven-compiler-plugin + 3.11.0 + false + + 1.8 + 1.8 + + + + maven-surefire-plugin + 3.0.0 + false + + + + + target/site + +