Skip to content

Commit

Permalink
Update magmaProxy to 2.1.4
Browse files Browse the repository at this point in the history
For consistency:
- Also print the version on startup
- Use lowercase names for groupId and artifactId
  • Loading branch information
hannesbraun committed Feb 1, 2021
1 parent 4451409 commit d18aa1e
Show file tree
Hide file tree
Showing 32 changed files with 135 additions and 303 deletions.
9 changes: 9 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,15 @@ util/excel/~$*.*
.idea/**/watcherTasks.xml
.idea/dictionaries
/buildDefault
.idea/**/uiDesigner.xml
.idea/libraries
.idea/artifacts
.idea/compiler.xml
.idea/jarRepositories.xml
.idea/modules.xml
.idea/*.iml
.idea/modules
*.ipr

test.xml
/result.properties
Expand Down
16 changes: 0 additions & 16 deletions .idea/compiler.xml

This file was deleted.

30 changes: 0 additions & 30 deletions .idea/jarRepositories.xml

This file was deleted.

13 changes: 0 additions & 13 deletions .idea/libraries/Maven__com_google_code_gson_gson_2_8_6.xml

This file was deleted.

13 changes: 0 additions & 13 deletions .idea/libraries/Maven__kdo_kdoLib_1_0_SNAPSHOT.xml

This file was deleted.

13 changes: 0 additions & 13 deletions .idea/libraries/Maven__magmaOffenburg_magmaProxy_2_1_3.xml

This file was deleted.

13 changes: 0 additions & 13 deletions .idea/libraries/Maven__net_bytebuddy_byte_buddy_1_10_15.xml

This file was deleted.

13 changes: 0 additions & 13 deletions .idea/libraries/Maven__net_bytebuddy_byte_buddy_agent_1_10_15.xml

This file was deleted.

13 changes: 0 additions & 13 deletions .idea/libraries/Maven__org_apache_commons_commons_math3_3_6_1.xml

This file was deleted.

13 changes: 0 additions & 13 deletions .idea/libraries/Maven__org_apiguardian_apiguardian_api_1_1_0.xml

This file was deleted.

13 changes: 0 additions & 13 deletions .idea/libraries/Maven__org_junit_jupiter_junit_jupiter_5_7_0.xml

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

13 changes: 0 additions & 13 deletions .idea/libraries/Maven__org_mockito_mockito_core_3_5_13.xml

This file was deleted.

13 changes: 0 additions & 13 deletions .idea/libraries/Maven__org_objenesis_objenesis_3_1.xml

This file was deleted.

13 changes: 0 additions & 13 deletions .idea/libraries/Maven__org_opentest4j_opentest4j_1_2_0.xml

This file was deleted.

8 changes: 0 additions & 8 deletions .idea/modules.xml

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ It should be compatible with older JREs, too, but this is not verified.
- Make sure you have Java installed and available on your command line.

### Getting the prebuilt version
We provide a prebuilt version of the Fat Proxy. You can download the latest version from the [Releases page](https://github.com/magmaOffenburg/magmaFatProxy/releases) (`magmaFatProxy.zip`). The Zip file contains the JAR file as well as the start script.
We provide a prebuilt version of the Fat Proxy. You can download the latest version from the [Releases page](https://github.com/magmaOffenburg/magmaFatProxy/releases) (e.g. `magmaFatProxy-1.2.1.zip`). The Zip file contains the JAR file as well as the start script.

### Building from source
- Clone the repository: `git clone https://github.com/magmaOffenburg/magmaFatProxy`.
Expand Down
Binary file not shown.
9 changes: 0 additions & 9 deletions lib/magmaOffenburg/magmaProxy/2.1.3/magmaProxy-2.1.3.pom

This file was deleted.

12 changes: 0 additions & 12 deletions lib/magmaOffenburg/magmaProxy/maven-metadata-local.xml

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
#Sun Sep 20 22:39:46 CEST 2020
magmaProxy-2.1.3.jar>=
magmaProxy-2.1.3.pom>=
#Mon Feb 01 22:15:59 CET 2021
magmaproxy-2.1.4.jar>=
magmaproxy-2.1.4.pom>=
Binary file not shown.
Loading

0 comments on commit d18aa1e

Please sign in to comment.