Skip to content

Commit 6cb44d9

Browse files
committed
github issues and workflows
1 parent 5660d3c commit 6cb44d9

4 files changed

Lines changed: 9 additions & 9 deletions

File tree

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ Please fill out as much known and relevant information as possible.
1111

1212
#### Version Information:
1313

14-
* SF Proj Java Version:
15-
* SF Proj Java Source: (e.g. Central Repository, Release, Source Code Build)
14+
* CRS Java Version:
15+
* CRS Java Source: (e.g. Central Repository, Release, Source Code Build)
1616
* IDE Name & Version:
1717
* Maven Version: (mvn -version)
1818
* Java Version: (java -version)

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
blank_issues_enabled: false
33
contact_links:
44
- name: Discussions
5-
url: https://github.com/ngageoint/simple-features-proj-java/discussions
5+
url: https://github.com/ngageoint/coordinate-reference-systems-java/discussions
66
about: Questions, Feature Requests, Feedback, Conversations

.github/workflows/build-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ jobs:
2828
- name: Upload Artifacts
2929
uses: actions/upload-artifact@v1
3030
with:
31-
name: simple-features-proj
31+
name: coordinate-reference-systems
3232
path: target/release

.github/workflows/build.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,20 @@ on:
66
- master
77

88
jobs:
9-
9+
1010
build:
1111

1212
runs-on: ubuntu-latest
1313

1414
steps:
15-
- name: Determine Simple Features Repository
15+
- name: Determine Coordinate Reference Systems Repository
1616
uses: frabert/replace-string-action@master
1717
id: sf-repository
1818
with:
1919
pattern: 'proj-'
2020
string: "${{ github.repository }}"
2121
replace-with: ''
22-
- name: Checkout Simple Features Repository
22+
- name: Checkout Coordinate Reference Systems Repository
2323
uses: actions/checkout@v1
2424
with:
2525
repository: ${{ steps.sf-repository.outputs.replaced }}
@@ -28,8 +28,8 @@ jobs:
2828
uses: actions/setup-java@v1
2929
with:
3030
java-version: 1.8
31-
- name: Build & Install Simple Features
32-
run: mvn -f ../simple-features-java clean install -DskipTests
31+
- name: Build & Install Coordinate Reference Systems
32+
run: mvn -f ../coordinate-reference-systems-java clean install -DskipTests
3333
- name: Checkout Repository
3434
uses: actions/checkout@v1
3535
- name: Build

0 commit comments

Comments
 (0)