Skip to content

Commit

Permalink
Code review updates
Browse files Browse the repository at this point in the history
  • Loading branch information
mezarin committed Feb 23, 2024
1 parent 69e7f2c commit d9a6a32
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions createSnapshot.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
export VERSION_SNAPSHOT=0.2.2-SNAPSHOT

cd jakarta.jdt
./mvnw -Dtycho.mode=maven org.eclipse.tycho:tycho-versions-plugin:set-version -DnewVersion=$VERSION_SNAPSHOT
./mvnw versions:set-scm-tag -DnewTag=$VERSION_SNAPSHOT
cd ../jakarta.ls
./mvnw -Dtycho.mode=maven org.eclipse.tycho:tycho-versions-plugin:set-version -DnewVersion=$VERSION_SNAPSHOT
./mvnw versions:set-scm-tag -DnewTag=$VERSION_SNAPSHOT
cd ../jakarta.eclipse
./mvnw -Dtycho.mode=maven org.eclipse.tycho:tycho-versions-plugin:set-version -DnewVersion=$VERSION_SNAPSHOT
cd ..

Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# /*******************************************************************************
# * Copyright (c) 2022, 2023 IBM Corporation and others.
# * Copyright (c) 2022, 2024 IBM Corporation and others.
# *
# * This program and the accompanying materials are made available under the
# * terms of the Eclipse Public License v. 2.0 which is available at
Expand Down

0 comments on commit d9a6a32

Please sign in to comment.