Skip to content

Commit

Permalink
Introduce version 1.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
javadev committed May 1, 2018
1 parent ace5fd8 commit a06351c
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions pom-central.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>com.github.javadev</groupId>
<artifactId>qrcode-generator</artifactId>
<packaging>jar</packaging>
<version>1.0</version>
<version>1.1</version>
<name>qrcode</name>
<description>The swing applicationn to generate QR codes</description>
<url>https://github.com/javadev/qrcode-generator</url>
Expand Down Expand Up @@ -73,7 +73,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>2.10.1</version>
<version>3.0.0</version>
<executions>
<execution>
<id>attach-sources</id>
Expand Down Expand Up @@ -103,12 +103,12 @@
<dependency>
<groupId>net.java.dev.swing-layout</groupId>
<artifactId>swing-layout</artifactId>
<version>1.0</version>
<version>1.0.2</version>
</dependency>
<dependency>
<groupId>com.google.zxing</groupId>
<artifactId>core</artifactId>
<version>2.1</version>
<version>3.3.2</version>
</dependency>
</dependencies>

Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>com.github</groupId>
<artifactId>qrcode-generator</artifactId>
<packaging>jar</packaging>
<version>1.0</version>
<version>1.1</version>
<name>qrcode</name>
<description>The swing applicationn to generate QR codes</description>

Expand Down Expand Up @@ -145,12 +145,12 @@
<dependency>
<groupId>net.java.dev.swing-layout</groupId>
<artifactId>swing-layout</artifactId>
<version>1.0</version>
<version>1.0.2</version>
</dependency>
<dependency>
<groupId>com.google.zxing</groupId>
<artifactId>core</artifactId>
<version>2.1</version>
<version>3.3.2</version>
</dependency>
</dependencies>
</project>
Binary file removed qrcode-1.0.jar
Binary file not shown.
Binary file added qrcode-1.1.jar
Binary file not shown.

0 comments on commit a06351c

Please sign in to comment.