File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
src/main/scala/io/sdkman/changelogs Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -6,15 +6,15 @@ import com.mongodb.client.MongoDatabase
66@ ChangeLog (order = " 013" )
77class MavenMigration {
88 @ ChangeSet (
9- order = " 039 " ,
10- id = " 039 -maven-4.0.0-alpha-12 " ,
9+ order = " 040 " ,
10+ id = " 040 -maven-4.0.0-alpha-13 " ,
1111 author = " aalmiray"
1212 )
13- def migration039 (implicit db : MongoDatabase ): Unit =
13+ def migration040 (implicit db : MongoDatabase ): Unit =
1414 Version (
1515 " maven" ,
16- " 4.0.0-alpha-12 " ,
17- " https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/4.0.0-alpha-12 /apache-maven-4.0.0-alpha-12 -bin.zip"
16+ " 4.0.0-alpha-13 " ,
17+ " https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/4.0.0-alpha-13 /apache-maven-4.0.0-alpha-13 -bin.zip"
1818 ).validate()
1919 .insert()
2020}
You can’t perform that action at this time.
0 commit comments