Skip to content

Commit

Permalink
Merge pull request #735 from cheenamalhotra/update-snapshot
Browse files Browse the repository at this point in the history
Update Snapshot for upcoming RTW release v7.0.0
  • Loading branch information
cheenamalhotra authored Jul 3, 2018
2 parents 49f95c9 + 3cd3a6a commit 465018b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

apply plugin: 'java'

version = '6.5.4'
version = '7.0.0-SNAPSHOT'
def jreVersion = ""
def testOutputDir = file("build/classes/java/test")
def archivesBaseName = 'mssql-jdbc'
Expand Down Expand Up @@ -43,7 +43,7 @@ if((hasProperty('buildProfile') && buildProfile == "build42")) {
targetCompatibility = 1.8
}

jar.archiveName = "${archivesBaseName}-${version}.${jreVersion}-preview.jar"
jar.archiveName = "${archivesBaseName}-${version}.${jreVersion}.jar"
jar {
manifest {
attributes 'Title': "Microsoft JDBC Driver ${version} for SQL Server",
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.microsoft.sqlserver</groupId>
<artifactId>mssql-jdbc</artifactId>
<version>6.5.4</version>
<version>7.0.0-SNAPSHOT</version>
<packaging>jar</packaging>

<name>Microsoft JDBC Driver for SQL Server</name>
Expand Down Expand Up @@ -132,7 +132,7 @@
<profile>
<id>build42</id>
<build>
<finalName>${project.artifactId}-${project.version}.jre8-preview</finalName>
<finalName>${project.artifactId}-${project.version}.jre8</finalName>
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
Expand Down Expand Up @@ -165,7 +165,7 @@
<activeByDefault>true</activeByDefault>
</activation>
<build>
<finalName>${project.artifactId}-${project.version}.jre10-preview</finalName>
<finalName>${project.artifactId}-${project.version}.jre10</finalName>
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
Expand Down

0 comments on commit 465018b

Please sign in to comment.