欢迎来到马士兵代码仓库
Sign In
msb-public
/
QR-Code-generator
mirror of https://github.com/nayuki/QR-Code-generator
4
3
Code Issues Projects Releases Wiki Activity
674 Commits
1 Branch
12 Tags
10 MiB
master
v1.8.0
v1.7.0
v1.6.0
v1.5.0
v1.4.0
v1.3.1
v1.3.0
v1.0.0
v1.2.1
v1.2.0
v1.1.0
v1.0.1
Branches Tags
${ item.name }
Create tag ${ searchTerm }
Create branch ${ searchTerm }
from 'v1.7.0'
${ noResults }
Commit Graph

9 Commits (v1.7.0)

Author SHA1 Message Date
Project Nayuki 4d13c303dc Updated package version numbers.
4 years ago
Project Nayuki c614fd1ff8 Added Java module declaration, updated POM to compile module as Java 9 but all other classes as Java 8.
4 years ago
Project Nayuki 4eb5dfaa25 Moved QrCodeGeneratorDemo.java out of the package because it's an informal demo and not a core library feature; this also simplifies the Maven build process.
4 years ago
Project Nayuki 3562aceb20 Added more blank lines to Java POM file.
4 years ago
Project Nayuki da7ad83c5c Updated Java POM configuration to exclude QrCodeGeneratorDemo because it's not core library functionality.
4 years ago
Project Nayuki 71c75cfeb0 Tweaked Java Maven POM configuration.
6 years ago
Project Nayuki fd849b188c Updated package version numbers.
6 years ago
Project Nayuki 8407d37839 Updated package version numbers.
6 years ago
Project Nayuki 8e54f6ffa6 Added a working Maven pom.xml file, in order to release the library on The Central Repository.
The POM content was made with tremendous help from these reference documentation:
- https://maven.apache.org/pom.html
- https://central.sonatype.org/pages/apache-maven.html
7 years ago