diff options
author | Sven Gothel <[email protected]> | 2023-05-21 01:00:43 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2023-05-21 01:00:43 +0200 |
commit | 3745290a2e139b528bdc9137168d67d72aa4853b (patch) | |
tree | f8a7cbed322c88b96e7bf5ff2f5f9267041e3814 /maven/trivial-test/pom.xml | |
parent | 473197df152f000211945d1e1c8e780eddda4cc7 (diff) |
maven/trivial-test: Update pom.xml to use https (added note in README.txt) for 2.5.0-rc-20230521v2.5.0
Note: Maven version is 2.5.0-rc-20230521,
but jar manifest version is 2.5.0-rc-20230520 due to 'day-leap'.
Compare git-sha1 .. all good ;-)
Refined README.txt
TestJOGL prints the build-in manifest version of the jars.
Diffstat (limited to 'maven/trivial-test/pom.xml')
-rw-r--r-- | maven/trivial-test/pom.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/maven/trivial-test/pom.xml b/maven/trivial-test/pom.xml index 95ee947..aa055de 100644 --- a/maven/trivial-test/pom.xml +++ b/maven/trivial-test/pom.xml @@ -8,7 +8,7 @@ <packaging>jar</packaging> <name>jogl-mvn-test</name> - <url>http://maven.apache.org</url> + <url>https://maven.apache.org</url> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> @@ -24,19 +24,19 @@ <dependency> <groupId>org.jogamp.gluegen</groupId> <artifactId>gluegen-rt-main</artifactId> - <version>2.4.0</version> + <version>2.5.0-rc-20230521</version> </dependency> <dependency> <groupId>org.jogamp.jogl</groupId> <artifactId>jogl-all-main</artifactId> - <version>2.4.0</version> + <version>2.5.0-rc-20230521</version> </dependency> </dependencies> <repositories> <repository> <id>jogamp-remote</id> <name>jogamp mirror</name> - <url>http://www.jogamp.org/deployment/maven/</url> + <url>https://www.jogamp.org/deployment/maven/</url> </repository> </repositories> |