Skip to content

Commit

Permalink
Set version to 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jesse-gallagher committed Sep 17, 2020
1 parent 1e958a5 commit a417a3c
Show file tree
Hide file tree
Showing 10 changed files with 12 additions and 10 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,5 @@ build/

# Binary output
*.class

pom.xml.versionsBackup
2 changes: 1 addition & 1 deletion eclipse/bundles/org.openntf.xsp.sdk.commons/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.openntf.xsp</groupId>
<artifactId>xpagessdk</artifactId>
<version>1.5.0-SNAPSHOT</version>
<version>1.5.0</version>
<relativePath>../..</relativePath>
</parent>
<artifactId>org.openntf.xsp.sdk.commons</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion eclipse/bundles/org.openntf.xsp.sdk/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.openntf.xsp</groupId>
<artifactId>xpagessdk</artifactId>
<version>1.5.0-SNAPSHOT</version>
<version>1.5.0</version>
<relativePath>../..</relativePath>
</parent>
<artifactId>org.openntf.xsp.sdk</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion eclipse/features/org.openntf.xsp.sdk.feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.openntf.xsp</groupId>
<artifactId>xpagessdk</artifactId>
<version>1.5.0-SNAPSHOT</version>
<version>1.5.0</version>
<relativePath>../..</relativePath>
</parent>
<artifactId>org.openntf.xsp.sdk.feature</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.openntf.xsp</groupId>
<artifactId>xpagessdk</artifactId>
<version>1.5.0-SNAPSHOT</version>
<version>1.5.0</version>
<relativePath>../..</relativePath>
</parent>
<artifactId>org.openntf.xsp.sdk.source.feature</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion eclipse/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.openntf.xsp</groupId>
<artifactId>xpagessdk</artifactId>
<version>1.5.0-SNAPSHOT</version>
<version>1.5.0</version>
<packaging>pom</packaging>

<name>XPages SDK Eclipse and Shared Components</name>
Expand Down
2 changes: 1 addition & 1 deletion eclipse/releng/org.openntf.xsp.sdk.updatesite/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.openntf.xsp</groupId>
<artifactId>xpagessdk</artifactId>
<version>1.5.0-SNAPSHOT</version>
<version>1.5.0</version>
<relativePath>../..</relativePath>
</parent>
<artifactId>org.openntf.xsp.sdk.updatesite</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion eclipse/releng/xpagessdk-dist-eclipse/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.openntf.xsp</groupId>
<artifactId>xpagessdk</artifactId>
<version>1.5.0-SNAPSHOT</version>
<version>1.5.0</version>
<relativePath>../..</relativePath>
</parent>
<artifactId>xpagessdk-dist-eclipse</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion eclipse/tests/org.openntf.xsp.sdk.test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.openntf.xsp</groupId>
<artifactId>xpagessdk</artifactId>
<version>1.5.0-SNAPSHOT</version>
<version>1.5.0</version>
<relativePath>../..</relativePath>
</parent>
<artifactId>org.openntf.xsp.sdk.test</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions intellij/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

group 'org.openntf.xsp'
version '1.5.0-SNAPSHOT'
version '1.5.0'

sourceCompatibility = 1.8

Expand All @@ -15,7 +15,7 @@ repositories {

dependencies {
testCompile group: 'junit', name: 'junit', version: '4.12'
compile group: 'org.openntf.xsp', name: 'org.openntf.xsp.sdk.commons', version: "1.5.0-SNAPSHOT"
compile group: 'org.openntf.xsp', name: 'org.openntf.xsp.sdk.commons', version: "1.5.0"
}

intellij {
Expand Down

0 comments on commit a417a3c

Please sign in to comment.