Skip to content

Commit

Permalink
Add 7.3 templates
Browse files Browse the repository at this point in the history
  • Loading branch information
Yasuyuki Takeo committed Jun 18, 2020
1 parent 2cb4552 commit 3a70c2d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jar {
manifest {
attributes(
"Bundle-SymbolicName": "com.liferay.damascus.cli",
"Bundle-Version": "1.1.5",
"Bundle-Version": "1.1.6",
"Bundle-Description": "Liferay extension tool for scaffolding service builder portlet",
"Main-Class": "com.liferay.damascus.cli.Damascus",
"JPM-Command": "damascus"
Expand Down
Binary file modified latest/damascus.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion src/main/java/com/liferay/damascus/cli/Damascus.java
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
@Slf4j
public class Damascus {

public final static String VERSION = "1.1.5";// + "_" + LocalDateTime.now().toString();
public final static String VERSION = "1.1.6";// + "_" + LocalDateTime.now().toString();

/**
* Main
Expand Down

0 comments on commit 3a70c2d

Please sign in to comment.