Skip to content

Commit

Permalink
docs(README): increase version number to 1.2 for maven dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
jgoldhammer committed Oct 17, 2016
1 parent abe8a8a commit 6b28fa6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Alfresco SDK 2.x
<dependency>
<groupId>de.jgoldhammer</groupId>
<artifactId>alfresco-jscript-extension</artifactId>
<version>1.1</version>
<version>1.2</version>
<type>amp</type>
</dependency>
...
Expand All @@ -28,7 +28,7 @@ Alfresco SDK 2.x
<overlay>
<groupId>de.jgoldhammer</groupId>
<artifactId>alfresco-jscript-extension</artifactId>
<version>1.1</version>
<version>1.2</version>
<type>amp</type>
</overlay>
...
Expand All @@ -40,7 +40,7 @@ Alfresco SDK 3.x
<moduleDependency>
<groupId>de.jgoldhammer</groupId>
<artifactId>alfresco-jscript-extension</artifactId>
<version>1.1</version>
<version>1.2</version>
<type>amp</type>
</moduleDependency>
</platformModules>
Expand Down

0 comments on commit 6b28fa6

Please sign in to comment.