Skip to content

Commit 7b73ef9

Browse files
committed
Update description and org
1 parent 815229b commit 7b73ef9

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Eos
22

3-
A testing framework for running JavaFX tests in a secure environment using Ares.
3+
Headless JavaFX Testing Framework for Education

build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ publishing {
107107

108108
pom {
109109
name = "Eos"
110-
description = "A testing framework for running JavaFX tests in a secure environment using Ares."
110+
description = "Headless JavaFX Testing Framework for Education"
111111
url = "https://github.com/ls1intum/Eos"
112112

113113
licenses {
@@ -121,8 +121,8 @@ publishing {
121121
developer {
122122
name = "Benjamin Schmitz"
123123
124-
organization = "Technical University of Munich"
125-
organizationUrl = "https://www.tum.de"
124+
organization = "TUM Applied Education Technologies"
125+
organizationUrl = "https://aet.cit.tum.de"
126126
}
127127
}
128128

@@ -144,7 +144,7 @@ publishing {
144144

145145
jreleaser {
146146
project {
147-
description = "A testing framework for running JavaFX tests in a secure environment using Ares."
147+
description = "Headless JavaFX Testing Framework for Education"
148148
copyright = "2025 TUM Applied Education Technologies"
149149
}
150150

0 commit comments

Comments
 (0)