Skip to content

Commit

Permalink
fix_release
Browse files Browse the repository at this point in the history
  • Loading branch information
JusteRaimbault committed Jan 7, 2020
1 parent 4195a81 commit 465c992
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 4 additions & 2 deletions library/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ libraryDependencies ++= Seq(
)



/*
lazy val osmrealmeasures = Project("osmrealmeasures", file("target/osmrealmeasures")) settings(
mainClass in (Compile, packageBin) := Some("org.openmole.spatialdata.application.urbmorph.OSMRealMeasures")
)
Expand All @@ -43,7 +43,7 @@ lazy val runtest = Project("runtest", file("target/test")) settings(
mainClass in (Compile, packageBin) := Some("org.openmole.spatialdata.test.Test"),
mainClass in run := Some("org.openmole.spatialdata.test.Test")
)

*/

enablePlugins(SbtOsgi)

Expand All @@ -60,6 +60,7 @@ OsgiKeys.requireCapability := """osgi.ee;filter:="(&(osgi.ee=JavaSE)(version=1.8
//)


/*
// publish fat jar
// https://github.com/sbt/sbt-assembly#publishing-not-recommended
lazy val assemble = Project("assemble", file("target/assemble")) settings (
Expand All @@ -74,6 +75,7 @@ lazy val assemble = Project("assemble", file("target/assemble")) settings (
},
addArtifact(artifact in (Compile, assembly), assembly)
)
*/


/**
Expand Down
4 changes: 1 addition & 3 deletions library/version.sbt
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
isSnapshot := false

version in ThisBuild := "0.4"+(if(isSnapshot.value) "-SNAPSHOT" else "")
version in ThisBuild := "0.3"

0 comments on commit 465c992

Please sign in to comment.