Skip to content

Commit 1732a2e

Browse files
authored
Merge pull request #24 from StaticBeagle/update-pom-readme
Added maven to README and changed to artifactId to lowercase in pom
2 parents 9f103c6 + 16fd524 commit 1732a2e

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

README.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# ETK4J
22

3+
[![Java CI with Maven](https://github.com/StaticBeagle/ETK4J/actions/workflows/maven.yml/badge.svg)](https://github.com/StaticBeagle/ETK4J/actions/workflows/maven.yml)
4+
5+
---------------------------------------------------------------------------
36
## Engineering Toolkit for Java
47

58
The purpose of this project is to create a library that can be used to prototype solutions to engineering problems. One
@@ -24,6 +27,17 @@ can be found in:
2427

2528
src/main/java
2629

27-
# Requirements
30+
---------------------------------------------------------------------------
31+
## Maven Central
32+
33+
ETK4J can be included from Maven Central
34+
35+
```xml
36+
<groupId>com.wildbitsfoundry</groupId>
37+
<artifactId>etk4j</artifactId>
38+
<version>2.0.0</version>
39+
```
40+
41+
Requirements
2842
---
2943
JDK 1.8+

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
22
<modelVersion>4.0.0</modelVersion>
33
<groupId>com.wildbitsfoundry</groupId>
4-
<artifactId>ETK4J</artifactId>
4+
<artifactId>etk4j</artifactId>
55
<version>2.0.0</version>
66
<name>Engineering Toolkit for Java</name>
77
<description>Tools and implementation of mathematical methods or backing math for engineering problems and

0 commit comments

Comments
 (0)